Shades of Black #120B05
Tints of Black #120B05
RGB
CMYK
RGB Variations
Color information
#120B05 (or 0x120B05) is known color: Black. HEX triplet: 12, 0B and 05. RGB value is (18,11,5). Sum of RGB (Red+Green+Blue) = 18+11+5=34 (4% of max value = 765). Red value is 18 (7.42% from 255 or 52.94% from 34); Green value is 11 (4.69% from 255 or 32.35% from 34); Blue value is 5 (2.34% from 255 or 14.71% from 34); Max value from RGB is 18 - color contains mainly: red. Hex color #120B05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120B05 is #EDF4FA. Grayscale: #0C0C0C. Windows color (decimal): -15594747 or 330514. OLE color: 330514.
HSL color Cylindrical-coordinate representation of color #120B05: hue angle of 27.69º 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 #120B05 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.93.
Color convert
RGB | 18 | 11 | 5 | - |
CMYK | 0 | 0.39 | 0.72 | 0.93 |
HSL | 27.69º | 0.57% | 0.05% | - |
HSV(B) | 27.69º | 0.72% | 0.07% | - |
XYZ | 0.4 | 0.38 | 0.2 | - |
YUV | 12.41 | 123.82 | 131.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 18 | 11 | 5 | 0 | 0.39 | 0.72 | 0.93 | 27.69 | 0.57 | 0.05 |
Hex | 12 | B | 5 | 0 | 27 | 48 | 5D | 1C | 39 | 5 |
Octal | 22 | 13 | 5 | 0 | 47 | 110 | 135 | 34 | 71 | 5 |
Binary | 10010 | 1011 | 101 | 0 | 100111 | 1001000 | 1011101 | 11100 | 111001 | 101 |
Color Harmonies of #120B05
Complementary color
Monochromatic Colors of #120B05
Black with #120B05
Text Example
Text Example
White with #120B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120B05; }
p { color: rgb(18,11,5); }
H1.HeaderClassName
{
color: #120B05;
}
.AnyTagClassName
{
color: #120B05;
}
</style>
background-color css
<style>
a { background-color: #120B05; }
a { background-color: rgb(18,11,5); }
div.DivClassName
{
background-color: #120B05;
}
.BgClassName
{
background-color: #120B05;
}
</style>
border-color css
<style>
span { border-color: #120B05; }
span { border-color: rgb(18,11,5); }
td.TdClassName
{
border-color: #120B05;
}
.TagClassName
{
border-color: #120B05;
}
</style>