Shades of Black #120403
Tints of Black #120403
RGB
CMYK
RGB Variations
Color information
#120403 (or 0x120403) is known color: Black. HEX triplet: 12, 04 and 03. RGB value is (18,4,3). Sum of RGB (Red+Green+Blue) = 18+4+3=25 (3% of max value = 765). Red value is 18 (7.42% from 255 or 72% from 25); Green value is 4 (1.95% from 255 or 16% from 25); Blue value is 3 (1.56% from 255 or 12% from 25); Max value from RGB is 18 - color contains mainly: red. Hex color #120403 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120403 is #EDFBFC. Grayscale: #080808. Windows color (decimal): -15596541 or 197650. OLE color: 197650.
HSL color Cylindrical-coordinate representation of color #120403: hue angle of 4º degrees, saturation: 0.71, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #120403 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 4 | 3 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.93 |
| HSL | 4º | 0.71% | 0.04% | - |
| HSV(B) | 4º | 0.83% | 0.07% | - |
| XYZ | 0.31 | 0.22 | 0.11 | - |
| YUV | 8.07 | 125.14 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 4 | 3 | 0 | 0.78 | 0.83 | 0.93 | 4 | 0.71 | 0.04 |
| Hex | 12 | 4 | 3 | 0 | 4E | 53 | 5D | 4 | 47 | 4 |
| Octal | 22 | 4 | 3 | 0 | 116 | 123 | 135 | 4 | 107 | 4 |
| Binary | 10010 | 100 | 11 | 0 | 1001110 | 1010011 | 1011101 | 100 | 1000111 | 100 |
Color Harmonies of #120403
Complementary color
Monochromatic Colors of #120403
Black with #120403
Text Example
Text Example
White with #120403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120403; }
p { color: rgb(18,4,3); }
H1.HeaderClassName
{
color: #120403;
}
.AnyTagClassName
{
color: #120403;
}
</style>
background-color css
<style>
a { background-color: #120403; }
a { background-color: rgb(18,4,3); }
div.DivClassName
{
background-color: #120403;
}
.BgClassName
{
background-color: #120403;
}
</style>
border-color css
<style>
span { border-color: #120403; }
span { border-color: rgb(18,4,3); }
td.TdClassName
{
border-color: #120403;
}
.TagClassName
{
border-color: #120403;
}
</style>