Programming PHP: Convert Web Hex Color Code to RGB Array October 18, 2010 by Craig Lotter No Comments Sometimes you need to RGB array that makes up a color when working in the wonderful world of PHP. Don't ask me why or when,... Read More
Programming PHP: Convert a RGB color Array into a Web Hex Code October 15, 2010 by Craig Lotter No Comments RGB, that annoying little way of expressing a color via values between 0 and 255 for each of the three components that makes up a... Read More
CodeUnit jQuery Color Picker Plugin: Convert RGB to HEX July 8, 2010 by Craig Lotter No Comments I've written on the excellent jQuery Color Picker plugin from eyecon.ro before, but a question was recently raised on how to use its RGB output... Read More
CodeUnit Convert FireFox Color rgb(xxx,yyy,zzz) to Hex May 26, 2010 by Craig Lotter No Comments Firefox has a nasty habit of returning element background colors and colors in general in the format rgb(xxx,yyy,zzz) as opposed to the normal #xxyyzz. Read More