Shades of Black Russian #0E0E20
Tints of Black Russian #0E0E20
RGB
CMYK
RGB Variations
Color information
#0E0E20 (or 0x0E0E20) is known color: Black Russian. HEX triplet: 0E, 0E and 20. RGB value is (14,14,32). Sum of RGB (Red+Green+Blue) = 14+14+32=60 (7% of max value = 765). Red value is 14 (5.86% from 255 or 23.33% from 60); Green value is 14 (5.86% from 255 or 23.33% from 60); Blue value is 32 (12.89% from 255 or 53.33% from 60); Max value from RGB is 32 - color contains mainly: blue. Hex color #0E0E20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0E20 is #F1F1DF. Grayscale: #0F0F0F. Windows color (decimal): -15856096 or 2100750. OLE color: 2100750.
HSL color Cylindrical-coordinate representation of color #0E0E20: hue angle of 240º degrees, saturation: 0.39, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #0E0E20 is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 14 | 14 | 32 | - |
| CMYK | 0.56 | 0.56 | 0 | 0.87 |
| HSL | 240º | 0.39% | 0.09% | - |
| HSV(B) | 240º | 0.56% | 0.13% | - |
| XYZ | 0.6 | 0.51 | 1.43 | - |
| YUV | 16.05 | 137 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 14 | 32 | 0.56 | 0.56 | 0 | 0.87 | 240 | 0.39 | 0.09 |
| Hex | E | E | 20 | 38 | 38 | 0 | 57 | F0 | 27 | 9 |
| Octal | 16 | 16 | 40 | 70 | 70 | 0 | 127 | 360 | 47 | 11 |
| Binary | 1110 | 1110 | 100000 | 111000 | 111000 | 0 | 1010111 | 11110000 | 100111 | 1001 |
Color Harmonies of #0E0E20
Complementary color
Monochromatic Colors of #0E0E20
Black with #0E0E20
Text Example
Text Example
White with #0E0E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0E20; }
p { color: rgb(14,14,32); }
H1.HeaderClassName
{
color: #0E0E20;
}
.AnyTagClassName
{
color: #0E0E20;
}
</style>
background-color css
<style>
a { background-color: #0E0E20; }
a { background-color: rgb(14,14,32); }
div.DivClassName
{
background-color: #0E0E20;
}
.BgClassName
{
background-color: #0E0E20;
}
</style>
border-color css
<style>
span { border-color: #0E0E20; }
span { border-color: rgb(14,14,32); }
td.TdClassName
{
border-color: #0E0E20;
}
.TagClassName
{
border-color: #0E0E20;
}
</style>