Shades of Black Russian #0E1321
Tints of Black Russian #0E1321
RGB
CMYK
RGB Variations
Color information
#0E1321 (or 0x0E1321) is known color: Black Russian. HEX triplet: 0E, 13 and 21. RGB value is (14,19,33). Sum of RGB (Red+Green+Blue) = 14+19+33=66 (8% of max value = 765). Red value is 14 (5.86% from 255 or 21.21% from 66); Green value is 19 (7.81% from 255 or 28.79% from 66); Blue value is 33 (13.28% from 255 or 50% from 66); Max value from RGB is 33 - color contains mainly: blue. Hex color #0E1321 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1321 is #F1ECDE. Grayscale: #131313. Windows color (decimal): -15854815 or 2167566. OLE color: 2167566.
HSL color Cylindrical-coordinate representation of color #0E1321: hue angle of 224.21º degrees, saturation: 0.4, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0E1321 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 14 | 19 | 33 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.87 |
| HSL | 224.21º | 0.4% | 0.09% | - |
| HSV(B) | 224.21º | 0.58% | 0.13% | - |
| XYZ | 0.69 | 0.67 | 1.53 | - |
| YUV | 19.1 | 135.84 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 19 | 33 | 0.58 | 0.42 | 0 | 0.87 | 224.21 | 0.4 | 0.09 |
| Hex | E | 13 | 21 | 3A | 2A | 0 | 57 | E0 | 28 | 9 |
| Octal | 16 | 23 | 41 | 72 | 52 | 0 | 127 | 340 | 50 | 11 |
| Binary | 1110 | 10011 | 100001 | 111010 | 101010 | 0 | 1010111 | 11100000 | 101000 | 1001 |
Color Harmonies of #0E1321
Complementary color
Monochromatic Colors of #0E1321
Black with #0E1321
Text Example
Text Example
White with #0E1321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1321; }
p { color: rgb(14,19,33); }
H1.HeaderClassName
{
color: #0E1321;
}
.AnyTagClassName
{
color: #0E1321;
}
</style>
background-color css
<style>
a { background-color: #0E1321; }
a { background-color: rgb(14,19,33); }
div.DivClassName
{
background-color: #0E1321;
}
.BgClassName
{
background-color: #0E1321;
}
</style>
border-color css
<style>
span { border-color: #0E1321; }
span { border-color: rgb(14,19,33); }
td.TdClassName
{
border-color: #0E1321;
}
.TagClassName
{
border-color: #0E1321;
}
</style>