Shades of Black Russian #0F0F18
Tints of Black Russian #0F0F18
RGB
CMYK
RGB Variations
Color information
#0F0F18 (or 0x0F0F18) is known color: Black Russian. HEX triplet: 0F, 0F and 18. RGB value is (15,15,24). Sum of RGB (Red+Green+Blue) = 15+15+24=54 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.78% from 54); Green value is 15 (6.25% from 255 or 27.78% from 54); Blue value is 24 (9.77% from 255 or 44.44% from 54); Max value from RGB is 24 - color contains mainly: blue. Hex color #0F0F18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0F18 is #F0F0E7. Grayscale: #0F0F0F. Windows color (decimal): -15790312 or 1576719. OLE color: 1576719.
HSL color Cylindrical-coordinate representation of color #0F0F18: hue angle of 240º 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 #0F0F18 is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 15 | 15 | 24 | - |
| CMYK | 0.37 | 0.37 | 0 | 0.91 |
| HSL | 240º | 0.23% | 0.08% | - |
| HSV(B) | 240º | 0.38% | 0.09% | - |
| XYZ | 0.53 | 0.51 | 0.93 | - |
| YUV | 16.03 | 132.5 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 15 | 24 | 0.37 | 0.37 | 0 | 0.91 | 240 | 0.23 | 0.08 |
| Hex | F | F | 18 | 25 | 25 | 0 | 5B | F0 | 17 | 8 |
| Octal | 17 | 17 | 30 | 45 | 45 | 0 | 133 | 360 | 27 | 10 |
| Binary | 1111 | 1111 | 11000 | 100101 | 100101 | 0 | 1011011 | 11110000 | 10111 | 1000 |
Color Harmonies of #0F0F18
Complementary color
Monochromatic Colors of #0F0F18
Black with #0F0F18
Text Example
Text Example
White with #0F0F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0F18; }
p { color: rgb(15,15,24); }
H1.HeaderClassName
{
color: #0F0F18;
}
.AnyTagClassName
{
color: #0F0F18;
}
</style>
background-color css
<style>
a { background-color: #0F0F18; }
a { background-color: rgb(15,15,24); }
div.DivClassName
{
background-color: #0F0F18;
}
.BgClassName
{
background-color: #0F0F18;
}
</style>
border-color css
<style>
span { border-color: #0F0F18; }
span { border-color: rgb(15,15,24); }
td.TdClassName
{
border-color: #0F0F18;
}
.TagClassName
{
border-color: #0F0F18;
}
</style>