Shades of Black Russian #080414
Tints of Black Russian #080414
RGB
CMYK
RGB Variations
Color information
#080414 (or 0x080414) is known color: Black Russian. HEX triplet: 08, 04 and 14. RGB value is (8,4,20). Sum of RGB (Red+Green+Blue) = 8+4+20=32 (4% of max value = 765). Red value is 8 (3.52% from 255 or 25% from 32); Green value is 4 (1.95% from 255 or 12.5% from 32); Blue value is 20 (8.20% from 255 or 62.5% from 32); Max value from RGB is 20 - color contains mainly: blue. Hex color #080414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080414 is #F7FBEB. Grayscale: #060606. Windows color (decimal): -16251884 or 1311752. OLE color: 1311752.
HSL color Cylindrical-coordinate representation of color #080414: hue angle of 255º degrees, saturation: 0.67, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #080414 is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 8 | 4 | 20 | - |
| CMYK | 0.60 | 0.80 | 0 | 0.92 |
| HSL | 255º | 0.67% | 0.05% | - |
| HSV(B) | 255º | 0.8% | 0.08% | - |
| XYZ | 0.27 | 0.19 | 0.68 | - |
| YUV | 7.02 | 135.33 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 4 | 20 | 0.60 | 0.80 | 0 | 0.92 | 255 | 0.67 | 0.05 |
| Hex | 8 | 4 | 14 | 3C | 50 | 0 | 5C | FF | 43 | 5 |
| Octal | 10 | 4 | 24 | 74 | 120 | 0 | 134 | 377 | 103 | 5 |
| Binary | 1000 | 100 | 10100 | 111100 | 1010000 | 0 | 1011100 | 11111111 | 1000011 | 101 |
Color Harmonies of #080414
Complementary color
Monochromatic Colors of #080414
Black with #080414
Text Example
Text Example
White with #080414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080414; }
p { color: rgb(8,4,20); }
H1.HeaderClassName
{
color: #080414;
}
.AnyTagClassName
{
color: #080414;
}
</style>
background-color css
<style>
a { background-color: #080414; }
a { background-color: rgb(8,4,20); }
div.DivClassName
{
background-color: #080414;
}
.BgClassName
{
background-color: #080414;
}
</style>
border-color css
<style>
span { border-color: #080414; }
span { border-color: rgb(8,4,20); }
td.TdClassName
{
border-color: #080414;
}
.TagClassName
{
border-color: #080414;
}
</style>