Hehe, yeah, we WERE tied, but doesn't really matter - what matters is what you say, and not how much - but guess we're tied there aswell...
But, to get to the point, I thought it might be najs with some basic standard values, so you don't have to poke too much around..:
Code:
Clear red: h(FF0000) - RGB(255, 0, 0) - 255
Clear yellow: h(FFFF00) - RGB(255, 255, 0) - 65535
Clear green: h(00FF00) - RGB( 0, 255, 0) - 65280
Clear aqua: h(00FFFF) - RGB( 0, 255, 255) - 16776960
Clear blue: h(0000FF) - RGB( 0, 0, 255) - 16711680
Pink/purple: h(FF00FF) - RGB(255, 0, 255) - 16711935
Grays:
Black: h(000000) - RGB( 0, 0, 0) - 0
Darker gray: h(333333) - RGB( 51, 51, 51) - 3355443
Dark gray: h(666666) - RGB(102, 102, 102) - 6710886
Neutral gray: h(7F7F7F) - RGB(127, 127, 127) - 8355711
Dark gray: h(999999) - RGB(153, 153, 153) - 10066329
Ligher gray: h(CCCCCC) - RGB(204, 204, 204) - 13421772
White: h(FFFFFF) - RGB(255, 255, 255) - 16777215
Hope this is of some help to somebody, and that my post wasn't just a post for the posts sake
