| | Categories: | There are currently no sub-categories!
| | Links: | | | | I have compiled a list of color names and their RGB values. I wrote a Javascript script that creates an array of them and displays the color, value and the color by name and value. It allows you to test if your browser displays the colors correctly. Price: GPL (Added: Tue Jul 15 2003 Hits: 56 Rating: (5.00 out of 10) Votes: 1) Rate It
Review It
Details
Edit this Link: Registered Not registered, send me my login info |
| | Most of the color wheels didn't provide enough color variations for me. I wanted a larger color list and I didn't care to make the html file by hand, so I wrote a javascript app to do it for me. Another problem has to do with what color depth people are using. Many people are still using 256 color displays and I want the colors to display without dithering. The trick is to use colors that are on specific byte boundries. Typically, the values (in hex) are 00, 33, 66, 99, CC, and FF. I also wanted a better spread of grayscales, spaced in hex values of 10. The script defines arrays for each R G and B value and for the grayscale. Platform(s): Unix, Windows NT
Price: GPL (Added: Tue Jul 15 2003 Hits: 27 Rating: (5.00 out of 10) Votes: 1) Rate It
Review It
Details
Edit this Link: Registered Not registered, send me my login info |
| |