Shades of Black Russian #0E0A37
Tints of Black Russian #0E0A37
RGB
CMYK
RGB Variations
Color information
#0E0A37 (or 0x0E0A37) is known color: Black Russian. HEX triplet: 0E, 0A and 37. RGB value is (14,10,55). Sum of RGB (Red+Green+Blue) = 14+10+55=79 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.72% from 79); Green value is 10 (4.30% from 255 or 12.66% from 79); Blue value is 55 (21.88% from 255 or 69.62% from 79); Max value from RGB is 55 - color contains mainly: blue. Hex color #0E0A37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0A37 is #F1F5C8. Grayscale: #101010. Windows color (decimal): -15857097 or 3607054. OLE color: 3607054.
HSL color Cylindrical-coordinate representation of color #0E0A37: hue angle of 245.33º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E0A37 is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 10 | 55 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.78 |
| HSL | 245.33º | 0.69% | 0.13% | - |
| HSV(B) | 245.33º | 0.82% | 0.22% | - |
| XYZ | 0.98 | 0.59 | 3.68 | - |
| YUV | 16.33 | 149.83 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 10 | 55 | 0.75 | 0.82 | 0 | 0.78 | 245.33 | 0.69 | 0.13 |
| Hex | E | A | 37 | 4B | 52 | 0 | 4E | F5 | 45 | D |
| Octal | 16 | 12 | 67 | 113 | 122 | 0 | 116 | 365 | 105 | 15 |
| Binary | 1110 | 1010 | 110111 | 1001011 | 1010010 | 0 | 1001110 | 11110101 | 1000101 | 1101 |
Color Harmonies of #0E0A37
Complementary color
Monochromatic Colors of #0E0A37
Black with #0E0A37
Text Example
Text Example
White with #0E0A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0A37; }
p { color: rgb(14,10,55); }
H1.HeaderClassName
{
color: #0E0A37;
}
.AnyTagClassName
{
color: #0E0A37;
}
</style>
background-color css
<style>
a { background-color: #0E0A37; }
a { background-color: rgb(14,10,55); }
div.DivClassName
{
background-color: #0E0A37;
}
.BgClassName
{
background-color: #0E0A37;
}
</style>
border-color css
<style>
span { border-color: #0E0A37; }
span { border-color: rgb(14,10,55); }
td.TdClassName
{
border-color: #0E0A37;
}
.TagClassName
{
border-color: #0E0A37;
}
</style>