Shades of Black Russian #0F0E18
Tints of Black Russian #0F0E18
RGB
CMYK
RGB Variations
Color information
#0F0E18 (or 0x0F0E18) is known color: Black Russian. HEX triplet: 0F, 0E and 18. RGB value is (15,14,24). Sum of RGB (Red+Green+Blue) = 15+14+24=53 (7% of max value = 765). Red value is 15 (6.25% from 255 or 28.30% from 53); Green value is 14 (5.86% from 255 or 26.42% 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 #0F0E18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0E18 is #F0F1E7. Grayscale: #0F0F0F. Windows color (decimal): -15790568 or 1576463. OLE color: 1576463.
HSL color Cylindrical-coordinate representation of color #0F0E18: hue angle of 246º 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 #0F0E18 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 15 | 14 | 24 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.91 |
| HSL | 246º | 0.26% | 0.07% | - |
| HSV(B) | 246º | 0.42% | 0.09% | - |
| XYZ | 0.52 | 0.48 | 0.93 | - |
| YUV | 15.44 | 132.83 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 14 | 24 | 0.37 | 0.42 | 0 | 0.91 | 246 | 0.26 | 0.07 |
| Hex | F | E | 18 | 25 | 2A | 0 | 5B | F6 | 1A | 7 |
| Octal | 17 | 16 | 30 | 45 | 52 | 0 | 133 | 366 | 32 | 7 |
| Binary | 1111 | 1110 | 11000 | 100101 | 101010 | 0 | 1011011 | 11110110 | 11010 | 111 |
Color Harmonies of #0F0E18
Complementary color
Monochromatic Colors of #0F0E18
Black with #0F0E18
Text Example
Text Example
White with #0F0E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0E18; }
p { color: rgb(15,14,24); }
H1.HeaderClassName
{
color: #0F0E18;
}
.AnyTagClassName
{
color: #0F0E18;
}
</style>
background-color css
<style>
a { background-color: #0F0E18; }
a { background-color: rgb(15,14,24); }
div.DivClassName
{
background-color: #0F0E18;
}
.BgClassName
{
background-color: #0F0E18;
}
</style>
border-color css
<style>
span { border-color: #0F0E18; }
span { border-color: rgb(15,14,24); }
td.TdClassName
{
border-color: #0F0E18;
}
.TagClassName
{
border-color: #0F0E18;
}
</style>