Page 1 of 1

hexadecimal color table

Posted: Tue Jan 27, 2009 11:39 pm
by laptopguytogo
Hey,I'm trying to print out a table of the rgb hexi decimal color pallette for my java website, Can you guys give me a hint on where to start, all i have is the variables so far..

$red = 0x00;
$green = 0x00;
$blue = 0x0

Re: hexadecimal color table

Posted: Wed Jan 28, 2009 1:25 am
by josh
Nested loops and bin2hex()