Shades of Black Russian #0F0E17
Tints of Black Russian #0F0E17
RGB
CMYK
RGB Variations
Color information
#0F0E17 (or 0x0F0E17) is known color: Black Russian. HEX triplet: 0F, 0E and 17. RGB value is (15,14,23). Sum of RGB (Red+Green+Blue) = 15+14+23=52 (6% of max value = 765). Red value is 15 (6.25% from 255 or 28.85% from 52); Green value is 14 (5.86% from 255 or 26.92% from 52); Blue value is 23 (9.38% from 255 or 44.23% from 52); Max value from RGB is 23 - color contains mainly: blue. Hex color #0F0E17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0E17 is #F0F1E8. Grayscale: #0F0F0F. Windows color (decimal): -15790569 or 1510927. OLE color: 1510927.
HSL color Cylindrical-coordinate representation of color #0F0E17: hue angle of 246.67º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #0F0E17 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 15 | 14 | 23 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.91 |
| HSL | 246.67º | 0.24% | 0.07% | - |
| HSV(B) | 246.67º | 0.39% | 0.09% | - |
| XYZ | 0.51 | 0.48 | 0.88 | - |
| YUV | 15.33 | 132.33 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 14 | 23 | 0.35 | 0.39 | 0 | 0.91 | 246.67 | 0.24 | 0.07 |
| Hex | F | E | 17 | 23 | 27 | 0 | 5B | F7 | 18 | 7 |
| Octal | 17 | 16 | 27 | 43 | 47 | 0 | 133 | 367 | 30 | 7 |
| Binary | 1111 | 1110 | 10111 | 100011 | 100111 | 0 | 1011011 | 11110111 | 11000 | 111 |
Color Harmonies of #0F0E17
Complementary color
Monochromatic Colors of #0F0E17
Black with #0F0E17
Text Example
Text Example
White with #0F0E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0E17; }
p { color: rgb(15,14,23); }
H1.HeaderClassName
{
color: #0F0E17;
}
.AnyTagClassName
{
color: #0F0E17;
}
</style>
background-color css
<style>
a { background-color: #0F0E17; }
a { background-color: rgb(15,14,23); }
div.DivClassName
{
background-color: #0F0E17;
}
.BgClassName
{
background-color: #0F0E17;
}
</style>
border-color css
<style>
span { border-color: #0F0E17; }
span { border-color: rgb(15,14,23); }
td.TdClassName
{
border-color: #0F0E17;
}
.TagClassName
{
border-color: #0F0E17;
}
</style>