Shades of Black Russian #020610
Tints of Black Russian #020610
RGB
CMYK
RGB Variations
Color information
#020610 (or 0x020610) is known color: Black Russian. HEX triplet: 02, 06 and 10. RGB value is (2,6,16). Sum of RGB (Red+Green+Blue) = 2+6+16=24 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.33% from 24); Green value is 6 (2.73% from 255 or 25% from 24); Blue value is 16 (6.64% from 255 or 66.67% from 24); Max value from RGB is 16 - color contains mainly: blue. Hex color #020610 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020610 is #FDF9EF. Grayscale: #050505. Windows color (decimal): -16644592 or 1050114. OLE color: 1050114.
HSL color Cylindrical-coordinate representation of color #020610: hue angle of 222.86º degrees, saturation: 0.78, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #020610 is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 2 | 6 | 16 | - |
| CMYK | 0.87 | 0.62 | 0 | 0.94 |
| HSL | 222.86º | 0.78% | 0.04% | - |
| HSV(B) | 222.86º | 0.88% | 0.06% | - |
| XYZ | 0.18 | 0.18 | 0.52 | - |
| YUV | 5.94 | 133.67 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 6 | 16 | 0.87 | 0.62 | 0 | 0.94 | 222.86 | 0.78 | 0.04 |
| Hex | 2 | 6 | 10 | 57 | 3E | 0 | 5E | DF | 4E | 4 |
| Octal | 2 | 6 | 20 | 127 | 76 | 0 | 136 | 337 | 116 | 4 |
| Binary | 10 | 110 | 10000 | 1010111 | 111110 | 0 | 1011110 | 11011111 | 1001110 | 100 |
Color Harmonies of #020610
Complementary color
Monochromatic Colors of #020610
Black with #020610
Text Example
Text Example
White with #020610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020610; }
p { color: rgb(2,6,16); }
H1.HeaderClassName
{
color: #020610;
}
.AnyTagClassName
{
color: #020610;
}
</style>
background-color css
<style>
a { background-color: #020610; }
a { background-color: rgb(2,6,16); }
div.DivClassName
{
background-color: #020610;
}
.BgClassName
{
background-color: #020610;
}
</style>
border-color css
<style>
span { border-color: #020610; }
span { border-color: rgb(2,6,16); }
td.TdClassName
{
border-color: #020610;
}
.TagClassName
{
border-color: #020610;
}
</style>