Shades of Black Russian #0E0F18
Tints of Black Russian #0E0F18
RGB
CMYK
RGB Variations
Color information
#0E0F18 (or 0x0E0F18) is known color: Black Russian. HEX triplet: 0E, 0F and 18. RGB value is (14,15,24). Sum of RGB (Red+Green+Blue) = 14+15+24=53 (7% of max value = 765). Red value is 14 (5.86% from 255 or 26.42% from 53); Green value is 15 (6.25% from 255 or 28.30% from 53); Blue value is 24 (9.77% from 255 or 45.28% from 53); Max value from RGB is 24 - color contains mainly: blue. Hex color #0E0F18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0F18 is #F1F0E7. Grayscale: #0F0F0F. Windows color (decimal): -15855848 or 1576718. OLE color: 1576718.
HSL color Cylindrical-coordinate representation of color #0E0F18: hue angle of 234º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #0E0F18 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 14 | 15 | 24 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.91 |
| HSL | 234º | 0.26% | 0.07% | - |
| HSV(B) | 234º | 0.42% | 0.09% | - |
| XYZ | 0.52 | 0.5 | 0.93 | - |
| YUV | 15.73 | 132.67 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 15 | 24 | 0.42 | 0.37 | 0 | 0.91 | 234 | 0.26 | 0.07 |
| Hex | E | F | 18 | 2A | 25 | 0 | 5B | EA | 1A | 7 |
| Octal | 16 | 17 | 30 | 52 | 45 | 0 | 133 | 352 | 32 | 7 |
| Binary | 1110 | 1111 | 11000 | 101010 | 100101 | 0 | 1011011 | 11101010 | 11010 | 111 |
Color Harmonies of #0E0F18
Complementary color
Monochromatic Colors of #0E0F18
Black with #0E0F18
Text Example
Text Example
White with #0E0F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0F18; }
p { color: rgb(14,15,24); }
H1.HeaderClassName
{
color: #0E0F18;
}
.AnyTagClassName
{
color: #0E0F18;
}
</style>
background-color css
<style>
a { background-color: #0E0F18; }
a { background-color: rgb(14,15,24); }
div.DivClassName
{
background-color: #0E0F18;
}
.BgClassName
{
background-color: #0E0F18;
}
</style>
border-color css
<style>
span { border-color: #0E0F18; }
span { border-color: rgb(14,15,24); }
td.TdClassName
{
border-color: #0E0F18;
}
.TagClassName
{
border-color: #0E0F18;
}
</style>