Shades of Black #120605
Tints of Black #120605
RGB
CMYK
RGB Variations
Color information
#120605 (or 0x120605) is known color: Black. HEX triplet: 12, 06 and 05. RGB value is (18,6,5). Sum of RGB (Red+Green+Blue) = 18+6+5=29 (3% of max value = 765). Red value is 18 (7.42% from 255 or 62.07% from 29); Green value is 6 (2.73% from 255 or 20.69% from 29); Blue value is 5 (2.34% from 255 or 17.24% from 29); Max value from RGB is 18 - color contains mainly: red. Hex color #120605 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120605 is #EDF9FA. Grayscale: #090909. Windows color (decimal): -15596027 or 329234. OLE color: 329234.
HSL color Cylindrical-coordinate representation of color #120605: hue angle of 4.62º 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 #120605 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 6 | 5 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.93 |
| HSL | 4.62º | 0.57% | 0.05% | - |
| HSV(B) | 4.62º | 0.72% | 0.07% | - |
| XYZ | 0.34 | 0.27 | 0.18 | - |
| YUV | 9.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 6 | 5 | 0 | 0.67 | 0.72 | 0.93 | 4.62 | 0.57 | 0.05 |
| Hex | 12 | 6 | 5 | 0 | 43 | 48 | 5D | 5 | 39 | 5 |
| Octal | 22 | 6 | 5 | 0 | 103 | 110 | 135 | 5 | 71 | 5 |
| Binary | 10010 | 110 | 101 | 0 | 1000011 | 1001000 | 1011101 | 101 | 111001 | 101 |
Color Harmonies of #120605
Complementary color
Monochromatic Colors of #120605
Black with #120605
Text Example
Text Example
White with #120605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120605; }
p { color: rgb(18,6,5); }
H1.HeaderClassName
{
color: #120605;
}
.AnyTagClassName
{
color: #120605;
}
</style>
background-color css
<style>
a { background-color: #120605; }
a { background-color: rgb(18,6,5); }
div.DivClassName
{
background-color: #120605;
}
.BgClassName
{
background-color: #120605;
}
</style>
border-color css
<style>
span { border-color: #120605; }
span { border-color: rgb(18,6,5); }
td.TdClassName
{
border-color: #120605;
}
.TagClassName
{
border-color: #120605;
}
</style>