Shades of Black Russian #0E0837
Tints of Black Russian #0E0837
RGB
CMYK
RGB Variations
Color information
#0E0837 (or 0x0E0837) is known color: Black Russian. HEX triplet: 0E, 08 and 37. RGB value is (14,8,55). Sum of RGB (Red+Green+Blue) = 14+8+55=77 (10% of max value = 765). Red value is 14 (5.86% from 255 or 18.18% from 77); Green value is 8 (3.52% from 255 or 10.39% from 77); Blue value is 55 (21.88% from 255 or 71.43% from 77); Max value from RGB is 55 - color contains mainly: blue. Hex color #0E0837 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0837 is #F1F7C8. Grayscale: #0E0E0E. Windows color (decimal): -15857609 or 3606542. OLE color: 3606542.
HSL color Cylindrical-coordinate representation of color #0E0837: hue angle of 247.66º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E0837 is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 8 | 55 | - |
| CMYK | 0.75 | 0.85 | 0 | 0.78 |
| HSL | 247.66º | 0.75% | 0.12% | - |
| HSV(B) | 247.66º | 0.85% | 0.22% | - |
| XYZ | 0.96 | 0.54 | 3.67 | - |
| YUV | 15.15 | 150.49 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 8 | 55 | 0.75 | 0.85 | 0 | 0.78 | 247.66 | 0.75 | 0.12 |
| Hex | E | 8 | 37 | 4B | 55 | 0 | 4E | F8 | 4B | C |
| Octal | 16 | 10 | 67 | 113 | 125 | 0 | 116 | 370 | 113 | 14 |
| Binary | 1110 | 1000 | 110111 | 1001011 | 1010101 | 0 | 1001110 | 11111000 | 1001011 | 1100 |
Color Harmonies of #0E0837
Complementary color
Monochromatic Colors of #0E0837
Black with #0E0837
Text Example
Text Example
White with #0E0837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0837; }
p { color: rgb(14,8,55); }
H1.HeaderClassName
{
color: #0E0837;
}
.AnyTagClassName
{
color: #0E0837;
}
</style>
background-color css
<style>
a { background-color: #0E0837; }
a { background-color: rgb(14,8,55); }
div.DivClassName
{
background-color: #0E0837;
}
.BgClassName
{
background-color: #0E0837;
}
</style>
border-color css
<style>
span { border-color: #0E0837; }
span { border-color: rgb(14,8,55); }
td.TdClassName
{
border-color: #0E0837;
}
.TagClassName
{
border-color: #0E0837;
}
</style>