Shades of Black Russian #0B0625
Tints of Black Russian #0B0625
RGB
CMYK
RGB Variations
Color information
#0B0625 (or 0x0B0625) is known color: Black Russian. HEX triplet: 0B, 06 and 25. RGB value is (11,6,37). Sum of RGB (Red+Green+Blue) = 11+6+37=54 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.37% from 54); Green value is 6 (2.73% from 255 or 11.11% from 54); Blue value is 37 (14.84% from 255 or 68.52% from 54); Max value from RGB is 37 - color contains mainly: blue. Hex color #0B0625 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0625 is #F4F9DA. Grayscale: #0A0A0A. Windows color (decimal): -16054747 or 2426379. OLE color: 2426379.
HSL color Cylindrical-coordinate representation of color #0B0625: hue angle of 249.68º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B0625 is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 11 | 6 | 37 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.85 |
| HSL | 249.68º | 0.72% | 0.08% | - |
| HSV(B) | 249.68º | 0.84% | 0.15% | - |
| XYZ | 0.54 | 0.33 | 1.79 | - |
| YUV | 11.03 | 142.66 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 6 | 37 | 0.70 | 0.84 | 0 | 0.85 | 249.68 | 0.72 | 0.08 |
| Hex | B | 6 | 25 | 46 | 54 | 0 | 55 | FA | 48 | 8 |
| Octal | 13 | 6 | 45 | 106 | 124 | 0 | 125 | 372 | 110 | 10 |
| Binary | 1011 | 110 | 100101 | 1000110 | 1010100 | 0 | 1010101 | 11111010 | 1001000 | 1000 |
Color Harmonies of #0B0625
Complementary color
Monochromatic Colors of #0B0625
Black with #0B0625
Text Example
Text Example
White with #0B0625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0625; }
p { color: rgb(11,6,37); }
H1.HeaderClassName
{
color: #0B0625;
}
.AnyTagClassName
{
color: #0B0625;
}
</style>
background-color css
<style>
a { background-color: #0B0625; }
a { background-color: rgb(11,6,37); }
div.DivClassName
{
background-color: #0B0625;
}
.BgClassName
{
background-color: #0B0625;
}
</style>
border-color css
<style>
span { border-color: #0B0625; }
span { border-color: rgb(11,6,37); }
td.TdClassName
{
border-color: #0B0625;
}
.TagClassName
{
border-color: #0B0625;
}
</style>