Shades of Black Russian #02020A
Tints of Black Russian #02020A
RGB
CMYK
RGB Variations
Color information
#02020A (or 0x02020A) is known color: Black Russian. HEX triplet: 02, 02 and 0A. RGB value is (2,2,10). Sum of RGB (Red+Green+Blue) = 2+2+10=14 (1% of max value = 765). Red value is 2 (1.17% from 255 or 14.29% from 14); Green value is 2 (1.17% from 255 or 14.29% from 14); Blue value is 10 (4.30% from 255 or 71.43% from 14); Max value from RGB is 10 - color contains mainly: blue. Hex color #02020A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02020A is #FDFDF5. Grayscale: #020202. Windows color (decimal): -16645622 or 655874. OLE color: 655874.
HSL color Cylindrical-coordinate representation of color #02020A: hue angle of 240º degrees, saturation: 0.67, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #02020A is Cyan = 0.8, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 2 | 2 | 10 | - |
| CMYK | 0.8 | 0.8 | 0 | 0.96 |
| HSL | 240º | 0.67% | 0.02% | - |
| HSV(B) | 240º | 0.8% | 0.04% | - |
| XYZ | 0.1 | 0.08 | 0.3 | - |
| YUV | 2.91 | 132 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 2 | 10 | 0.8 | 0.8 | 0 | 0.96 | 240 | 0.67 | 0.02 |
| Hex | 2 | 2 | A | 50 | 50 | 0 | 60 | F0 | 43 | 2 |
| Octal | 2 | 2 | 12 | 120 | 120 | 0 | 140 | 360 | 103 | 2 |
| Binary | 10 | 10 | 1010 | 1010000 | 1010000 | 0 | 1100000 | 11110000 | 1000011 | 10 |
Color Harmonies of #02020A
Complementary color
Monochromatic Colors of #02020A
Black with #02020A
Text Example
Text Example
White with #02020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02020A; }
p { color: rgb(2,2,10); }
H1.HeaderClassName
{
color: #02020A;
}
.AnyTagClassName
{
color: #02020A;
}
</style>
background-color css
<style>
a { background-color: #02020A; }
a { background-color: rgb(2,2,10); }
div.DivClassName
{
background-color: #02020A;
}
.BgClassName
{
background-color: #02020A;
}
</style>
border-color css
<style>
span { border-color: #02020A; }
span { border-color: rgb(2,2,10); }
td.TdClassName
{
border-color: #02020A;
}
.TagClassName
{
border-color: #02020A;
}
</style>