Shades of Black Russian #02011A
Tints of Black Russian #02011A
RGB
CMYK
RGB Variations
Color information
#02011A (or 0x02011A) is known color: Black Russian. HEX triplet: 02, 01 and 1A. RGB value is (2,1,26). Sum of RGB (Red+Green+Blue) = 2+1+26=29 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.90% from 29); Green value is 1 (0.78% from 255 or 3.45% from 29); Blue value is 26 (10.55% from 255 or 89.66% from 29); Max value from RGB is 26 - color contains mainly: blue. Hex color #02011A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02011A is #FDFEE5. Grayscale: #040404. Windows color (decimal): -16645862 or 1704194. OLE color: 1704194.
HSL color Cylindrical-coordinate representation of color #02011A: hue angle of 242.4º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02011A is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 2 | 1 | 26 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.90 |
| HSL | 242.4º | 0.93% | 0.05% | - |
| HSV(B) | 242.4º | 0.96% | 0.1% | - |
| XYZ | 0.22 | 0.11 | 0.99 | - |
| YUV | 4.15 | 140.33 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 1 | 26 | 0.92 | 0.96 | 0 | 0.90 | 242.4 | 0.93 | 0.05 |
| Hex | 2 | 1 | 1A | 5C | 60 | 0 | 5A | F2 | 5D | 5 |
| Octal | 2 | 1 | 32 | 134 | 140 | 0 | 132 | 362 | 135 | 5 |
| Binary | 10 | 1 | 11010 | 1011100 | 1100000 | 0 | 1011010 | 11110010 | 1011101 | 101 |
Color Harmonies of #02011A
Complementary color
Monochromatic Colors of #02011A
Black with #02011A
Text Example
Text Example
White with #02011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02011A; }
p { color: rgb(2,1,26); }
H1.HeaderClassName
{
color: #02011A;
}
.AnyTagClassName
{
color: #02011A;
}
</style>
background-color css
<style>
a { background-color: #02011A; }
a { background-color: rgb(2,1,26); }
div.DivClassName
{
background-color: #02011A;
}
.BgClassName
{
background-color: #02011A;
}
</style>
border-color css
<style>
span { border-color: #02011A; }
span { border-color: rgb(2,1,26); }
td.TdClassName
{
border-color: #02011A;
}
.TagClassName
{
border-color: #02011A;
}
</style>