Shades of Black Russian #020418
Tints of Black Russian #020418
RGB
CMYK
RGB Variations
Color information
#020418 (or 0x020418) is known color: Black Russian. HEX triplet: 02, 04 and 18. RGB value is (2,4,24). Sum of RGB (Red+Green+Blue) = 2+4+24=30 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.67% from 30); Green value is 4 (1.95% from 255 or 13.33% from 30); Blue value is 24 (9.77% from 255 or 80% from 30); Max value from RGB is 24 - color contains mainly: blue. Hex color #020418 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020418 is #FDFBE7. Grayscale: #050505. Windows color (decimal): -16645096 or 1573890. OLE color: 1573890.
HSL color Cylindrical-coordinate representation of color #020418: hue angle of 234.55º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #020418 is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 2 | 4 | 24 | - |
| CMYK | 0.92 | 0.83 | 0 | 0.91 |
| HSL | 234.55º | 0.85% | 0.05% | - |
| HSV(B) | 234.55º | 0.92% | 0.09% | - |
| XYZ | 0.23 | 0.17 | 0.88 | - |
| YUV | 5.68 | 138.34 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 4 | 24 | 0.92 | 0.83 | 0 | 0.91 | 234.55 | 0.85 | 0.05 |
| Hex | 2 | 4 | 18 | 5C | 53 | 0 | 5B | EB | 55 | 5 |
| Octal | 2 | 4 | 30 | 134 | 123 | 0 | 133 | 353 | 125 | 5 |
| Binary | 10 | 100 | 11000 | 1011100 | 1010011 | 0 | 1011011 | 11101011 | 1010101 | 101 |
Color Harmonies of #020418
Complementary color
Monochromatic Colors of #020418
Black with #020418
Text Example
Text Example
White with #020418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020418; }
p { color: rgb(2,4,24); }
H1.HeaderClassName
{
color: #020418;
}
.AnyTagClassName
{
color: #020418;
}
</style>
background-color css
<style>
a { background-color: #020418; }
a { background-color: rgb(2,4,24); }
div.DivClassName
{
background-color: #020418;
}
.BgClassName
{
background-color: #020418;
}
</style>
border-color css
<style>
span { border-color: #020418; }
span { border-color: rgb(2,4,24); }
td.TdClassName
{
border-color: #020418;
}
.TagClassName
{
border-color: #020418;
}
</style>