Shades of Black Russian #0B0B2D
Tints of Black Russian #0B0B2D
RGB
CMYK
RGB Variations
Color information
#0B0B2D (or 0x0B0B2D) is known color: Black Russian. HEX triplet: 0B, 0B and 2D. RGB value is (11,11,45). Sum of RGB (Red+Green+Blue) = 11+11+45=67 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.42% from 67); Green value is 11 (4.69% from 255 or 16.42% from 67); Blue value is 45 (17.97% from 255 or 67.16% from 67); Max value from RGB is 45 - color contains mainly: blue. Hex color #0B0B2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0B2D is #F4F4D2. Grayscale: #0E0E0E. Windows color (decimal): -16053459 or 2951947. OLE color: 2951947.
HSL color Cylindrical-coordinate representation of color #0B0B2D: hue angle of 240º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0B0B2D is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 11 | 11 | 45 | - |
| CMYK | 0.76 | 0.76 | 0 | 0.82 |
| HSL | 240º | 0.61% | 0.11% | - |
| HSV(B) | 240º | 0.76% | 0.18% | - |
| XYZ | 0.73 | 0.5 | 2.54 | - |
| YUV | 14.88 | 145 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 11 | 45 | 0.76 | 0.76 | 0 | 0.82 | 240 | 0.61 | 0.11 |
| Hex | B | B | 2D | 4C | 4C | 0 | 52 | F0 | 3D | B |
| Octal | 13 | 13 | 55 | 114 | 114 | 0 | 122 | 360 | 75 | 13 |
| Binary | 1011 | 1011 | 101101 | 1001100 | 1001100 | 0 | 1010010 | 11110000 | 111101 | 1011 |
Color Harmonies of #0B0B2D
Complementary color
Monochromatic Colors of #0B0B2D
Black with #0B0B2D
Text Example
Text Example
White with #0B0B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0B2D; }
p { color: rgb(11,11,45); }
H1.HeaderClassName
{
color: #0B0B2D;
}
.AnyTagClassName
{
color: #0B0B2D;
}
</style>
background-color css
<style>
a { background-color: #0B0B2D; }
a { background-color: rgb(11,11,45); }
div.DivClassName
{
background-color: #0B0B2D;
}
.BgClassName
{
background-color: #0B0B2D;
}
</style>
border-color css
<style>
span { border-color: #0B0B2D; }
span { border-color: rgb(11,11,45); }
td.TdClassName
{
border-color: #0B0B2D;
}
.TagClassName
{
border-color: #0B0B2D;
}
</style>