Shades of Black Russian #0F1520
Tints of Black Russian #0F1520
RGB
CMYK
RGB Variations
Color information
#0F1520 (or 0x0F1520) is known color: Black Russian. HEX triplet: 0F, 15 and 20. RGB value is (15,21,32). Sum of RGB (Red+Green+Blue) = 15+21+32=68 (9% of max value = 765). Red value is 15 (6.25% from 255 or 22.06% from 68); Green value is 21 (8.59% from 255 or 30.88% from 68); Blue value is 32 (12.89% from 255 or 47.06% from 68); Max value from RGB is 32 - color contains mainly: blue. Hex color #0F1520 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1520 is #F0EADF. Grayscale: #141414. Windows color (decimal): -15788768 or 2102543. OLE color: 2102543.
HSL color Cylindrical-coordinate representation of color #0F1520: hue angle of 218.82º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #0F1520 is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 15 | 21 | 32 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.87 |
| HSL | 218.82º | 0.36% | 0.09% | - |
| HSV(B) | 218.82º | 0.53% | 0.13% | - |
| XYZ | 0.73 | 0.74 | 1.47 | - |
| YUV | 20.46 | 134.51 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 21 | 32 | 0.53 | 0.34 | 0 | 0.87 | 218.82 | 0.36 | 0.09 |
| Hex | F | 15 | 20 | 35 | 22 | 0 | 57 | DB | 24 | 9 |
| Octal | 17 | 25 | 40 | 65 | 42 | 0 | 127 | 333 | 44 | 11 |
| Binary | 1111 | 10101 | 100000 | 110101 | 100010 | 0 | 1010111 | 11011011 | 100100 | 1001 |
Color Harmonies of #0F1520
Complementary color
Monochromatic Colors of #0F1520
Black with #0F1520
Text Example
Text Example
White with #0F1520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1520; }
p { color: rgb(15,21,32); }
H1.HeaderClassName
{
color: #0F1520;
}
.AnyTagClassName
{
color: #0F1520;
}
</style>
background-color css
<style>
a { background-color: #0F1520; }
a { background-color: rgb(15,21,32); }
div.DivClassName
{
background-color: #0F1520;
}
.BgClassName
{
background-color: #0F1520;
}
</style>
border-color css
<style>
span { border-color: #0F1520; }
span { border-color: rgb(15,21,32); }
td.TdClassName
{
border-color: #0F1520;
}
.TagClassName
{
border-color: #0F1520;
}
</style>