Shades of Black Russian #0E0B36
Tints of Black Russian #0E0B36
RGB
CMYK
RGB Variations
Color information
#0E0B36 (or 0x0E0B36) is known color: Black Russian. HEX triplet: 0E, 0B and 36. RGB value is (14,11,54). Sum of RGB (Red+Green+Blue) = 14+11+54=79 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.72% from 79); Green value is 11 (4.69% from 255 or 13.92% from 79); Blue value is 54 (21.48% from 255 or 68.35% from 79); Max value from RGB is 54 - color contains mainly: blue. Hex color #0E0B36 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0B36 is #F1F4C9. Grayscale: #101010. Windows color (decimal): -15856842 or 3541774. OLE color: 3541774.
HSL color Cylindrical-coordinate representation of color #0E0B36: hue angle of 244.19º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0E0B36 is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 14 | 11 | 54 | - |
| CMYK | 0.74 | 0.80 | 0 | 0.79 |
| HSL | 244.19º | 0.66% | 0.13% | - |
| HSV(B) | 244.19º | 0.8% | 0.21% | - |
| XYZ | 0.97 | 0.6 | 3.55 | - |
| YUV | 16.8 | 148.99 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 11 | 54 | 0.74 | 0.80 | 0 | 0.79 | 244.19 | 0.66 | 0.13 |
| Hex | E | B | 36 | 4A | 50 | 0 | 4F | F4 | 42 | D |
| Octal | 16 | 13 | 66 | 112 | 120 | 0 | 117 | 364 | 102 | 15 |
| Binary | 1110 | 1011 | 110110 | 1001010 | 1010000 | 0 | 1001111 | 11110100 | 1000010 | 1101 |
Color Harmonies of #0E0B36
Complementary color
Monochromatic Colors of #0E0B36
Black with #0E0B36
Text Example
Text Example
White with #0E0B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0B36; }
p { color: rgb(14,11,54); }
H1.HeaderClassName
{
color: #0E0B36;
}
.AnyTagClassName
{
color: #0E0B36;
}
</style>
background-color css
<style>
a { background-color: #0E0B36; }
a { background-color: rgb(14,11,54); }
div.DivClassName
{
background-color: #0E0B36;
}
.BgClassName
{
background-color: #0E0B36;
}
</style>
border-color css
<style>
span { border-color: #0E0B36; }
span { border-color: rgb(14,11,54); }
td.TdClassName
{
border-color: #0E0B36;
}
.TagClassName
{
border-color: #0E0B36;
}
</style>