Shades of Black Russian #0B051D
Tints of Black Russian #0B051D
RGB
CMYK
RGB Variations
Color information
#0B051D (or 0x0B051D) is known color: Black Russian. HEX triplet: 0B, 05 and 1D. RGB value is (11,5,29). Sum of RGB (Red+Green+Blue) = 11+5+29=45 (5% of max value = 765). Red value is 11 (4.69% from 255 or 24.44% from 45); Green value is 5 (2.34% from 255 or 11.11% from 45); Blue value is 29 (11.72% from 255 or 64.44% from 45); Max value from RGB is 29 - color contains mainly: blue. Hex color #0B051D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B051D is #F4FAE2. Grayscale: #090909. Windows color (decimal): -16055011 or 1901835. OLE color: 1901835.
HSL color Cylindrical-coordinate representation of color #0B051D: hue angle of 255º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B051D is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 11 | 5 | 29 | - |
| CMYK | 0.62 | 0.83 | 0 | 0.89 |
| HSL | 255º | 0.71% | 0.07% | - |
| HSV(B) | 255º | 0.83% | 0.11% | - |
| XYZ | 0.41 | 0.27 | 1.19 | - |
| YUV | 9.53 | 138.99 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 5 | 29 | 0.62 | 0.83 | 0 | 0.89 | 255 | 0.71 | 0.07 |
| Hex | B | 5 | 1D | 3E | 53 | 0 | 59 | FF | 47 | 7 |
| Octal | 13 | 5 | 35 | 76 | 123 | 0 | 131 | 377 | 107 | 7 |
| Binary | 1011 | 101 | 11101 | 111110 | 1010011 | 0 | 1011001 | 11111111 | 1000111 | 111 |
Color Harmonies of #0B051D
Complementary color
Monochromatic Colors of #0B051D
Black with #0B051D
Text Example
Text Example
White with #0B051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B051D; }
p { color: rgb(11,5,29); }
H1.HeaderClassName
{
color: #0B051D;
}
.AnyTagClassName
{
color: #0B051D;
}
</style>
background-color css
<style>
a { background-color: #0B051D; }
a { background-color: rgb(11,5,29); }
div.DivClassName
{
background-color: #0B051D;
}
.BgClassName
{
background-color: #0B051D;
}
</style>
border-color css
<style>
span { border-color: #0B051D; }
span { border-color: rgb(11,5,29); }
td.TdClassName
{
border-color: #0B051D;
}
.TagClassName
{
border-color: #0B051D;
}
</style>