Shades of Black Russian #0B081D
Tints of Black Russian #0B081D
RGB
CMYK
RGB Variations
Color information
#0B081D (or 0x0B081D) is known color: Black Russian. HEX triplet: 0B, 08 and 1D. RGB value is (11,8,29). Sum of RGB (Red+Green+Blue) = 11+8+29=48 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22.92% from 48); Green value is 8 (3.52% from 255 or 16.67% from 48); Blue value is 29 (11.72% from 255 or 60.42% from 48); Max value from RGB is 29 - color contains mainly: blue. Hex color #0B081D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B081D is #F4F7E2. Grayscale: #0B0B0B. Windows color (decimal): -16054243 or 1902603. OLE color: 1902603.
HSL color Cylindrical-coordinate representation of color #0B081D: hue angle of 248.57º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0B081D is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 11 | 8 | 29 | - |
| CMYK | 0.62 | 0.72 | 0 | 0.89 |
| HSL | 248.57º | 0.57% | 0.07% | - |
| HSV(B) | 248.57º | 0.72% | 0.11% | - |
| XYZ | 0.45 | 0.33 | 1.2 | - |
| YUV | 11.29 | 137.99 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 8 | 29 | 0.62 | 0.72 | 0 | 0.89 | 248.57 | 0.57 | 0.07 |
| Hex | B | 8 | 1D | 3E | 48 | 0 | 59 | F9 | 39 | 7 |
| Octal | 13 | 10 | 35 | 76 | 110 | 0 | 131 | 371 | 71 | 7 |
| Binary | 1011 | 1000 | 11101 | 111110 | 1001000 | 0 | 1011001 | 11111001 | 111001 | 111 |
Color Harmonies of #0B081D
Complementary color
Monochromatic Colors of #0B081D
Black with #0B081D
Text Example
Text Example
White with #0B081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B081D; }
p { color: rgb(11,8,29); }
H1.HeaderClassName
{
color: #0B081D;
}
.AnyTagClassName
{
color: #0B081D;
}
</style>
background-color css
<style>
a { background-color: #0B081D; }
a { background-color: rgb(11,8,29); }
div.DivClassName
{
background-color: #0B081D;
}
.BgClassName
{
background-color: #0B081D;
}
</style>
border-color css
<style>
span { border-color: #0B081D; }
span { border-color: rgb(11,8,29); }
td.TdClassName
{
border-color: #0B081D;
}
.TagClassName
{
border-color: #0B081D;
}
</style>