Shades of Black Russian #0E0E19
Tints of Black Russian #0E0E19
RGB
CMYK
RGB Variations
Color information
#0E0E19 (or 0x0E0E19) is known color: Black Russian. HEX triplet: 0E, 0E and 19. RGB value is (14,14,25). Sum of RGB (Red+Green+Blue) = 14+14+25=53 (7% of max value = 765). Red value is 14 (5.86% from 255 or 26.42% from 53); Green value is 14 (5.86% from 255 or 26.42% from 53); Blue value is 25 (10.16% from 255 or 47.17% from 53); Max value from RGB is 25 - color contains mainly: blue. Hex color #0E0E19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0E19 is #F1F1E6. Grayscale: #0F0F0F. Windows color (decimal): -15856103 or 1641998. OLE color: 1641998.
HSL color Cylindrical-coordinate representation of color #0E0E19: hue angle of 240º degrees, saturation: 0.28, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #0E0E19 is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
RGB | 14 | 14 | 25 | - |
CMYK | 0.44 | 0.44 | 0 | 0.90 |
HSL | 240º | 0.28% | 0.08% | - |
HSV(B) | 240º | 0.44% | 0.1% | - |
XYZ | 0.51 | 0.48 | 0.98 | - |
YUV | 15.25 | 133.5 | 127.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 14 | 14 | 25 | 0.44 | 0.44 | 0 | 0.90 | 240 | 0.28 | 0.08 |
Hex | E | E | 19 | 2C | 2C | 0 | 5A | F0 | 1C | 8 |
Octal | 16 | 16 | 31 | 54 | 54 | 0 | 132 | 360 | 34 | 10 |
Binary | 1110 | 1110 | 11001 | 101100 | 101100 | 0 | 1011010 | 11110000 | 11100 | 1000 |
Color Harmonies of #0E0E19
Complementary color
Monochromatic Colors of #0E0E19
Black with #0E0E19
Text Example
Text Example
White with #0E0E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0E19; }
p { color: rgb(14,14,25); }
H1.HeaderClassName
{
color: #0E0E19;
}
.AnyTagClassName
{
color: #0E0E19;
}
</style>
background-color css
<style>
a { background-color: #0E0E19; }
a { background-color: rgb(14,14,25); }
div.DivClassName
{
background-color: #0E0E19;
}
.BgClassName
{
background-color: #0E0E19;
}
</style>
border-color css
<style>
span { border-color: #0E0E19; }
span { border-color: rgb(14,14,25); }
td.TdClassName
{
border-color: #0E0E19;
}
.TagClassName
{
border-color: #0E0E19;
}
</style>