Author Topic: Color Codes  (Read 800 times)

Hello, this may be a rookie question but, ive recently started to script...
i was just wandering if any one knew the color codes as in /c0 - 9
Thanks...

something like /colortest while ingame, or you could use hex codes (<color:######>)
the first 2 digits being red, 2nd 2 being green, last 2 being blue
the digits can be 0-f, 0 being dark, f being bright
<color:ffffff>
<color:000000>
<color:ff0000>
<color:00ff00>
<color:0000ff>
<color:ffff00>

something like /colortest while ingame, or you could use hex codes (<color:######>)
the first 2 digits being red, 2nd 2 being green, last 2 being blue
the digits can be 0-f, 0 being dark, f being bright
<color:ffffff>
<color:000000>
<color:ff0000>
<color:00ff00>
<color:0000ff>
<color:ffff00>



thanks, i already knew loads of hex colors xD

More extensive, in order, and you can quote this topic to see more. You can use # hex codes in the [color=], you know!

<color:000000>
<color:FF0000>
<color:FFFF00>
<color:00FF00>
<color:00FFFF>
<color:0000FF>
<color:FF00FF>
<color:FFFFFF>

i keep forgeting which was cyan and which was magenta :D
also, can't colorsets be either 0-F or 0-255?

1. Start a single player game
2. type /colortest
3. ???
4. Profit

i keep forgeting which was cyan and which was magenta :D
also, can't colorsets be either 0-F or 0-255?
Wrong and this isn't even about colorsets.
Colorsets are 0-1 or 0-255, and even if they could use hex, it wouldn't be 0-f, it would be 0-ff.

Wrong and this isn't even about colorsets.
Colorsets are 0-1 or 0-255, and even if they could use hex, it wouldn't be 0-f, it would be 0-ff.
i know, i was thinking about colorsets, and i forgot that it's decimal/0-255

If you want more advanced colors go to this link: http://html-color-codes.com/

or just change the values, or look at the avatar color creator, which i think has RGB values, although you'll have to multiply the decimal by 255 i think