Shades of Black Russian #020626
Tints of Black Russian #020626
RGB
CMYK
RGB Variations
Color information
#020626 (or 0x020626) is known color: Black Russian. HEX triplet: 02, 06 and 26. RGB value is (2,6,38). Sum of RGB (Red+Green+Blue) = 2+6+38=46 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.35% from 46); Green value is 6 (2.73% from 255 or 13.04% from 46); Blue value is 38 (15.23% from 255 or 82.61% from 46); Max value from RGB is 38 - color contains mainly: blue. Hex color #020626 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020626 is #FDF9D9. Grayscale: #080808. Windows color (decimal): -16644570 or 2491906. OLE color: 2491906.
HSL color Cylindrical-coordinate representation of color #020626: hue angle of 233.33º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #020626 is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 6 | 38 | - |
| CMYK | 0.95 | 0.84 | 0 | 0.85 |
| HSL | 233.33º | 0.9% | 0.08% | - |
| HSV(B) | 233.33º | 0.95% | 0.15% | - |
| XYZ | 0.44 | 0.28 | 1.87 | - |
| YUV | 8.45 | 144.67 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 6 | 38 | 0.95 | 0.84 | 0 | 0.85 | 233.33 | 0.9 | 0.08 |
| Hex | 2 | 6 | 26 | 5F | 54 | 0 | 55 | E9 | 5A | 8 |
| Octal | 2 | 6 | 46 | 137 | 124 | 0 | 125 | 351 | 132 | 10 |
| Binary | 10 | 110 | 100110 | 1011111 | 1010100 | 0 | 1010101 | 11101001 | 1011010 | 1000 |
Color Harmonies of #020626
Complementary color
Monochromatic Colors of #020626
Black with #020626
Text Example
Text Example
White with #020626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020626; }
p { color: rgb(2,6,38); }
H1.HeaderClassName
{
color: #020626;
}
.AnyTagClassName
{
color: #020626;
}
</style>
background-color css
<style>
a { background-color: #020626; }
a { background-color: rgb(2,6,38); }
div.DivClassName
{
background-color: #020626;
}
.BgClassName
{
background-color: #020626;
}
</style>
border-color css
<style>
span { border-color: #020626; }
span { border-color: rgb(2,6,38); }
td.TdClassName
{
border-color: #020626;
}
.TagClassName
{
border-color: #020626;
}
</style>