Shades of Black Russian #0E0C34
Tints of Black Russian #0E0C34
RGB
CMYK
RGB Variations
Color information
#0E0C34 (or 0x0E0C34) is known color: Black Russian. HEX triplet: 0E, 0C and 34. RGB value is (14,12,52). Sum of RGB (Red+Green+Blue) = 14+12+52=78 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.95% from 78); Green value is 12 (5.08% from 255 or 15.38% from 78); Blue value is 52 (20.70% from 255 or 66.67% from 78); Max value from RGB is 52 - color contains mainly: blue. Hex color #0E0C34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0C34 is #F1F3CB. Grayscale: #111111. Windows color (decimal): -15856588 or 3410958. OLE color: 3410958.
HSL color Cylindrical-coordinate representation of color #0E0C34: hue angle of 243º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0E0C34 is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 14 | 12 | 52 | - |
| CMYK | 0.73 | 0.77 | 0 | 0.80 |
| HSL | 243º | 0.63% | 0.13% | - |
| HSV(B) | 243º | 0.77% | 0.2% | - |
| XYZ | 0.93 | 0.6 | 3.32 | - |
| YUV | 17.16 | 147.66 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 12 | 52 | 0.73 | 0.77 | 0 | 0.80 | 243 | 0.63 | 0.13 |
| Hex | E | C | 34 | 49 | 4D | 0 | 50 | F3 | 3E | D |
| Octal | 16 | 14 | 64 | 111 | 115 | 0 | 120 | 363 | 76 | 15 |
| Binary | 1110 | 1100 | 110100 | 1001001 | 1001101 | 0 | 1010000 | 11110011 | 111110 | 1101 |
Color Harmonies of #0E0C34
Complementary color
Monochromatic Colors of #0E0C34
Black with #0E0C34
Text Example
Text Example
White with #0E0C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0C34; }
p { color: rgb(14,12,52); }
H1.HeaderClassName
{
color: #0E0C34;
}
.AnyTagClassName
{
color: #0E0C34;
}
</style>
background-color css
<style>
a { background-color: #0E0C34; }
a { background-color: rgb(14,12,52); }
div.DivClassName
{
background-color: #0E0C34;
}
.BgClassName
{
background-color: #0E0C34;
}
</style>
border-color css
<style>
span { border-color: #0E0C34; }
span { border-color: rgb(14,12,52); }
td.TdClassName
{
border-color: #0E0C34;
}
.TagClassName
{
border-color: #0E0C34;
}
</style>