Shades of Black Russian #0F0F12
Tints of Black Russian #0F0F12
RGB
CMYK
RGB Variations
Color information
#0F0F12 (or 0x0F0F12) is known color: Black Russian. HEX triplet: 0F, 0F and 12. RGB value is (15,15,18). Sum of RGB (Red+Green+Blue) = 15+15+18=48 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.25% from 48); Green value is 15 (6.25% from 255 or 31.25% from 48); Blue value is 18 (7.42% from 255 or 37.5% from 48); Max value from RGB is 18 - color contains mainly: blue. Hex color #0F0F12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0F12 is #F0F0ED. Grayscale: #0F0F0F. Windows color (decimal): -15790318 or 1183503. OLE color: 1183503.
HSL color Cylindrical-coordinate representation of color #0F0F12: hue angle of 240º degrees, saturation: 0.09, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #0F0F12 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
RGB | 15 | 15 | 18 | - |
CMYK | 0.17 | 0.17 | 0 | 0.93 |
HSL | 240º | 0.09% | 0.06% | - |
HSV(B) | 240º | 0.17% | 0.07% | - |
XYZ | 0.48 | 0.49 | 0.64 | - |
YUV | 15.34 | 129.5 | 127.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 15 | 15 | 18 | 0.17 | 0.17 | 0 | 0.93 | 240 | 0.09 | 0.06 |
Hex | F | F | 12 | 11 | 11 | 0 | 5D | F0 | 9 | 6 |
Octal | 17 | 17 | 22 | 21 | 21 | 0 | 135 | 360 | 11 | 6 |
Binary | 1111 | 1111 | 10010 | 10001 | 10001 | 0 | 1011101 | 11110000 | 1001 | 110 |
Color Harmonies of #0F0F12
Complementary color
Monochromatic Colors of #0F0F12
Black with #0F0F12
Text Example
Text Example
White with #0F0F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0F12; }
p { color: rgb(15,15,18); }
H1.HeaderClassName
{
color: #0F0F12;
}
.AnyTagClassName
{
color: #0F0F12;
}
</style>
background-color css
<style>
a { background-color: #0F0F12; }
a { background-color: rgb(15,15,18); }
div.DivClassName
{
background-color: #0F0F12;
}
.BgClassName
{
background-color: #0F0F12;
}
</style>
border-color css
<style>
span { border-color: #0F0F12; }
span { border-color: rgb(15,15,18); }
td.TdClassName
{
border-color: #0F0F12;
}
.TagClassName
{
border-color: #0F0F12;
}
</style>