Shades of Black Russian #0F0B25
Tints of Black Russian #0F0B25
RGB
CMYK
RGB Variations
Color information
#0F0B25 (or 0x0F0B25) is known color: Black Russian. HEX triplet: 0F, 0B and 25. RGB value is (15,11,37). Sum of RGB (Red+Green+Blue) = 15+11+37=63 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.81% from 63); Green value is 11 (4.69% from 255 or 17.46% from 63); Blue value is 37 (14.84% from 255 or 58.73% from 63); Max value from RGB is 37 - color contains mainly: blue. Hex color #0F0B25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0B25 is #F0F4DA. Grayscale: #0F0F0F. Windows color (decimal): -15791323 or 2427663. OLE color: 2427663.
HSL color Cylindrical-coordinate representation of color #0F0B25: hue angle of 249.23º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0F0B25 is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 15 | 11 | 37 | - |
| CMYK | 0.59 | 0.70 | 0 | 0.85 |
| HSL | 249.23º | 0.54% | 0.09% | - |
| HSV(B) | 249.23º | 0.7% | 0.15% | - |
| XYZ | 0.65 | 0.47 | 1.81 | - |
| YUV | 15.16 | 140.33 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 11 | 37 | 0.59 | 0.70 | 0 | 0.85 | 249.23 | 0.54 | 0.09 |
| Hex | F | B | 25 | 3B | 46 | 0 | 55 | F9 | 36 | 9 |
| Octal | 17 | 13 | 45 | 73 | 106 | 0 | 125 | 371 | 66 | 11 |
| Binary | 1111 | 1011 | 100101 | 111011 | 1000110 | 0 | 1010101 | 11111001 | 110110 | 1001 |
Color Harmonies of #0F0B25
Complementary color
Monochromatic Colors of #0F0B25
Black with #0F0B25
Text Example
Text Example
White with #0F0B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0B25; }
p { color: rgb(15,11,37); }
H1.HeaderClassName
{
color: #0F0B25;
}
.AnyTagClassName
{
color: #0F0B25;
}
</style>
background-color css
<style>
a { background-color: #0F0B25; }
a { background-color: rgb(15,11,37); }
div.DivClassName
{
background-color: #0F0B25;
}
.BgClassName
{
background-color: #0F0B25;
}
</style>
border-color css
<style>
span { border-color: #0F0B25; }
span { border-color: rgb(15,11,37); }
td.TdClassName
{
border-color: #0F0B25;
}
.TagClassName
{
border-color: #0F0B25;
}
</style>