Shades of Black Russian #02010A
Tints of Black Russian #02010A
RGB
CMYK
RGB Variations
Color information
#02010A (or 0x02010A) is known color: Black Russian. HEX triplet: 02, 01 and 0A. RGB value is (2,1,10). Sum of RGB (Red+Green+Blue) = 2+1+10=13 (1% of max value = 765). Red value is 2 (1.17% from 255 or 15.38% from 13); Green value is 1 (0.78% from 255 or 7.69% from 13); Blue value is 10 (4.30% from 255 or 76.92% from 13); Max value from RGB is 10 - color contains mainly: blue. Hex color #02010A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02010A is #FDFEF5. Grayscale: #020202. Windows color (decimal): -16645878 or 655618. OLE color: 655618.
HSL color Cylindrical-coordinate representation of color #02010A: hue angle of 246.67º degrees, saturation: 0.82, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #02010A is Cyan = 0.8, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 2 | 1 | 10 | - |
| CMYK | 0.8 | 0.90 | 0 | 0.96 |
| HSL | 246.67º | 0.82% | 0.02% | - |
| HSV(B) | 246.67º | 0.9% | 0.04% | - |
| XYZ | 0.09 | 0.06 | 0.29 | - |
| YUV | 2.33 | 132.33 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 1 | 10 | 0.8 | 0.90 | 0 | 0.96 | 246.67 | 0.82 | 0.02 |
| Hex | 2 | 1 | A | 50 | 5A | 0 | 60 | F7 | 52 | 2 |
| Octal | 2 | 1 | 12 | 120 | 132 | 0 | 140 | 367 | 122 | 2 |
| Binary | 10 | 1 | 1010 | 1010000 | 1011010 | 0 | 1100000 | 11110111 | 1010010 | 10 |
Color Harmonies of #02010A
Complementary color
Monochromatic Colors of #02010A
Black with #02010A
Text Example
Text Example
White with #02010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02010A; }
p { color: rgb(2,1,10); }
H1.HeaderClassName
{
color: #02010A;
}
.AnyTagClassName
{
color: #02010A;
}
</style>
background-color css
<style>
a { background-color: #02010A; }
a { background-color: rgb(2,1,10); }
div.DivClassName
{
background-color: #02010A;
}
.BgClassName
{
background-color: #02010A;
}
</style>
border-color css
<style>
span { border-color: #02010A; }
span { border-color: rgb(2,1,10); }
td.TdClassName
{
border-color: #02010A;
}
.TagClassName
{
border-color: #02010A;
}
</style>