Shades of Black #120A06
Tints of Black #120A06
RGB
CMYK
RGB Variations
Color information
#120A06 (or 0x120A06) is known color: Black. HEX triplet: 12, 0A and 06. RGB value is (18,10,6). Sum of RGB (Red+Green+Blue) = 18+10+6=34 (4% of max value = 765). Red value is 18 (7.42% from 255 or 52.94% from 34); Green value is 10 (4.30% from 255 or 29.41% from 34); Blue value is 6 (2.73% from 255 or 17.65% from 34); Max value from RGB is 18 - color contains mainly: red. Hex color #120A06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120A06 is #EDF5F9. Grayscale: #0B0B0B. Windows color (decimal): -15595002 or 395794. OLE color: 395794.
HSL color Cylindrical-coordinate representation of color #120A06: hue angle of 20º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #120A06 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 10 | 6 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.93 |
| HSL | 20º | 0.5% | 0.05% | - |
| HSV(B) | 20º | 0.67% | 0.07% | - |
| XYZ | 0.39 | 0.36 | 0.22 | - |
| YUV | 11.94 | 124.65 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 10 | 6 | 0 | 0.44 | 0.67 | 0.93 | 20 | 0.5 | 0.05 |
| Hex | 12 | A | 6 | 0 | 2C | 43 | 5D | 14 | 32 | 5 |
| Octal | 22 | 12 | 6 | 0 | 54 | 103 | 135 | 24 | 62 | 5 |
| Binary | 10010 | 1010 | 110 | 0 | 101100 | 1000011 | 1011101 | 10100 | 110010 | 101 |
Color Harmonies of #120A06
Complementary color
Monochromatic Colors of #120A06
Black with #120A06
Text Example
Text Example
White with #120A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120A06; }
p { color: rgb(18,10,6); }
H1.HeaderClassName
{
color: #120A06;
}
.AnyTagClassName
{
color: #120A06;
}
</style>
background-color css
<style>
a { background-color: #120A06; }
a { background-color: rgb(18,10,6); }
div.DivClassName
{
background-color: #120A06;
}
.BgClassName
{
background-color: #120A06;
}
</style>
border-color css
<style>
span { border-color: #120A06; }
span { border-color: rgb(18,10,6); }
td.TdClassName
{
border-color: #120A06;
}
.TagClassName
{
border-color: #120A06;
}
</style>