Shades of Black Russian #0E082D
Tints of Black Russian #0E082D
RGB
CMYK
RGB Variations
Color information
#0E082D (or 0x0E082D) is known color: Black Russian. HEX triplet: 0E, 08 and 2D. RGB value is (14,8,45). Sum of RGB (Red+Green+Blue) = 14+8+45=67 (8% of max value = 765). Red value is 14 (5.86% from 255 or 20.90% from 67); Green value is 8 (3.52% from 255 or 11.94% from 67); Blue value is 45 (17.97% from 255 or 67.16% from 67); Max value from RGB is 45 - color contains mainly: blue. Hex color #0E082D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E082D is #F1F7D2. Grayscale: #0D0D0D. Windows color (decimal): -15857619 or 2951182. OLE color: 2951182.
HSL color Cylindrical-coordinate representation of color #0E082D: hue angle of 249.73º degrees, saturation: 0.7, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E082D is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 14 | 8 | 45 | - |
| CMYK | 0.69 | 0.82 | 0 | 0.82 |
| HSL | 249.73º | 0.7% | 0.1% | - |
| HSV(B) | 249.73º | 0.82% | 0.18% | - |
| XYZ | 0.74 | 0.46 | 2.53 | - |
| YUV | 14.01 | 145.49 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 8 | 45 | 0.69 | 0.82 | 0 | 0.82 | 249.73 | 0.7 | 0.1 |
| Hex | E | 8 | 2D | 45 | 52 | 0 | 52 | FA | 46 | A |
| Octal | 16 | 10 | 55 | 105 | 122 | 0 | 122 | 372 | 106 | 12 |
| Binary | 1110 | 1000 | 101101 | 1000101 | 1010010 | 0 | 1010010 | 11111010 | 1000110 | 1010 |
Color Harmonies of #0E082D
Complementary color
Monochromatic Colors of #0E082D
Black with #0E082D
Text Example
Text Example
White with #0E082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E082D; }
p { color: rgb(14,8,45); }
H1.HeaderClassName
{
color: #0E082D;
}
.AnyTagClassName
{
color: #0E082D;
}
</style>
background-color css
<style>
a { background-color: #0E082D; }
a { background-color: rgb(14,8,45); }
div.DivClassName
{
background-color: #0E082D;
}
.BgClassName
{
background-color: #0E082D;
}
</style>
border-color css
<style>
span { border-color: #0E082D; }
span { border-color: rgb(14,8,45); }
td.TdClassName
{
border-color: #0E082D;
}
.TagClassName
{
border-color: #0E082D;
}
</style>