Shades of Black Russian #00020B
Tints of Black Russian #00020B
RGB
CMYK
RGB Variations
Color information
#00020B (or 0x00020B) is known color: Black Russian. HEX triplet: 00, 02 and 0B. RGB value is (0,2,11). Sum of RGB (Red+Green+Blue) = 0+2+11=13 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 13); Green value is 2 (1.17% from 255 or 15.38% from 13); Blue value is 11 (4.69% from 255 or 84.62% from 13); Max value from RGB is 11 - color contains mainly: blue. Hex color #00020B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00020B is #FFFDF4. Grayscale: #020202. Windows color (decimal): -16776693 or 721408. OLE color: 721408.
HSL color Cylindrical-coordinate representation of color #00020B: hue angle of 229.09º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00020B is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 0 | 2 | 11 | - |
| CMYK | 1 | 0.82 | 0 | 0.96 |
| HSL | 229.09º | 1% | 0.02% | - |
| HSV(B) | 229.09º | 1% | 0.04% | - |
| XYZ | 0.08 | 0.07 | 0.33 | - |
| YUV | 2.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 2 | 11 | 1 | 0.82 | 0 | 0.96 | 229.09 | 1 | 0.02 |
| Hex | 0 | 2 | B | 64 | 52 | 0 | 60 | E5 | 64 | 2 |
| Octal | 0 | 2 | 13 | 144 | 122 | 0 | 140 | 345 | 144 | 2 |
| Binary | 0 | 10 | 1011 | 1100100 | 1010010 | 0 | 1100000 | 11100101 | 1100100 | 10 |
Color Harmonies of #00020B
Complementary color
Monochromatic Colors of #00020B
Black with #00020B
Text Example
Text Example
White with #00020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00020B; }
p { color: rgb(0,2,11); }
H1.HeaderClassName
{
color: #00020B;
}
.AnyTagClassName
{
color: #00020B;
}
</style>
background-color css
<style>
a { background-color: #00020B; }
a { background-color: rgb(0,2,11); }
div.DivClassName
{
background-color: #00020B;
}
.BgClassName
{
background-color: #00020B;
}
</style>
border-color css
<style>
span { border-color: #00020B; }
span { border-color: rgb(0,2,11); }
td.TdClassName
{
border-color: #00020B;
}
.TagClassName
{
border-color: #00020B;
}
</style>