Shades of Black #120600
Tints of Black #120600
RGB
CMYK
RGB Variations
Color information
#120600 (or 0x120600) is known color: Black. HEX triplet: 12, 06 and 00. RGB value is (18,6,0). Sum of RGB (Red+Green+Blue) = 18+6+0=24 (3% of max value = 765). Red value is 18 (7.42% from 255 or 75% from 24); Green value is 6 (2.73% from 255 or 25% from 24); Blue value is 0 (0.39% from 255 or 0% from 24); Max value from RGB is 18 - color contains mainly: red. Hex color #120600 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120600 is #EDF9FF. Grayscale: #080808. Windows color (decimal): -15596032 or 1554. OLE color: 1554.
HSL color Cylindrical-coordinate representation of color #120600: hue angle of 20º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120600 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 6 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.93 |
| HSL | 20º | 1% | 0.04% | - |
| HSV(B) | 20º | 1% | 0.07% | - |
| XYZ | 0.31 | 0.26 | 0.03 | - |
| YUV | 8.9 | 122.98 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 6 | 0 | 0 | 0.67 | 1 | 0.93 | 20 | 1 | 0.04 |
| Hex | 12 | 6 | 0 | 0 | 43 | 64 | 5D | 14 | 64 | 4 |
| Octal | 22 | 6 | 0 | 0 | 103 | 144 | 135 | 24 | 144 | 4 |
| Binary | 10010 | 110 | 0 | 0 | 1000011 | 1100100 | 1011101 | 10100 | 1100100 | 100 |
Color Harmonies of #120600
Complementary color
Monochromatic Colors of #120600
Black with #120600
Text Example
Text Example
White with #120600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120600; }
p { color: rgb(18,6,0); }
H1.HeaderClassName
{
color: #120600;
}
.AnyTagClassName
{
color: #120600;
}
</style>
background-color css
<style>
a { background-color: #120600; }
a { background-color: rgb(18,6,0); }
div.DivClassName
{
background-color: #120600;
}
.BgClassName
{
background-color: #120600;
}
</style>
border-color css
<style>
span { border-color: #120600; }
span { border-color: rgb(18,6,0); }
td.TdClassName
{
border-color: #120600;
}
.TagClassName
{
border-color: #120600;
}
</style>