Shades of Black Russian #080E2A
Tints of Black Russian #080E2A
RGB
CMYK
RGB Variations
Color information
#080E2A (or 0x080E2A) is known color: Black Russian. HEX triplet: 08, 0E and 2A. RGB value is (8,14,42). Sum of RGB (Red+Green+Blue) = 8+14+42=64 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.5% from 64); Green value is 14 (5.86% from 255 or 21.88% from 64); Blue value is 42 (16.80% from 255 or 65.62% from 64); Max value from RGB is 42 - color contains mainly: blue. Hex color #080E2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080E2A is #F7F1D5. Grayscale: #0F0F0F. Windows color (decimal): -16249302 or 2756104. OLE color: 2756104.
HSL color Cylindrical-coordinate representation of color #080E2A: hue angle of 229.41º degrees, saturation: 0.68, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #080E2A is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 14 | 42 | - |
| CMYK | 0.81 | 0.67 | 0 | 0.84 |
| HSL | 229.41º | 0.68% | 0.1% | - |
| HSV(B) | 229.41º | 0.81% | 0.16% | - |
| XYZ | 0.68 | 0.53 | 2.26 | - |
| YUV | 15.4 | 143.01 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 42 | 0.81 | 0.67 | 0 | 0.84 | 229.41 | 0.68 | 0.1 |
| Hex | 8 | E | 2A | 51 | 43 | 0 | 54 | E5 | 44 | A |
| Octal | 10 | 16 | 52 | 121 | 103 | 0 | 124 | 345 | 104 | 12 |
| Binary | 1000 | 1110 | 101010 | 1010001 | 1000011 | 0 | 1010100 | 11100101 | 1000100 | 1010 |
Color Harmonies of #080E2A
Complementary color
Monochromatic Colors of #080E2A
Black with #080E2A
Text Example
Text Example
White with #080E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080E2A; }
p { color: rgb(8,14,42); }
H1.HeaderClassName
{
color: #080E2A;
}
.AnyTagClassName
{
color: #080E2A;
}
</style>
background-color css
<style>
a { background-color: #080E2A; }
a { background-color: rgb(8,14,42); }
div.DivClassName
{
background-color: #080E2A;
}
.BgClassName
{
background-color: #080E2A;
}
</style>
border-color css
<style>
span { border-color: #080E2A; }
span { border-color: rgb(8,14,42); }
td.TdClassName
{
border-color: #080E2A;
}
.TagClassName
{
border-color: #080E2A;
}
</style>