Shades of Black Russian #020426
Tints of Black Russian #020426
RGB
CMYK
RGB Variations
Color information
#020426 (or 0x020426) is known color: Black Russian. HEX triplet: 02, 04 and 26. RGB value is (2,4,38). Sum of RGB (Red+Green+Blue) = 2+4+38=44 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.55% from 44); Green value is 4 (1.95% from 255 or 9.09% from 44); Blue value is 38 (15.23% from 255 or 86.36% from 44); Max value from RGB is 38 - color contains mainly: blue. Hex color #020426 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020426 is #FDFBD9. Grayscale: #070707. Windows color (decimal): -16645082 or 2491394. OLE color: 2491394.
HSL color Cylindrical-coordinate representation of color #020426: hue angle of 236.67º 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 #020426 is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 4 | 38 | - |
| CMYK | 0.95 | 0.89 | 0 | 0.85 |
| HSL | 236.67º | 0.9% | 0.08% | - |
| HSV(B) | 236.67º | 0.95% | 0.15% | - |
| XYZ | 0.42 | 0.24 | 1.86 | - |
| YUV | 7.28 | 145.34 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 4 | 38 | 0.95 | 0.89 | 0 | 0.85 | 236.67 | 0.9 | 0.08 |
| Hex | 2 | 4 | 26 | 5F | 59 | 0 | 55 | ED | 5A | 8 |
| Octal | 2 | 4 | 46 | 137 | 131 | 0 | 125 | 355 | 132 | 10 |
| Binary | 10 | 100 | 100110 | 1011111 | 1011001 | 0 | 1010101 | 11101101 | 1011010 | 1000 |
Color Harmonies of #020426
Complementary color
Monochromatic Colors of #020426
Black with #020426
Text Example
Text Example
White with #020426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020426; }
p { color: rgb(2,4,38); }
H1.HeaderClassName
{
color: #020426;
}
.AnyTagClassName
{
color: #020426;
}
</style>
background-color css
<style>
a { background-color: #020426; }
a { background-color: rgb(2,4,38); }
div.DivClassName
{
background-color: #020426;
}
.BgClassName
{
background-color: #020426;
}
</style>
border-color css
<style>
span { border-color: #020426; }
span { border-color: rgb(2,4,38); }
td.TdClassName
{
border-color: #020426;
}
.TagClassName
{
border-color: #020426;
}
</style>