Shades of Black Russian #0F1115
Tints of Black Russian #0F1115
RGB
CMYK
RGB Variations
Color information
#0F1115 (or 0x0F1115) is known color: Black Russian. HEX triplet: 0F, 11 and 15. RGB value is (15,17,21). Sum of RGB (Red+Green+Blue) = 15+17+21=53 (7% of max value = 765). Red value is 15 (6.25% from 255 or 28.30% from 53); Green value is 17 (7.03% from 255 or 32.08% from 53); Blue value is 21 (8.59% from 255 or 39.62% from 53); Max value from RGB is 21 - color contains mainly: blue. Hex color #0F1115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1115 is #F0EEEA. Grayscale: #101010. Windows color (decimal): -15789803 or 1380623. OLE color: 1380623.
HSL color Cylindrical-coordinate representation of color #0F1115: hue angle of 220º degrees, saturation: 0.17, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #0F1115 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 15 | 17 | 21 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.92 |
| HSL | 220º | 0.17% | 0.07% | - |
| HSV(B) | 220º | 0.29% | 0.08% | - |
| XYZ | 0.53 | 0.56 | 0.79 | - |
| YUV | 16.86 | 130.34 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 17 | 21 | 0.29 | 0.19 | 0 | 0.92 | 220 | 0.17 | 0.07 |
| Hex | F | 11 | 15 | 1D | 13 | 0 | 5C | DC | 11 | 7 |
| Octal | 17 | 21 | 25 | 35 | 23 | 0 | 134 | 334 | 21 | 7 |
| Binary | 1111 | 10001 | 10101 | 11101 | 10011 | 0 | 1011100 | 11011100 | 10001 | 111 |
Color Harmonies of #0F1115
Complementary color
Monochromatic Colors of #0F1115
Black with #0F1115
Text Example
Text Example
White with #0F1115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1115; }
p { color: rgb(15,17,21); }
H1.HeaderClassName
{
color: #0F1115;
}
.AnyTagClassName
{
color: #0F1115;
}
</style>
background-color css
<style>
a { background-color: #0F1115; }
a { background-color: rgb(15,17,21); }
div.DivClassName
{
background-color: #0F1115;
}
.BgClassName
{
background-color: #0F1115;
}
</style>
border-color css
<style>
span { border-color: #0F1115; }
span { border-color: rgb(15,17,21); }
td.TdClassName
{
border-color: #0F1115;
}
.TagClassName
{
border-color: #0F1115;
}
</style>