Shades of Black Russian #080412
Tints of Black Russian #080412
RGB
CMYK
RGB Variations
Color information
#080412 (or 0x080412) is known color: Black Russian. HEX triplet: 08, 04 and 12. RGB value is (8,4,18). Sum of RGB (Red+Green+Blue) = 8+4+18=30 (3% of max value = 765). Red value is 8 (3.52% from 255 or 26.67% from 30); Green value is 4 (1.95% from 255 or 13.33% from 30); Blue value is 18 (7.42% from 255 or 60% from 30); Max value from RGB is 18 - color contains mainly: blue. Hex color #080412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080412 is #F7FBED. Grayscale: #060606. Windows color (decimal): -16251886 or 1180680. OLE color: 1180680.
HSL color Cylindrical-coordinate representation of color #080412: hue angle of 257.14º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #080412 is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 8 | 4 | 18 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.93 |
| HSL | 257.14º | 0.64% | 0.04% | - |
| HSV(B) | 257.14º | 0.78% | 0.07% | - |
| XYZ | 0.25 | 0.18 | 0.59 | - |
| YUV | 6.79 | 134.33 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 4 | 18 | 0.56 | 0.78 | 0 | 0.93 | 257.14 | 0.64 | 0.04 |
| Hex | 8 | 4 | 12 | 38 | 4E | 0 | 5D | 101 | 40 | 4 |
| Octal | 10 | 4 | 22 | 70 | 116 | 0 | 135 | 401 | 100 | 4 |
| Binary | 1000 | 100 | 10010 | 111000 | 1001110 | 0 | 1011101 | 100000001 | 1000000 | 100 |
Color Harmonies of #080412
Complementary color
Monochromatic Colors of #080412
Black with #080412
Text Example
Text Example
White with #080412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080412; }
p { color: rgb(8,4,18); }
H1.HeaderClassName
{
color: #080412;
}
.AnyTagClassName
{
color: #080412;
}
</style>
background-color css
<style>
a { background-color: #080412; }
a { background-color: rgb(8,4,18); }
div.DivClassName
{
background-color: #080412;
}
.BgClassName
{
background-color: #080412;
}
</style>
border-color css
<style>
span { border-color: #080412; }
span { border-color: rgb(8,4,18); }
td.TdClassName
{
border-color: #080412;
}
.TagClassName
{
border-color: #080412;
}
</style>