Shades of Black Russian #080E28
Tints of Black Russian #080E28
RGB
CMYK
RGB Variations
Color information
#080E28 (or 0x080E28) is known color: Black Russian. HEX triplet: 08, 0E and 28. RGB value is (8,14,40). Sum of RGB (Red+Green+Blue) = 8+14+40=62 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.90% from 62); Green value is 14 (5.86% from 255 or 22.58% from 62); Blue value is 40 (16.02% from 255 or 64.52% from 62); Max value from RGB is 40 - color contains mainly: blue. Hex color #080E28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080E28 is #F7F1D7. Grayscale: #0F0F0F. Windows color (decimal): -16249304 or 2625032. OLE color: 2625032.
HSL color Cylindrical-coordinate representation of color #080E28: hue angle of 228.75º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #080E28 is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 14 | 40 | - |
| CMYK | 0.80 | 0.65 | 0 | 0.84 |
| HSL | 228.75º | 0.67% | 0.09% | - |
| HSV(B) | 228.75º | 0.8% | 0.16% | - |
| XYZ | 0.64 | 0.52 | 2.07 | - |
| YUV | 15.17 | 142.01 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 40 | 0.80 | 0.65 | 0 | 0.84 | 228.75 | 0.67 | 0.09 |
| Hex | 8 | E | 28 | 50 | 41 | 0 | 54 | E5 | 43 | 9 |
| Octal | 10 | 16 | 50 | 120 | 101 | 0 | 124 | 345 | 103 | 11 |
| Binary | 1000 | 1110 | 101000 | 1010000 | 1000001 | 0 | 1010100 | 11100101 | 1000011 | 1001 |
Color Harmonies of #080E28
Complementary color
Monochromatic Colors of #080E28
Black with #080E28
Text Example
Text Example
White with #080E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080E28; }
p { color: rgb(8,14,40); }
H1.HeaderClassName
{
color: #080E28;
}
.AnyTagClassName
{
color: #080E28;
}
</style>
background-color css
<style>
a { background-color: #080E28; }
a { background-color: rgb(8,14,40); }
div.DivClassName
{
background-color: #080E28;
}
.BgClassName
{
background-color: #080E28;
}
</style>
border-color css
<style>
span { border-color: #080E28; }
span { border-color: rgb(8,14,40); }
td.TdClassName
{
border-color: #080E28;
}
.TagClassName
{
border-color: #080E28;
}
</style>