Shades of Black Russian #02000B
Tints of Black Russian #02000B
RGB
CMYK
RGB Variations
Color information
#02000B (or 0x02000B) is known color: Black Russian. HEX triplet: 02, 00 and 0B. RGB value is (2,0,11). Sum of RGB (Red+Green+Blue) = 2+0+11=13 (1% of max value = 765). Red value is 2 (1.17% from 255 or 15.38% from 13); Green value is 0 (0.39% from 255 or 0% 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 #02000B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02000B is #FDFFF4. Grayscale: #010101. Windows color (decimal): -16646133 or 720898. OLE color: 720898.
HSL color Cylindrical-coordinate representation of color #02000B: hue angle of 250.91º 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 #02000B is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 2 | 0 | 11 | - |
| CMYK | 0.82 | 1 | 0 | 0.96 |
| HSL | 250.91º | 1% | 0.02% | - |
| HSV(B) | 250.91º | 1% | 0.04% | - |
| XYZ | 0.09 | 0.04 | 0.32 | - |
| YUV | 1.85 | 133.16 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 11 | 0.82 | 1 | 0 | 0.96 | 250.91 | 1 | 0.02 |
| Hex | 2 | 0 | B | 52 | 64 | 0 | 60 | FB | 64 | 2 |
| Octal | 2 | 0 | 13 | 122 | 144 | 0 | 140 | 373 | 144 | 2 |
| Binary | 10 | 0 | 1011 | 1010010 | 1100100 | 0 | 1100000 | 11111011 | 1100100 | 10 |
Color Harmonies of #02000B
Complementary color
Monochromatic Colors of #02000B
Black with #02000B
Text Example
Text Example
White with #02000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02000B; }
p { color: rgb(2,0,11); }
H1.HeaderClassName
{
color: #02000B;
}
.AnyTagClassName
{
color: #02000B;
}
</style>
background-color css
<style>
a { background-color: #02000B; }
a { background-color: rgb(2,0,11); }
div.DivClassName
{
background-color: #02000B;
}
.BgClassName
{
background-color: #02000B;
}
</style>
border-color css
<style>
span { border-color: #02000B; }
span { border-color: rgb(2,0,11); }
td.TdClassName
{
border-color: #02000B;
}
.TagClassName
{
border-color: #02000B;
}
</style>