Shades of Black #120804
Tints of Black #120804
RGB
CMYK
RGB Variations
Color information
#120804 (or 0x120804) is known color: Black. HEX triplet: 12, 08 and 04. RGB value is (18,8,4). Sum of RGB (Red+Green+Blue) = 18+8+4=30 (3% of max value = 765). Red value is 18 (7.42% from 255 or 60% from 30); Green value is 8 (3.52% from 255 or 26.67% from 30); Blue value is 4 (1.95% from 255 or 13.33% from 30); Max value from RGB is 18 - color contains mainly: red. Hex color #120804 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120804 is #EDF7FB. Grayscale: #0A0A0A. Windows color (decimal): -15595516 or 264210. OLE color: 264210.
HSL color Cylindrical-coordinate representation of color #120804: hue angle of 17.14º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #120804 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 8 | 4 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.93 |
| HSL | 17.14º | 0.64% | 0.04% | - |
| HSV(B) | 17.14º | 0.78% | 0.07% | - |
| XYZ | 0.36 | 0.31 | 0.16 | - |
| YUV | 10.53 | 124.31 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 8 | 4 | 0 | 0.56 | 0.78 | 0.93 | 17.14 | 0.64 | 0.04 |
| Hex | 12 | 8 | 4 | 0 | 38 | 4E | 5D | 11 | 40 | 4 |
| Octal | 22 | 10 | 4 | 0 | 70 | 116 | 135 | 21 | 100 | 4 |
| Binary | 10010 | 1000 | 100 | 0 | 111000 | 1001110 | 1011101 | 10001 | 1000000 | 100 |
Color Harmonies of #120804
Complementary color
Monochromatic Colors of #120804
Black with #120804
Text Example
Text Example
White with #120804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120804; }
p { color: rgb(18,8,4); }
H1.HeaderClassName
{
color: #120804;
}
.AnyTagClassName
{
color: #120804;
}
</style>
background-color css
<style>
a { background-color: #120804; }
a { background-color: rgb(18,8,4); }
div.DivClassName
{
background-color: #120804;
}
.BgClassName
{
background-color: #120804;
}
</style>
border-color css
<style>
span { border-color: #120804; }
span { border-color: rgb(18,8,4); }
td.TdClassName
{
border-color: #120804;
}
.TagClassName
{
border-color: #120804;
}
</style>