Shades of Black Russian #080E20
Tints of Black Russian #080E20
RGB
CMYK
RGB Variations
Color information
#080E20 (or 0x080E20) is known color: Black Russian. HEX triplet: 08, 0E and 20. RGB value is (8,14,32). Sum of RGB (Red+Green+Blue) = 8+14+32=54 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.81% from 54); Green value is 14 (5.86% from 255 or 25.93% from 54); Blue value is 32 (12.89% from 255 or 59.26% from 54); Max value from RGB is 32 - color contains mainly: blue. Hex color #080E20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080E20 is #F7F1DF. Grayscale: #0E0E0E. Windows color (decimal): -16249312 or 2100744. OLE color: 2100744.
HSL color Cylindrical-coordinate representation of color #080E20: hue angle of 225º degrees, saturation: 0.6, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #080E20 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 8 | 14 | 32 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.87 |
| HSL | 225º | 0.6% | 0.08% | - |
| HSV(B) | 225º | 0.75% | 0.13% | - |
| XYZ | 0.52 | 0.47 | 1.43 | - |
| YUV | 14.26 | 138.01 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 32 | 0.75 | 0.56 | 0 | 0.87 | 225 | 0.6 | 0.08 |
| Hex | 8 | E | 20 | 4B | 38 | 0 | 57 | E1 | 3C | 8 |
| Octal | 10 | 16 | 40 | 113 | 70 | 0 | 127 | 341 | 74 | 10 |
| Binary | 1000 | 1110 | 100000 | 1001011 | 111000 | 0 | 1010111 | 11100001 | 111100 | 1000 |
Color Harmonies of #080E20
Complementary color
Monochromatic Colors of #080E20
Black with #080E20
Text Example
Text Example
White with #080E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080E20; }
p { color: rgb(8,14,32); }
H1.HeaderClassName
{
color: #080E20;
}
.AnyTagClassName
{
color: #080E20;
}
</style>
background-color css
<style>
a { background-color: #080E20; }
a { background-color: rgb(8,14,32); }
div.DivClassName
{
background-color: #080E20;
}
.BgClassName
{
background-color: #080E20;
}
</style>
border-color css
<style>
span { border-color: #080E20; }
span { border-color: rgb(8,14,32); }
td.TdClassName
{
border-color: #080E20;
}
.TagClassName
{
border-color: #080E20;
}
</style>