Shades of Black #120606
Tints of Black #120606
RGB
CMYK
RGB Variations
Color information
#120606 (or 0x120606) is known color: Black. HEX triplet: 12, 06 and 06. RGB value is (18,6,6). Sum of RGB (Red+Green+Blue) = 18+6+6=30 (3% of max value = 765). Red value is 18 (7.42% from 255 or 60% from 30); Green value is 6 (2.73% from 255 or 20% from 30); Blue value is 6 (2.73% from 255 or 20% from 30); Max value from RGB is 18 - color contains mainly: red. Hex color #120606 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120606 is #EDF9F9. Grayscale: #090909. Windows color (decimal): -15596026 or 394770. OLE color: 394770.
HSL color Cylindrical-coordinate representation of color #120606: hue angle of 0º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #120606 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 6 | 6 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.93 |
| HSL | 0º | 0.5% | 0.05% | - |
| HSV(B) | 0º | 0.67% | 0.07% | - |
| XYZ | 0.35 | 0.27 | 0.21 | - |
| YUV | 9.59 | 125.98 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 6 | 6 | 0 | 0.67 | 0.67 | 0.93 | 0 | 0.5 | 0.05 |
| Hex | 12 | 6 | 6 | 0 | 43 | 43 | 5D | 0 | 32 | 5 |
| Octal | 22 | 6 | 6 | 0 | 103 | 103 | 135 | 0 | 62 | 5 |
| Binary | 10010 | 110 | 110 | 0 | 1000011 | 1000011 | 1011101 | 0 | 110010 | 101 |
Color Harmonies of #120606
Complementary color
Monochromatic Colors of #120606
Black with #120606
Text Example
Text Example
White with #120606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120606; }
p { color: rgb(18,6,6); }
H1.HeaderClassName
{
color: #120606;
}
.AnyTagClassName
{
color: #120606;
}
</style>
background-color css
<style>
a { background-color: #120606; }
a { background-color: rgb(18,6,6); }
div.DivClassName
{
background-color: #120606;
}
.BgClassName
{
background-color: #120606;
}
</style>
border-color css
<style>
span { border-color: #120606; }
span { border-color: rgb(18,6,6); }
td.TdClassName
{
border-color: #120606;
}
.TagClassName
{
border-color: #120606;
}
</style>