Shades of Black Russian #0E082C
Tints of Black Russian #0E082C
RGB
CMYK
RGB Variations
Color information
#0E082C (or 0x0E082C) is known color: Black Russian. HEX triplet: 0E, 08 and 2C. RGB value is (14,8,44). Sum of RGB (Red+Green+Blue) = 14+8+44=66 (8% of max value = 765). Red value is 14 (5.86% from 255 or 21.21% from 66); Green value is 8 (3.52% from 255 or 12.12% 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 #0E082C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E082C is #F1F7D3. Grayscale: #0D0D0D. Windows color (decimal): -15857620 or 2885646. OLE color: 2885646.
HSL color Cylindrical-coordinate representation of color #0E082C: hue angle of 250º 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 #0E082C is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 14 | 8 | 44 | - |
| CMYK | 0.68 | 0.82 | 0 | 0.83 |
| HSL | 250º | 0.69% | 0.1% | - |
| HSV(B) | 250º | 0.82% | 0.17% | - |
| XYZ | 0.72 | 0.45 | 2.43 | - |
| YUV | 13.9 | 144.99 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 8 | 44 | 0.68 | 0.82 | 0 | 0.83 | 250 | 0.69 | 0.1 |
| Hex | E | 8 | 2C | 44 | 52 | 0 | 53 | FA | 45 | A |
| Octal | 16 | 10 | 54 | 104 | 122 | 0 | 123 | 372 | 105 | 12 |
| Binary | 1110 | 1000 | 101100 | 1000100 | 1010010 | 0 | 1010011 | 11111010 | 1000101 | 1010 |
Color Harmonies of #0E082C
Complementary color
Monochromatic Colors of #0E082C
Black with #0E082C
Text Example
Text Example
White with #0E082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E082C; }
p { color: rgb(14,8,44); }
H1.HeaderClassName
{
color: #0E082C;
}
.AnyTagClassName
{
color: #0E082C;
}
</style>
background-color css
<style>
a { background-color: #0E082C; }
a { background-color: rgb(14,8,44); }
div.DivClassName
{
background-color: #0E082C;
}
.BgClassName
{
background-color: #0E082C;
}
</style>
border-color css
<style>
span { border-color: #0E082C; }
span { border-color: rgb(14,8,44); }
td.TdClassName
{
border-color: #0E082C;
}
.TagClassName
{
border-color: #0E082C;
}
</style>