Shades of Black Russian #000B2B
Tints of Black Russian #000B2B
RGB
CMYK
RGB Variations
Color information
#000B2B (or 0x000B2B) is known color: Black Russian. HEX triplet: 00, 0B and 2B. RGB value is (0,11,43). Sum of RGB (Red+Green+Blue) = 0+11+43=54 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 54); Green value is 11 (4.69% from 255 or 20.37% from 54); Blue value is 43 (17.19% from 255 or 79.63% from 54); Max value from RGB is 43 - color contains mainly: blue. Hex color #000B2B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000B2B is #FFF4D4. Grayscale: #0B0B0B. Windows color (decimal): -16774357 or 2820864. OLE color: 2820864.
HSL color Cylindrical-coordinate representation of color #000B2B: hue angle of 224.65º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B2B is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 0 | 11 | 43 | - |
| CMYK | 1 | 0.74 | 0 | 0.83 |
| HSL | 224.65º | 1% | 0.08% | - |
| HSV(B) | 224.65º | 1% | 0.17% | - |
| XYZ | 0.56 | 0.41 | 2.34 | - |
| YUV | 11.36 | 145.86 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 11 | 43 | 1 | 0.74 | 0 | 0.83 | 224.65 | 1 | 0.08 |
| Hex | 0 | B | 2B | 64 | 4A | 0 | 53 | E1 | 64 | 8 |
| Octal | 0 | 13 | 53 | 144 | 112 | 0 | 123 | 341 | 144 | 10 |
| Binary | 0 | 1011 | 101011 | 1100100 | 1001010 | 0 | 1010011 | 11100001 | 1100100 | 1000 |
Color Harmonies of #000B2B
Complementary color
Monochromatic Colors of #000B2B
Black with #000B2B
Text Example
Text Example
White with #000B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000B2B; }
p { color: rgb(0,11,43); }
H1.HeaderClassName
{
color: #000B2B;
}
.AnyTagClassName
{
color: #000B2B;
}
</style>
background-color css
<style>
a { background-color: #000B2B; }
a { background-color: rgb(0,11,43); }
div.DivClassName
{
background-color: #000B2B;
}
.BgClassName
{
background-color: #000B2B;
}
</style>
border-color css
<style>
span { border-color: #000B2B; }
span { border-color: rgb(0,11,43); }
td.TdClassName
{
border-color: #000B2B;
}
.TagClassName
{
border-color: #000B2B;
}
</style>