Shades of Black #120D0C
Tints of Black #120D0C
RGB
CMYK
RGB Variations
Color information
#120D0C (or 0x120D0C) is known color: Black. HEX triplet: 12, 0D and 0C. RGB value is (18,13,12). Sum of RGB (Red+Green+Blue) = 18+13+12=43 (5% of max value = 765). Red value is 18 (7.42% from 255 or 41.86% from 43); Green value is 13 (5.47% from 255 or 30.23% from 43); Blue value is 12 (5.08% from 255 or 27.91% from 43); Max value from RGB is 18 - color contains mainly: red. Hex color #120D0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120D0C is #EDF2F3. Grayscale: #0E0E0E. Windows color (decimal): -15594228 or 789778. OLE color: 789778.
HSL color Cylindrical-coordinate representation of color #120D0C: hue angle of 10º degrees, saturation: 0.2, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #120D0C is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 13 | 12 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.93 |
| HSL | 10º | 0.2% | 0.06% | - |
| HSV(B) | 10º | 0.33% | 0.07% | - |
| XYZ | 0.46 | 0.44 | 0.41 | - |
| YUV | 14.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 13 | 12 | 0 | 0.28 | 0.33 | 0.93 | 10 | 0.2 | 0.06 |
| Hex | 12 | D | C | 0 | 1C | 21 | 5D | A | 14 | 6 |
| Octal | 22 | 15 | 14 | 0 | 34 | 41 | 135 | 12 | 24 | 6 |
| Binary | 10010 | 1101 | 1100 | 0 | 11100 | 100001 | 1011101 | 1010 | 10100 | 110 |
Color Harmonies of #120D0C
Complementary color
Monochromatic Colors of #120D0C
Black with #120D0C
Text Example
Text Example
White with #120D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120D0C; }
p { color: rgb(18,13,12); }
H1.HeaderClassName
{
color: #120D0C;
}
.AnyTagClassName
{
color: #120D0C;
}
</style>
background-color css
<style>
a { background-color: #120D0C; }
a { background-color: rgb(18,13,12); }
div.DivClassName
{
background-color: #120D0C;
}
.BgClassName
{
background-color: #120D0C;
}
</style>
border-color css
<style>
span { border-color: #120D0C; }
span { border-color: rgb(18,13,12); }
td.TdClassName
{
border-color: #120D0C;
}
.TagClassName
{
border-color: #120D0C;
}
</style>