Template:Color Black/doc: Difference between revisions

From OIAr
Jump to navigation Jump to search
(doc)
(No difference)

Revision as of 20:40, 25 March 2013

This is the base color Black, RGB value R:0, G:0, B:0, hexadecimal #000000. It is part of this wiki's base color palette. It is not meant to be used directly, but rather to be inserted in one or more color combinations. Should you nevertheless wish to use it directly, you must know that it ONLY returns the six-digit hexadecimal color code.

You can use it like this:

<span style="color:#{{Color White}}; background:#{{Color Black}}"> This text will be white and on a black background </span>

This results in: This text will be white and on a black background