Shades of Black #120B07
Tints of Black #120B07
RGB
CMYK
RGB Variations
Color information
#120B07 (or 0x120B07) is known color: Black. HEX triplet: 12, 0B and 07. RGB value is (18,11,7). Sum of RGB (Red+Green+Blue) = 18+11+7=36 (4% of max value = 765). Red value is 18 (7.42% from 255 or 50% from 36); Green value is 11 (4.69% from 255 or 30.56% from 36); Blue value is 7 (3.12% from 255 or 19.44% from 36); Max value from RGB is 18 - color contains mainly: red. Hex color #120B07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120B07 is #EDF4F8. Grayscale: #0C0C0C. Windows color (decimal): -15594745 or 461586. OLE color: 461586.
HSL color Cylindrical-coordinate representation of color #120B07: hue angle of 21.82º degrees, saturation: 0.44, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #120B07 is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 11 | 7 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.93 |
| HSL | 21.82º | 0.44% | 0.05% | - |
| HSV(B) | 21.82º | 0.61% | 0.07% | - |
| XYZ | 0.41 | 0.38 | 0.25 | - |
| YUV | 12.64 | 124.82 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 11 | 7 | 0 | 0.39 | 0.61 | 0.93 | 21.82 | 0.44 | 0.05 |
| Hex | 12 | B | 7 | 0 | 27 | 3D | 5D | 16 | 2C | 5 |
| Octal | 22 | 13 | 7 | 0 | 47 | 75 | 135 | 26 | 54 | 5 |
| Binary | 10010 | 1011 | 111 | 0 | 100111 | 111101 | 1011101 | 10110 | 101100 | 101 |
Color Harmonies of #120B07
Complementary color
Monochromatic Colors of #120B07
Black with #120B07
Text Example
Text Example
White with #120B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120B07; }
p { color: rgb(18,11,7); }
H1.HeaderClassName
{
color: #120B07;
}
.AnyTagClassName
{
color: #120B07;
}
</style>
background-color css
<style>
a { background-color: #120B07; }
a { background-color: rgb(18,11,7); }
div.DivClassName
{
background-color: #120B07;
}
.BgClassName
{
background-color: #120B07;
}
</style>
border-color css
<style>
span { border-color: #120B07; }
span { border-color: rgb(18,11,7); }
td.TdClassName
{
border-color: #120B07;
}
.TagClassName
{
border-color: #120B07;
}
</style>