Shades of Black Russian #080E2C
Tints of Black Russian #080E2C
RGB
CMYK
RGB Variations
Color information
#080E2C (or 0x080E2C) is known color: Black Russian. HEX triplet: 08, 0E and 2C. RGB value is (8,14,44). Sum of RGB (Red+Green+Blue) = 8+14+44=66 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.12% from 66); Green value is 14 (5.86% from 255 or 21.21% from 66); Blue value is 44 (17.58% from 255 or 66.67% from 66); Max value from RGB is 44 - color contains mainly: blue. Hex color #080E2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080E2C is #F7F1D3. Grayscale: #0F0F0F. Windows color (decimal): -16249300 or 2887176. OLE color: 2887176.
HSL color Cylindrical-coordinate representation of color #080E2C: hue angle of 230º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #080E2C is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 8 | 14 | 44 | - |
| CMYK | 0.82 | 0.68 | 0 | 0.83 |
| HSL | 230º | 0.69% | 0.1% | - |
| HSV(B) | 230º | 0.82% | 0.17% | - |
| XYZ | 0.71 | 0.55 | 2.45 | - |
| YUV | 15.63 | 144.01 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 44 | 0.82 | 0.68 | 0 | 0.83 | 230 | 0.69 | 0.1 |
| Hex | 8 | E | 2C | 52 | 44 | 0 | 53 | E6 | 45 | A |
| Octal | 10 | 16 | 54 | 122 | 104 | 0 | 123 | 346 | 105 | 12 |
| Binary | 1000 | 1110 | 101100 | 1010010 | 1000100 | 0 | 1010011 | 11100110 | 1000101 | 1010 |
Color Harmonies of #080E2C
Complementary color
Monochromatic Colors of #080E2C
Black with #080E2C
Text Example
Text Example
White with #080E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080E2C; }
p { color: rgb(8,14,44); }
H1.HeaderClassName
{
color: #080E2C;
}
.AnyTagClassName
{
color: #080E2C;
}
</style>
background-color css
<style>
a { background-color: #080E2C; }
a { background-color: rgb(8,14,44); }
div.DivClassName
{
background-color: #080E2C;
}
.BgClassName
{
background-color: #080E2C;
}
</style>
border-color css
<style>
span { border-color: #080E2C; }
span { border-color: rgb(8,14,44); }
td.TdClassName
{
border-color: #080E2C;
}
.TagClassName
{
border-color: #080E2C;
}
</style>