Shades of Black Russian #02011B
Tints of Black Russian #02011B
RGB
CMYK
RGB Variations
Color information
#02011B (or 0x02011B) is known color: Black Russian. HEX triplet: 02, 01 and 1B. RGB value is (2,1,27). Sum of RGB (Red+Green+Blue) = 2+1+27=30 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.67% from 30); Green value is 1 (0.78% from 255 or 3.33% from 30); Blue value is 27 (10.94% from 255 or 90% from 30); Max value from RGB is 27 - color contains mainly: blue. Hex color #02011B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02011B is #FDFEE4. Grayscale: #040404. Windows color (decimal): -16645861 or 1769730. OLE color: 1769730.
HSL color Cylindrical-coordinate representation of color #02011B: hue angle of 242.31º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02011B is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 1 | 27 | - |
| CMYK | 0.93 | 0.96 | 0 | 0.89 |
| HSL | 242.31º | 0.93% | 0.05% | - |
| HSV(B) | 242.31º | 0.96% | 0.11% | - |
| XYZ | 0.23 | 0.11 | 1.05 | - |
| YUV | 4.26 | 140.83 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 1 | 27 | 0.93 | 0.96 | 0 | 0.89 | 242.31 | 0.93 | 0.05 |
| Hex | 2 | 1 | 1B | 5D | 60 | 0 | 59 | F2 | 5D | 5 |
| Octal | 2 | 1 | 33 | 135 | 140 | 0 | 131 | 362 | 135 | 5 |
| Binary | 10 | 1 | 11011 | 1011101 | 1100000 | 0 | 1011001 | 11110010 | 1011101 | 101 |
Color Harmonies of #02011B
Complementary color
Monochromatic Colors of #02011B
Black with #02011B
Text Example
Text Example
White with #02011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02011B; }
p { color: rgb(2,1,27); }
H1.HeaderClassName
{
color: #02011B;
}
.AnyTagClassName
{
color: #02011B;
}
</style>
background-color css
<style>
a { background-color: #02011B; }
a { background-color: rgb(2,1,27); }
div.DivClassName
{
background-color: #02011B;
}
.BgClassName
{
background-color: #02011B;
}
</style>
border-color css
<style>
span { border-color: #02011B; }
span { border-color: rgb(2,1,27); }
td.TdClassName
{
border-color: #02011B;
}
.TagClassName
{
border-color: #02011B;
}
</style>