Shades of Black #120A04
Tints of Black #120A04
RGB
CMYK
RGB Variations
Color information
#120A04 (or 0x120A04) is known color: Black. HEX triplet: 12, 0A and 04. RGB value is (18,10,4). Sum of RGB (Red+Green+Blue) = 18+10+4=32 (4% of max value = 765). Red value is 18 (7.42% from 255 or 56.25% from 32); Green value is 10 (4.30% from 255 or 31.25% from 32); Blue value is 4 (1.95% from 255 or 12.5% from 32); Max value from RGB is 18 - color contains mainly: red. Hex color #120A04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120A04 is #EDF5FB. Grayscale: #0B0B0B. Windows color (decimal): -15595004 or 264722. OLE color: 264722.
HSL color Cylindrical-coordinate representation of color #120A04: hue angle of 25.71º 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 #120A04 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 10 | 4 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.93 |
| HSL | 25.71º | 0.64% | 0.04% | - |
| HSV(B) | 25.71º | 0.78% | 0.07% | - |
| XYZ | 0.38 | 0.35 | 0.16 | - |
| YUV | 11.71 | 123.65 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 10 | 4 | 0 | 0.44 | 0.78 | 0.93 | 25.71 | 0.64 | 0.04 |
| Hex | 12 | A | 4 | 0 | 2C | 4E | 5D | 1A | 40 | 4 |
| Octal | 22 | 12 | 4 | 0 | 54 | 116 | 135 | 32 | 100 | 4 |
| Binary | 10010 | 1010 | 100 | 0 | 101100 | 1001110 | 1011101 | 11010 | 1000000 | 100 |
Color Harmonies of #120A04
Complementary color
Monochromatic Colors of #120A04
Black with #120A04
Text Example
Text Example
White with #120A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120A04; }
p { color: rgb(18,10,4); }
H1.HeaderClassName
{
color: #120A04;
}
.AnyTagClassName
{
color: #120A04;
}
</style>
background-color css
<style>
a { background-color: #120A04; }
a { background-color: rgb(18,10,4); }
div.DivClassName
{
background-color: #120A04;
}
.BgClassName
{
background-color: #120A04;
}
</style>
border-color css
<style>
span { border-color: #120A04; }
span { border-color: rgb(18,10,4); }
td.TdClassName
{
border-color: #120A04;
}
.TagClassName
{
border-color: #120A04;
}
</style>