Shades of Black Russian #020618
Tints of Black Russian #020618
RGB
CMYK
RGB Variations
Color information
#020618 (or 0x020618) is known color: Black Russian. HEX triplet: 02, 06 and 18. RGB value is (2,6,24). Sum of RGB (Red+Green+Blue) = 2+6+24=32 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.25% from 32); Green value is 6 (2.73% from 255 or 18.75% from 32); Blue value is 24 (9.77% from 255 or 75% from 32); Max value from RGB is 24 - color contains mainly: blue. Hex color #020618 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020618 is #FDF9E7. Grayscale: #060606. Windows color (decimal): -16644584 or 1574402. OLE color: 1574402.
HSL color Cylindrical-coordinate representation of color #020618: hue angle of 229.09º 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 #020618 is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 2 | 6 | 24 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.91 |
| HSL | 229.09º | 0.85% | 0.05% | - |
| HSV(B) | 229.09º | 0.92% | 0.09% | - |
| XYZ | 0.26 | 0.21 | 0.89 | - |
| YUV | 6.86 | 137.67 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 6 | 24 | 0.92 | 0.75 | 0 | 0.91 | 229.09 | 0.85 | 0.05 |
| Hex | 2 | 6 | 18 | 5C | 4B | 0 | 5B | E5 | 55 | 5 |
| Octal | 2 | 6 | 30 | 134 | 113 | 0 | 133 | 345 | 125 | 5 |
| Binary | 10 | 110 | 11000 | 1011100 | 1001011 | 0 | 1011011 | 11100101 | 1010101 | 101 |
Color Harmonies of #020618
Complementary color
Monochromatic Colors of #020618
Black with #020618
Text Example
Text Example
White with #020618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020618; }
p { color: rgb(2,6,24); }
H1.HeaderClassName
{
color: #020618;
}
.AnyTagClassName
{
color: #020618;
}
</style>
background-color css
<style>
a { background-color: #020618; }
a { background-color: rgb(2,6,24); }
div.DivClassName
{
background-color: #020618;
}
.BgClassName
{
background-color: #020618;
}
</style>
border-color css
<style>
span { border-color: #020618; }
span { border-color: rgb(2,6,24); }
td.TdClassName
{
border-color: #020618;
}
.TagClassName
{
border-color: #020618;
}
</style>