Shades of Black Russian #0F0F10
Tints of Black Russian #0F0F10
RGB
CMYK
RGB Variations
Color information
#0F0F10 (or 0x0F0F10) is known color: Black Russian. HEX triplet: 0F, 0F and 10. RGB value is (15,15,16). Sum of RGB (Red+Green+Blue) = 15+15+16=46 (6% of max value = 765). Red value is 15 (6.25% from 255 or 32.61% from 46); Green value is 15 (6.25% from 255 or 32.61% from 46); Blue value is 16 (6.64% from 255 or 34.78% from 46); Max value from RGB is 16 - color contains mainly: blue. Hex color #0F0F10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0F10 is #F0F0EF. Grayscale: #0F0F0F. Windows color (decimal): -15790320 or 1052431. OLE color: 1052431.
HSL color Cylindrical-coordinate representation of color #0F0F10: hue angle of 240º degrees, saturation: 0.03, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #0F0F10 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 15 | 16 | - |
| CMYK | 0.06 | 0.06 | 0 | 0.94 |
| HSL | 240º | 0.03% | 0.06% | - |
| HSV(B) | 240º | 0.06% | 0.06% | - |
| XYZ | 0.46 | 0.48 | 0.56 | - |
| YUV | 15.11 | 128.5 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 15 | 16 | 0.06 | 0.06 | 0 | 0.94 | 240 | 0.03 | 0.06 |
| Hex | F | F | 10 | 6 | 6 | 0 | 5E | F0 | 3 | 6 |
| Octal | 17 | 17 | 20 | 6 | 6 | 0 | 136 | 360 | 3 | 6 |
| Binary | 1111 | 1111 | 10000 | 110 | 110 | 0 | 1011110 | 11110000 | 11 | 110 |
Color Harmonies of #0F0F10
Complementary color
Monochromatic Colors of #0F0F10
Black with #0F0F10
Text Example
Text Example
White with #0F0F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0F10; }
p { color: rgb(15,15,16); }
H1.HeaderClassName
{
color: #0F0F10;
}
.AnyTagClassName
{
color: #0F0F10;
}
</style>
background-color css
<style>
a { background-color: #0F0F10; }
a { background-color: rgb(15,15,16); }
div.DivClassName
{
background-color: #0F0F10;
}
.BgClassName
{
background-color: #0F0F10;
}
</style>
border-color css
<style>
span { border-color: #0F0F10; }
span { border-color: rgb(15,15,16); }
td.TdClassName
{
border-color: #0F0F10;
}
.TagClassName
{
border-color: #0F0F10;
}
</style>