Shades of Black Russian #020B1B
Tints of Black Russian #020B1B
RGB
CMYK
RGB Variations
Color information
#020B1B (or 0x020B1B) is known color: Black Russian. HEX triplet: 02, 0B and 1B. RGB value is (2,11,27). Sum of RGB (Red+Green+Blue) = 2+11+27=40 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5% from 40); Green value is 11 (4.69% from 255 or 27.5% from 40); Blue value is 27 (10.94% from 255 or 67.5% from 40); Max value from RGB is 27 - color contains mainly: blue. Hex color #020B1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020B1B is #FDF4E4. Grayscale: #0A0A0A. Windows color (decimal): -16643301 or 1772290. OLE color: 1772290.
HSL color Cylindrical-coordinate representation of color #020B1B: hue angle of 218.4º degrees, saturation: 0.86, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #020B1B is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 11 | 27 | - |
| CMYK | 0.93 | 0.59 | 0 | 0.89 |
| HSL | 218.4º | 0.86% | 0.06% | - |
| HSV(B) | 218.4º | 0.93% | 0.11% | - |
| XYZ | 0.34 | 0.33 | 1.08 | - |
| YUV | 10.13 | 137.52 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 27 | 0.93 | 0.59 | 0 | 0.89 | 218.4 | 0.86 | 0.06 |
| Hex | 2 | B | 1B | 5D | 3B | 0 | 59 | DA | 56 | 6 |
| Octal | 2 | 13 | 33 | 135 | 73 | 0 | 131 | 332 | 126 | 6 |
| Binary | 10 | 1011 | 11011 | 1011101 | 111011 | 0 | 1011001 | 11011010 | 1010110 | 110 |
Color Harmonies of #020B1B
Complementary color
Monochromatic Colors of #020B1B
Black with #020B1B
Text Example
Text Example
White with #020B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B1B; }
p { color: rgb(2,11,27); }
H1.HeaderClassName
{
color: #020B1B;
}
.AnyTagClassName
{
color: #020B1B;
}
</style>
background-color css
<style>
a { background-color: #020B1B; }
a { background-color: rgb(2,11,27); }
div.DivClassName
{
background-color: #020B1B;
}
.BgClassName
{
background-color: #020B1B;
}
</style>
border-color css
<style>
span { border-color: #020B1B; }
span { border-color: rgb(2,11,27); }
td.TdClassName
{
border-color: #020B1B;
}
.TagClassName
{
border-color: #020B1B;
}
</style>