Shades of Black Russian #0F0D16
Tints of Black Russian #0F0D16
RGB
CMYK
RGB Variations
Color information
#0F0D16 (or 0x0F0D16) is known color: Black Russian. HEX triplet: 0F, 0D and 16. RGB value is (15,13,22). Sum of RGB (Red+Green+Blue) = 15+13+22=50 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30% from 50); Green value is 13 (5.47% from 255 or 26% from 50); Blue value is 22 (8.98% from 255 or 44% from 50); Max value from RGB is 22 - color contains mainly: blue. Hex color #0F0D16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0D16 is #F0F2E9. Grayscale: #0E0E0E. Windows color (decimal): -15790826 or 1445135. OLE color: 1445135.
HSL color Cylindrical-coordinate representation of color #0F0D16: hue angle of 253.33º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #0F0D16 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 15 | 13 | 22 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.91 |
| HSL | 253.33º | 0.26% | 0.07% | - |
| HSV(B) | 253.33º | 0.41% | 0.09% | - |
| XYZ | 0.49 | 0.45 | 0.82 | - |
| YUV | 14.62 | 132.16 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 13 | 22 | 0.32 | 0.41 | 0 | 0.91 | 253.33 | 0.26 | 0.07 |
| Hex | F | D | 16 | 20 | 29 | 0 | 5B | FD | 1A | 7 |
| Octal | 17 | 15 | 26 | 40 | 51 | 0 | 133 | 375 | 32 | 7 |
| Binary | 1111 | 1101 | 10110 | 100000 | 101001 | 0 | 1011011 | 11111101 | 11010 | 111 |
Color Harmonies of #0F0D16
Complementary color
Monochromatic Colors of #0F0D16
Black with #0F0D16
Text Example
Text Example
White with #0F0D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0D16; }
p { color: rgb(15,13,22); }
H1.HeaderClassName
{
color: #0F0D16;
}
.AnyTagClassName
{
color: #0F0D16;
}
</style>
background-color css
<style>
a { background-color: #0F0D16; }
a { background-color: rgb(15,13,22); }
div.DivClassName
{
background-color: #0F0D16;
}
.BgClassName
{
background-color: #0F0D16;
}
</style>
border-color css
<style>
span { border-color: #0F0D16; }
span { border-color: rgb(15,13,22); }
td.TdClassName
{
border-color: #0F0D16;
}
.TagClassName
{
border-color: #0F0D16;
}
</style>