function rgb2hex(r, g, b) { var h = (b | (g << 8) | (r << 16)).toString(16); return '#000000'.substr(0, 7 - h.length) + h; }
3:25 AM - 23 Aug 2010
0 replies
0 retweets
4 likes
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.
JavaScript, HTML, CSS, HTTP, performance, security, Bash, Unicode, i18n, macOS.