Shades of Black Russian #0B0F25
Tints of Black Russian #0B0F25
RGB
CMYK
RGB Variations
Color information
#0B0F25 (or 0x0B0F25) is known color: Black Russian. HEX triplet: 0B, 0F and 25. RGB value is (11,15,37). Sum of RGB (Red+Green+Blue) = 11+15+37=63 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.46% from 63); Green value is 15 (6.25% from 255 or 23.81% 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 #0B0F25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0F25 is #F4F0DA. Grayscale: #101010. Windows color (decimal): -16052443 or 2428683. OLE color: 2428683.
HSL color Cylindrical-coordinate representation of color #0B0F25: hue angle of 230.77º 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 #0B0F25 is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 11 | 15 | 37 | - |
| CMYK | 0.70 | 0.59 | 0 | 0.85 |
| HSL | 230.77º | 0.54% | 0.09% | - |
| HSV(B) | 230.77º | 0.7% | 0.15% | - |
| XYZ | 0.64 | 0.55 | 1.82 | - |
| YUV | 16.31 | 139.67 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 15 | 37 | 0.70 | 0.59 | 0 | 0.85 | 230.77 | 0.54 | 0.09 |
| Hex | B | F | 25 | 46 | 3B | 0 | 55 | E7 | 36 | 9 |
| Octal | 13 | 17 | 45 | 106 | 73 | 0 | 125 | 347 | 66 | 11 |
| Binary | 1011 | 1111 | 100101 | 1000110 | 111011 | 0 | 1010101 | 11100111 | 110110 | 1001 |
Color Harmonies of #0B0F25
Complementary color
Monochromatic Colors of #0B0F25
Black with #0B0F25
Text Example
Text Example
White with #0B0F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0F25; }
p { color: rgb(11,15,37); }
H1.HeaderClassName
{
color: #0B0F25;
}
.AnyTagClassName
{
color: #0B0F25;
}
</style>
background-color css
<style>
a { background-color: #0B0F25; }
a { background-color: rgb(11,15,37); }
div.DivClassName
{
background-color: #0B0F25;
}
.BgClassName
{
background-color: #0B0F25;
}
</style>
border-color css
<style>
span { border-color: #0B0F25; }
span { border-color: rgb(11,15,37); }
td.TdClassName
{
border-color: #0B0F25;
}
.TagClassName
{
border-color: #0B0F25;
}
</style>