Shades of Black Russian #02010D
Tints of Black Russian #02010D
RGB
CMYK
RGB Variations
Color information
#02010D (or 0x02010D) is known color: Black Russian. HEX triplet: 02, 01 and 0D. RGB value is (2,1,13). Sum of RGB (Red+Green+Blue) = 2+1+13=16 (2% of max value = 765). Red value is 2 (1.17% from 255 or 12.5% from 16); Green value is 1 (0.78% from 255 or 6.25% from 16); Blue value is 13 (5.47% from 255 or 81.25% from 16); Max value from RGB is 13 - color contains mainly: blue. Hex color #02010D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02010D is #FDFEF2. Grayscale: #020202. Windows color (decimal): -16645875 or 852226. OLE color: 852226.
HSL color Cylindrical-coordinate representation of color #02010D: hue angle of 245º degrees, saturation: 0.86, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #02010D is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 2 | 1 | 13 | - |
| CMYK | 0.85 | 0.92 | 0 | 0.95 |
| HSL | 245º | 0.86% | 0.03% | - |
| HSV(B) | 245º | 0.92% | 0.05% | - |
| XYZ | 0.11 | 0.06 | 0.39 | - |
| YUV | 2.67 | 133.83 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 1 | 13 | 0.85 | 0.92 | 0 | 0.95 | 245 | 0.86 | 0.03 |
| Hex | 2 | 1 | D | 55 | 5C | 0 | 5F | F5 | 56 | 3 |
| Octal | 2 | 1 | 15 | 125 | 134 | 0 | 137 | 365 | 126 | 3 |
| Binary | 10 | 1 | 1101 | 1010101 | 1011100 | 0 | 1011111 | 11110101 | 1010110 | 11 |
Color Harmonies of #02010D
Complementary color
Monochromatic Colors of #02010D
Black with #02010D
Text Example
Text Example
White with #02010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02010D; }
p { color: rgb(2,1,13); }
H1.HeaderClassName
{
color: #02010D;
}
.AnyTagClassName
{
color: #02010D;
}
</style>
background-color css
<style>
a { background-color: #02010D; }
a { background-color: rgb(2,1,13); }
div.DivClassName
{
background-color: #02010D;
}
.BgClassName
{
background-color: #02010D;
}
</style>
border-color css
<style>
span { border-color: #02010D; }
span { border-color: rgb(2,1,13); }
td.TdClassName
{
border-color: #02010D;
}
.TagClassName
{
border-color: #02010D;
}
</style>