Shades of Black #120F0E
Tints of Black #120F0E
RGB
CMYK
RGB Variations
Color information
#120F0E (or 0x120F0E) is known color: Black. HEX triplet: 12, 0F and 0E. RGB value is (18,15,14). Sum of RGB (Red+Green+Blue) = 18+15+14=47 (6% of max value = 765). Red value is 18 (7.42% from 255 or 38.30% from 47); Green value is 15 (6.25% from 255 or 31.91% from 47); Blue value is 14 (5.86% from 255 or 29.79% from 47); Max value from RGB is 18 - color contains mainly: red. Hex color #120F0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120F0E is #EDF0F1. Grayscale: #0F0F0F. Windows color (decimal): -15593714 or 921362. OLE color: 921362.
HSL color Cylindrical-coordinate representation of color #120F0E: hue angle of 15º degrees, saturation: 0.12, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #120F0E is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.93.
Color convert
RGB | 18 | 15 | 14 | - |
CMYK | 0 | 0.17 | 0.22 | 0.93 |
HSL | 15º | 0.13% | 0.06% | - |
HSV(B) | 15º | 0.22% | 0.07% | - |
XYZ | 0.5 | 0.5 | 0.49 | - |
YUV | 15.78 | 126.99 | 129.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 18 | 15 | 14 | 0 | 0.17 | 0.22 | 0.93 | 15 | 0.13 | 0.06 |
Hex | 12 | F | E | 0 | 11 | 16 | 5D | F | C | 6 |
Octal | 22 | 17 | 16 | 0 | 21 | 26 | 135 | 17 | 14 | 6 |
Binary | 10010 | 1111 | 1110 | 0 | 10001 | 10110 | 1011101 | 1111 | 1100 | 110 |
Color Harmonies of #120F0E
Complementary color
Monochromatic Colors of #120F0E
Black with #120F0E
Text Example
Text Example
White with #120F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120F0E; }
p { color: rgb(18,15,14); }
H1.HeaderClassName
{
color: #120F0E;
}
.AnyTagClassName
{
color: #120F0E;
}
</style>
background-color css
<style>
a { background-color: #120F0E; }
a { background-color: rgb(18,15,14); }
div.DivClassName
{
background-color: #120F0E;
}
.BgClassName
{
background-color: #120F0E;
}
</style>
border-color css
<style>
span { border-color: #120F0E; }
span { border-color: rgb(18,15,14); }
td.TdClassName
{
border-color: #120F0E;
}
.TagClassName
{
border-color: #120F0E;
}
</style>