Shades of Black Russian #080E2E
Tints of Black Russian #080E2E
RGB
CMYK
RGB Variations
Color information
#080E2E (or 0x080E2E) is known color: Black Russian. HEX triplet: 08, 0E and 2E. RGB value is (8,14,46). Sum of RGB (Red+Green+Blue) = 8+14+46=68 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.76% from 68); Green value is 14 (5.86% from 255 or 20.59% from 68); Blue value is 46 (18.36% from 255 or 67.65% from 68); Max value from RGB is 46 - color contains mainly: blue. Hex color #080E2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080E2E is #F7F1D1. Grayscale: #0F0F0F. Windows color (decimal): -16249298 or 3018248. OLE color: 3018248.
HSL color Cylindrical-coordinate representation of color #080E2E: hue angle of 230.53º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #080E2E is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 14 | 46 | - |
| CMYK | 0.83 | 0.70 | 0 | 0.82 |
| HSL | 230.53º | 0.7% | 0.11% | - |
| HSV(B) | 230.53º | 0.83% | 0.18% | - |
| XYZ | 0.75 | 0.56 | 2.65 | - |
| YUV | 15.85 | 145.01 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 46 | 0.83 | 0.70 | 0 | 0.82 | 230.53 | 0.7 | 0.11 |
| Hex | 8 | E | 2E | 53 | 46 | 0 | 52 | E7 | 46 | B |
| Octal | 10 | 16 | 56 | 123 | 106 | 0 | 122 | 347 | 106 | 13 |
| Binary | 1000 | 1110 | 101110 | 1010011 | 1000110 | 0 | 1010010 | 11100111 | 1000110 | 1011 |
Color Harmonies of #080E2E
Complementary color
Monochromatic Colors of #080E2E
Black with #080E2E
Text Example
Text Example
White with #080E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080E2E; }
p { color: rgb(8,14,46); }
H1.HeaderClassName
{
color: #080E2E;
}
.AnyTagClassName
{
color: #080E2E;
}
</style>
background-color css
<style>
a { background-color: #080E2E; }
a { background-color: rgb(8,14,46); }
div.DivClassName
{
background-color: #080E2E;
}
.BgClassName
{
background-color: #080E2E;
}
</style>
border-color css
<style>
span { border-color: #080E2E; }
span { border-color: rgb(8,14,46); }
td.TdClassName
{
border-color: #080E2E;
}
.TagClassName
{
border-color: #080E2E;
}
</style>