I have a very stupid question. I know that there are different typs of color codes, for example for black there is:
0x000000
#000
but I do not know how these color codes are called? I know it is a hex code, but do they have a specific name? So someone knows from which one you are talking?
Thanks-
If I understand the question correctly I'd normally refer to the above as an RGB colour code. Values of red, green and blue in a scale of 0-FF expressed in hex, or 0-255 in decimal. The W3C organisation seem to refer to them that way as well:
http://www.w3.org/TR/CSS21/colors.html