Shades of Black Russian #02011D
Tints of Black Russian #02011D
RGB
CMYK
RGB Variations
Color information
#02011D (or 0x02011D) is known color: Black Russian. HEX triplet: 02, 01 and 1D. RGB value is (2,1,29). Sum of RGB (Red+Green+Blue) = 2+1+29=32 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.25% from 32); Green value is 1 (0.78% from 255 or 3.12% from 32); Blue value is 29 (11.72% from 255 or 90.62% from 32); Max value from RGB is 29 - color contains mainly: blue. Hex color #02011D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02011D is #FDFEE2. Grayscale: #040404. Windows color (decimal): -16645859 or 1900802. OLE color: 1900802.
HSL color Cylindrical-coordinate representation of color #02011D: hue angle of 242.14º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02011D is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 1 | 29 | - |
| CMYK | 0.93 | 0.97 | 0 | 0.89 |
| HSL | 242.14º | 0.93% | 0.06% | - |
| HSV(B) | 242.14º | 0.97% | 0.11% | - |
| XYZ | 0.26 | 0.12 | 1.17 | - |
| YUV | 4.49 | 141.83 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 1 | 29 | 0.93 | 0.97 | 0 | 0.89 | 242.14 | 0.93 | 0.06 |
| Hex | 2 | 1 | 1D | 5D | 61 | 0 | 59 | F2 | 5D | 6 |
| Octal | 2 | 1 | 35 | 135 | 141 | 0 | 131 | 362 | 135 | 6 |
| Binary | 10 | 1 | 11101 | 1011101 | 1100001 | 0 | 1011001 | 11110010 | 1011101 | 110 |
Color Harmonies of #02011D
Complementary color
Monochromatic Colors of #02011D
Black with #02011D
Text Example
Text Example
White with #02011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02011D; }
p { color: rgb(2,1,29); }
H1.HeaderClassName
{
color: #02011D;
}
.AnyTagClassName
{
color: #02011D;
}
</style>
background-color css
<style>
a { background-color: #02011D; }
a { background-color: rgb(2,1,29); }
div.DivClassName
{
background-color: #02011D;
}
.BgClassName
{
background-color: #02011D;
}
</style>
border-color css
<style>
span { border-color: #02011D; }
span { border-color: rgb(2,1,29); }
td.TdClassName
{
border-color: #02011D;
}
.TagClassName
{
border-color: #02011D;
}
</style>