Shades of Black Russian #0F0E16
Tints of Black Russian #0F0E16
RGB
CMYK
RGB Variations
Color information
#0F0E16 (or 0x0F0E16) is known color: Black Russian. HEX triplet: 0F, 0E and 16. RGB value is (15,14,22). Sum of RGB (Red+Green+Blue) = 15+14+22=51 (6% of max value = 765). Red value is 15 (6.25% from 255 or 29.41% from 51); Green value is 14 (5.86% from 255 or 27.45% from 51); Blue value is 22 (8.98% from 255 or 43.14% from 51); Max value from RGB is 22 - color contains mainly: blue. Hex color #0F0E16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0E16 is #F0F1E9. Grayscale: #0F0F0F. Windows color (decimal): -15790570 or 1445391. OLE color: 1445391.
HSL color Cylindrical-coordinate representation of color #0F0E16: hue angle of 247.5º degrees, saturation: 0.22, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #0F0E16 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 15 | 14 | 22 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.91 |
| HSL | 247.5º | 0.22% | 0.07% | - |
| HSV(B) | 247.5º | 0.36% | 0.09% | - |
| XYZ | 0.5 | 0.47 | 0.82 | - |
| YUV | 15.21 | 131.83 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 14 | 22 | 0.32 | 0.36 | 0 | 0.91 | 247.5 | 0.22 | 0.07 |
| Hex | F | E | 16 | 20 | 24 | 0 | 5B | F8 | 16 | 7 |
| Octal | 17 | 16 | 26 | 40 | 44 | 0 | 133 | 370 | 26 | 7 |
| Binary | 1111 | 1110 | 10110 | 100000 | 100100 | 0 | 1011011 | 11111000 | 10110 | 111 |
Color Harmonies of #0F0E16
Complementary color
Monochromatic Colors of #0F0E16
Black with #0F0E16
Text Example
Text Example
White with #0F0E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0E16; }
p { color: rgb(15,14,22); }
H1.HeaderClassName
{
color: #0F0E16;
}
.AnyTagClassName
{
color: #0F0E16;
}
</style>
background-color css
<style>
a { background-color: #0F0E16; }
a { background-color: rgb(15,14,22); }
div.DivClassName
{
background-color: #0F0E16;
}
.BgClassName
{
background-color: #0F0E16;
}
</style>
border-color css
<style>
span { border-color: #0F0E16; }
span { border-color: rgb(15,14,22); }
td.TdClassName
{
border-color: #0F0E16;
}
.TagClassName
{
border-color: #0F0E16;
}
</style>