Shades of Black #120800
Tints of Black #120800
RGB
CMYK
RGB Variations
Color information
#120800 (or 0x120800) is known color: Black. HEX triplet: 12, 08 and 00. RGB value is (18,8,0). Sum of RGB (Red+Green+Blue) = 18+8+0=26 (3% of max value = 765). Red value is 18 (7.42% from 255 or 69.23% from 26); Green value is 8 (3.52% from 255 or 30.77% from 26); Blue value is 0 (0.39% from 255 or 0% from 26); Max value from RGB is 18 - color contains mainly: red. Hex color #120800 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120800 is #EDF7FF. Grayscale: #0A0A0A. Windows color (decimal): -15595520 or 2066. OLE color: 2066.
HSL color Cylindrical-coordinate representation of color #120800: hue angle of 26.67º 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 #120800 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 8 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.93 |
| HSL | 26.67º | 1% | 0.04% | - |
| HSV(B) | 26.67º | 1% | 0.07% | - |
| XYZ | 0.34 | 0.3 | 0.04 | - |
| YUV | 10.08 | 122.31 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 8 | 0 | 0 | 0.56 | 1 | 0.93 | 26.67 | 1 | 0.04 |
| Hex | 12 | 8 | 0 | 0 | 38 | 64 | 5D | 1B | 64 | 4 |
| Octal | 22 | 10 | 0 | 0 | 70 | 144 | 135 | 33 | 144 | 4 |
| Binary | 10010 | 1000 | 0 | 0 | 111000 | 1100100 | 1011101 | 11011 | 1100100 | 100 |
Color Harmonies of #120800
Complementary color
Monochromatic Colors of #120800
Black with #120800
Text Example
Text Example
White with #120800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120800; }
p { color: rgb(18,8,0); }
H1.HeaderClassName
{
color: #120800;
}
.AnyTagClassName
{
color: #120800;
}
</style>
background-color css
<style>
a { background-color: #120800; }
a { background-color: rgb(18,8,0); }
div.DivClassName
{
background-color: #120800;
}
.BgClassName
{
background-color: #120800;
}
</style>
border-color css
<style>
span { border-color: #120800; }
span { border-color: rgb(18,8,0); }
td.TdClassName
{
border-color: #120800;
}
.TagClassName
{
border-color: #120800;
}
</style>