Shades of Black #120C0B
Tints of Black #120C0B
RGB
CMYK
RGB Variations
Color information
#120C0B (or 0x120C0B) is known color: Black. HEX triplet: 12, 0C and 0B. RGB value is (18,12,11). Sum of RGB (Red+Green+Blue) = 18+12+11=41 (5% of max value = 765). Red value is 18 (7.42% from 255 or 43.90% from 41); Green value is 12 (5.08% from 255 or 29.27% from 41); Blue value is 11 (4.69% from 255 or 26.83% from 41); Max value from RGB is 18 - color contains mainly: red. Hex color #120C0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120C0B is #EDF3F4. Grayscale: #0D0D0D. Windows color (decimal): -15594485 or 723986. OLE color: 723986.
HSL color Cylindrical-coordinate representation of color #120C0B: hue angle of 8.57º degrees, saturation: 0.24, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #120C0B is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.93.
Color convert
RGB | 18 | 12 | 11 | - |
CMYK | 0 | 0.33 | 0.39 | 0.93 |
HSL | 8.57º | 0.24% | 0.06% | - |
HSV(B) | 8.57º | 0.39% | 0.07% | - |
XYZ | 0.44 | 0.42 | 0.37 | - |
YUV | 13.68 | 126.49 | 131.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 18 | 12 | 11 | 0 | 0.33 | 0.39 | 0.93 | 8.57 | 0.24 | 0.06 |
Hex | 12 | C | B | 0 | 21 | 27 | 5D | 9 | 18 | 6 |
Octal | 22 | 14 | 13 | 0 | 41 | 47 | 135 | 11 | 30 | 6 |
Binary | 10010 | 1100 | 1011 | 0 | 100001 | 100111 | 1011101 | 1001 | 11000 | 110 |
Color Harmonies of #120C0B
Complementary color
Monochromatic Colors of #120C0B
Black with #120C0B
Text Example
Text Example
White with #120C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120C0B; }
p { color: rgb(18,12,11); }
H1.HeaderClassName
{
color: #120C0B;
}
.AnyTagClassName
{
color: #120C0B;
}
</style>
background-color css
<style>
a { background-color: #120C0B; }
a { background-color: rgb(18,12,11); }
div.DivClassName
{
background-color: #120C0B;
}
.BgClassName
{
background-color: #120C0B;
}
</style>
border-color css
<style>
span { border-color: #120C0B; }
span { border-color: rgb(18,12,11); }
td.TdClassName
{
border-color: #120C0B;
}
.TagClassName
{
border-color: #120C0B;
}
</style>