Shades of Black Russian #0E0A35
Tints of Black Russian #0E0A35
RGB
CMYK
RGB Variations
Color information
#0E0A35 (or 0x0E0A35) is known color: Black Russian. HEX triplet: 0E, 0A and 35. RGB value is (14,10,53). Sum of RGB (Red+Green+Blue) = 14+10+53=77 (10% of max value = 765). Red value is 14 (5.86% from 255 or 18.18% from 77); Green value is 10 (4.30% from 255 or 12.99% from 77); Blue value is 53 (21.09% from 255 or 68.83% from 77); Max value from RGB is 53 - color contains mainly: blue. Hex color #0E0A35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0A35 is #F1F5CA. Grayscale: #0F0F0F. Windows color (decimal): -15857099 or 3475982. OLE color: 3475982.
HSL color Cylindrical-coordinate representation of color #0E0A35: hue angle of 245.58º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E0A35 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 14 | 10 | 53 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.79 |
| HSL | 245.58º | 0.68% | 0.12% | - |
| HSV(B) | 245.58º | 0.81% | 0.21% | - |
| XYZ | 0.93 | 0.57 | 3.43 | - |
| YUV | 16.1 | 148.83 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 10 | 53 | 0.74 | 0.81 | 0 | 0.79 | 245.58 | 0.68 | 0.12 |
| Hex | E | A | 35 | 4A | 51 | 0 | 4F | F6 | 44 | C |
| Octal | 16 | 12 | 65 | 112 | 121 | 0 | 117 | 366 | 104 | 14 |
| Binary | 1110 | 1010 | 110101 | 1001010 | 1010001 | 0 | 1001111 | 11110110 | 1000100 | 1100 |
Color Harmonies of #0E0A35
Complementary color
Monochromatic Colors of #0E0A35
Black with #0E0A35
Text Example
Text Example
White with #0E0A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0A35; }
p { color: rgb(14,10,53); }
H1.HeaderClassName
{
color: #0E0A35;
}
.AnyTagClassName
{
color: #0E0A35;
}
</style>
background-color css
<style>
a { background-color: #0E0A35; }
a { background-color: rgb(14,10,53); }
div.DivClassName
{
background-color: #0E0A35;
}
.BgClassName
{
background-color: #0E0A35;
}
</style>
border-color css
<style>
span { border-color: #0E0A35; }
span { border-color: rgb(14,10,53); }
td.TdClassName
{
border-color: #0E0A35;
}
.TagClassName
{
border-color: #0E0A35;
}
</style>