Shades of Black Russian #0E0936
Tints of Black Russian #0E0936
RGB
CMYK
RGB Variations
Color information
#0E0936 (or 0x0E0936) is known color: Black Russian. HEX triplet: 0E, 09 and 36. RGB value is (14,9,54). Sum of RGB (Red+Green+Blue) = 14+9+54=77 (10% of max value = 765). Red value is 14 (5.86% from 255 or 18.18% from 77); Green value is 9 (3.91% from 255 or 11.69% from 77); Blue value is 54 (21.48% from 255 or 70.13% from 77); Max value from RGB is 54 - color contains mainly: blue. Hex color #0E0936 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0936 is #F1F6C9. Grayscale: #0F0F0F. Windows color (decimal): -15857354 or 3541262. OLE color: 3541262.
HSL color Cylindrical-coordinate representation of color #0E0936: hue angle of 246.67º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E0936 is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 14 | 9 | 54 | - |
| CMYK | 0.74 | 0.83 | 0 | 0.79 |
| HSL | 246.67º | 0.71% | 0.12% | - |
| HSV(B) | 246.67º | 0.83% | 0.21% | - |
| XYZ | 0.94 | 0.56 | 3.55 | - |
| YUV | 15.63 | 149.66 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 9 | 54 | 0.74 | 0.83 | 0 | 0.79 | 246.67 | 0.71 | 0.12 |
| Hex | E | 9 | 36 | 4A | 53 | 0 | 4F | F7 | 47 | C |
| Octal | 16 | 11 | 66 | 112 | 123 | 0 | 117 | 367 | 107 | 14 |
| Binary | 1110 | 1001 | 110110 | 1001010 | 1010011 | 0 | 1001111 | 11110111 | 1000111 | 1100 |
Color Harmonies of #0E0936
Complementary color
Monochromatic Colors of #0E0936
Black with #0E0936
Text Example
Text Example
White with #0E0936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0936; }
p { color: rgb(14,9,54); }
H1.HeaderClassName
{
color: #0E0936;
}
.AnyTagClassName
{
color: #0E0936;
}
</style>
background-color css
<style>
a { background-color: #0E0936; }
a { background-color: rgb(14,9,54); }
div.DivClassName
{
background-color: #0E0936;
}
.BgClassName
{
background-color: #0E0936;
}
</style>
border-color css
<style>
span { border-color: #0E0936; }
span { border-color: rgb(14,9,54); }
td.TdClassName
{
border-color: #0E0936;
}
.TagClassName
{
border-color: #0E0936;
}
</style>