Shades of Black Russian #020619
Tints of Black Russian #020619
RGB
CMYK
RGB Variations
Color information
#020619 (or 0x020619) is known color: Black Russian. HEX triplet: 02, 06 and 19. RGB value is (2,6,25). Sum of RGB (Red+Green+Blue) = 2+6+25=33 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.06% from 33); Green value is 6 (2.73% from 255 or 18.18% from 33); Blue value is 25 (10.16% from 255 or 75.76% from 33); Max value from RGB is 25 - color contains mainly: blue. Hex color #020619 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020619 is #FDF9E6. Grayscale: #060606. Windows color (decimal): -16644583 or 1639938. OLE color: 1639938.
HSL color Cylindrical-coordinate representation of color #020619: hue angle of 229.57º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #020619 is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 2 | 6 | 25 | - |
| CMYK | 0.92 | 0.76 | 0 | 0.90 |
| HSL | 229.57º | 0.85% | 0.05% | - |
| HSV(B) | 229.57º | 0.92% | 0.1% | - |
| XYZ | 0.27 | 0.21 | 0.95 | - |
| YUV | 6.97 | 138.17 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 6 | 25 | 0.92 | 0.76 | 0 | 0.90 | 229.57 | 0.85 | 0.05 |
| Hex | 2 | 6 | 19 | 5C | 4C | 0 | 5A | E6 | 55 | 5 |
| Octal | 2 | 6 | 31 | 134 | 114 | 0 | 132 | 346 | 125 | 5 |
| Binary | 10 | 110 | 11001 | 1011100 | 1001100 | 0 | 1011010 | 11100110 | 1010101 | 101 |
Color Harmonies of #020619
Complementary color
Monochromatic Colors of #020619
Black with #020619
Text Example
Text Example
White with #020619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020619; }
p { color: rgb(2,6,25); }
H1.HeaderClassName
{
color: #020619;
}
.AnyTagClassName
{
color: #020619;
}
</style>
background-color css
<style>
a { background-color: #020619; }
a { background-color: rgb(2,6,25); }
div.DivClassName
{
background-color: #020619;
}
.BgClassName
{
background-color: #020619;
}
</style>
border-color css
<style>
span { border-color: #020619; }
span { border-color: rgb(2,6,25); }
td.TdClassName
{
border-color: #020619;
}
.TagClassName
{
border-color: #020619;
}
</style>