Shades of Black #120A05
Tints of Black #120A05
RGB
CMYK
RGB Variations
Color information
#120A05 (or 0x120A05) is known color: Black. HEX triplet: 12, 0A and 05. RGB value is (18,10,5). Sum of RGB (Red+Green+Blue) = 18+10+5=33 (4% of max value = 765). Red value is 18 (7.42% from 255 or 54.55% from 33); Green value is 10 (4.30% from 255 or 30.30% from 33); Blue value is 5 (2.34% from 255 or 15.15% from 33); Max value from RGB is 18 - color contains mainly: red. Hex color #120A05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120A05 is #EDF5FA. Grayscale: #0B0B0B. Windows color (decimal): -15595003 or 330258. OLE color: 330258.
HSL color Cylindrical-coordinate representation of color #120A05: hue angle of 23.08º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #120A05 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 10 | 5 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.93 |
| HSL | 23.08º | 0.57% | 0.05% | - |
| HSV(B) | 23.08º | 0.72% | 0.07% | - |
| XYZ | 0.39 | 0.36 | 0.19 | - |
| YUV | 11.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 10 | 5 | 0 | 0.44 | 0.72 | 0.93 | 23.08 | 0.57 | 0.05 |
| Hex | 12 | A | 5 | 0 | 2C | 48 | 5D | 17 | 39 | 5 |
| Octal | 22 | 12 | 5 | 0 | 54 | 110 | 135 | 27 | 71 | 5 |
| Binary | 10010 | 1010 | 101 | 0 | 101100 | 1001000 | 1011101 | 10111 | 111001 | 101 |
Color Harmonies of #120A05
Complementary color
Monochromatic Colors of #120A05
Black with #120A05
Text Example
Text Example
White with #120A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120A05; }
p { color: rgb(18,10,5); }
H1.HeaderClassName
{
color: #120A05;
}
.AnyTagClassName
{
color: #120A05;
}
</style>
background-color css
<style>
a { background-color: #120A05; }
a { background-color: rgb(18,10,5); }
div.DivClassName
{
background-color: #120A05;
}
.BgClassName
{
background-color: #120A05;
}
</style>
border-color css
<style>
span { border-color: #120A05; }
span { border-color: rgb(18,10,5); }
td.TdClassName
{
border-color: #120A05;
}
.TagClassName
{
border-color: #120A05;
}
</style>