Shades of Black Russian #0F1118
Tints of Black Russian #0F1118
RGB
CMYK
RGB Variations
Color information
#0F1118 (or 0x0F1118) is known color: Black Russian. HEX triplet: 0F, 11 and 18. RGB value is (15,17,24). Sum of RGB (Red+Green+Blue) = 15+17+24=56 (7% of max value = 765). Red value is 15 (6.25% from 255 or 26.79% from 56); Green value is 17 (7.03% from 255 or 30.36% from 56); Blue value is 24 (9.77% from 255 or 42.86% from 56); Max value from RGB is 24 - color contains mainly: blue. Hex color #0F1118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1118 is #F0EEE7. Grayscale: #111111. Windows color (decimal): -15789800 or 1577231. OLE color: 1577231.
HSL color Cylindrical-coordinate representation of color #0F1118: hue angle of 226.67º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0F1118 is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 15 | 17 | 24 | - |
| CMYK | 0.37 | 0.29 | 0 | 0.91 |
| HSL | 226.67º | 0.23% | 0.08% | - |
| HSV(B) | 226.67º | 0.38% | 0.09% | - |
| XYZ | 0.56 | 0.57 | 0.94 | - |
| YUV | 17.2 | 131.84 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 17 | 24 | 0.37 | 0.29 | 0 | 0.91 | 226.67 | 0.23 | 0.08 |
| Hex | F | 11 | 18 | 25 | 1D | 0 | 5B | E3 | 17 | 8 |
| Octal | 17 | 21 | 30 | 45 | 35 | 0 | 133 | 343 | 27 | 10 |
| Binary | 1111 | 10001 | 11000 | 100101 | 11101 | 0 | 1011011 | 11100011 | 10111 | 1000 |
Color Harmonies of #0F1118
Complementary color
Monochromatic Colors of #0F1118
Black with #0F1118
Text Example
Text Example
White with #0F1118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1118; }
p { color: rgb(15,17,24); }
H1.HeaderClassName
{
color: #0F1118;
}
.AnyTagClassName
{
color: #0F1118;
}
</style>
background-color css
<style>
a { background-color: #0F1118; }
a { background-color: rgb(15,17,24); }
div.DivClassName
{
background-color: #0F1118;
}
.BgClassName
{
background-color: #0F1118;
}
</style>
border-color css
<style>
span { border-color: #0F1118; }
span { border-color: rgb(15,17,24); }
td.TdClassName
{
border-color: #0F1118;
}
.TagClassName
{
border-color: #0F1118;
}
</style>