Shades of Black Russian #0B0B0D
Tints of Black Russian #0B0B0D
RGB
CMYK
RGB Variations
Color information
#0B0B0D (or 0x0B0B0D) is known color: Black Russian. HEX triplet: 0B, 0B and 0D. RGB value is (11,11,13). Sum of RGB (Red+Green+Blue) = 11+11+13=35 (4% of max value = 765). Red value is 11 (4.69% from 255 or 31.43% from 35); Green value is 11 (4.69% from 255 or 31.43% from 35); Blue value is 13 (5.47% from 255 or 37.14% from 35); Max value from RGB is 13 - color contains mainly: blue. Hex color #0B0B0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0B0D is #F4F4F2. Grayscale: #0B0B0B. Windows color (decimal): -16053491 or 854795. OLE color: 854795.
HSL color Cylindrical-coordinate representation of color #0B0B0D: hue angle of 240º degrees, saturation: 0.08, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #0B0B0D is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 11 | 11 | 13 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.95 |
| HSL | 240º | 0.08% | 0.05% | - |
| HSV(B) | 240º | 0.15% | 0.05% | - |
| XYZ | 0.33 | 0.34 | 0.43 | - |
| YUV | 11.23 | 129 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 11 | 13 | 0.15 | 0.15 | 0 | 0.95 | 240 | 0.08 | 0.05 |
| Hex | B | B | D | F | F | 0 | 5F | F0 | 8 | 5 |
| Octal | 13 | 13 | 15 | 17 | 17 | 0 | 137 | 360 | 10 | 5 |
| Binary | 1011 | 1011 | 1101 | 1111 | 1111 | 0 | 1011111 | 11110000 | 1000 | 101 |
Color Harmonies of #0B0B0D
Complementary color
Monochromatic Colors of #0B0B0D
Black with #0B0B0D
Text Example
Text Example
White with #0B0B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0B0D; }
p { color: rgb(11,11,13); }
H1.HeaderClassName
{
color: #0B0B0D;
}
.AnyTagClassName
{
color: #0B0B0D;
}
</style>
background-color css
<style>
a { background-color: #0B0B0D; }
a { background-color: rgb(11,11,13); }
div.DivClassName
{
background-color: #0B0B0D;
}
.BgClassName
{
background-color: #0B0B0D;
}
</style>
border-color css
<style>
span { border-color: #0B0B0D; }
span { border-color: rgb(11,11,13); }
td.TdClassName
{
border-color: #0B0B0D;
}
.TagClassName
{
border-color: #0B0B0D;
}
</style>