Shades of Black Russian #020718
Tints of Black Russian #020718
RGB
CMYK
RGB Variations
Color information
#020718 (or 0x020718) is known color: Black Russian. HEX triplet: 02, 07 and 18. RGB value is (2,7,24). Sum of RGB (Red+Green+Blue) = 2+7+24=33 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.06% from 33); Green value is 7 (3.12% from 255 or 21.21% from 33); Blue value is 24 (9.77% from 255 or 72.73% from 33); Max value from RGB is 24 - color contains mainly: blue. Hex color #020718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020718 is #FDF8E7. Grayscale: #070707. Windows color (decimal): -16644328 or 1574658. OLE color: 1574658.
HSL color Cylindrical-coordinate representation of color #020718: hue angle of 226.36º 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 #020718 is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 2 | 7 | 24 | - |
| CMYK | 0.92 | 0.71 | 0 | 0.91 |
| HSL | 226.36º | 0.85% | 0.05% | - |
| HSV(B) | 226.36º | 0.92% | 0.09% | - |
| XYZ | 0.27 | 0.23 | 0.89 | - |
| YUV | 7.44 | 137.34 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 7 | 24 | 0.92 | 0.71 | 0 | 0.91 | 226.36 | 0.85 | 0.05 |
| Hex | 2 | 7 | 18 | 5C | 47 | 0 | 5B | E2 | 55 | 5 |
| Octal | 2 | 7 | 30 | 134 | 107 | 0 | 133 | 342 | 125 | 5 |
| Binary | 10 | 111 | 11000 | 1011100 | 1000111 | 0 | 1011011 | 11100010 | 1010101 | 101 |
Color Harmonies of #020718
Complementary color
Monochromatic Colors of #020718
Black with #020718
Text Example
Text Example
White with #020718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020718; }
p { color: rgb(2,7,24); }
H1.HeaderClassName
{
color: #020718;
}
.AnyTagClassName
{
color: #020718;
}
</style>
background-color css
<style>
a { background-color: #020718; }
a { background-color: rgb(2,7,24); }
div.DivClassName
{
background-color: #020718;
}
.BgClassName
{
background-color: #020718;
}
</style>
border-color css
<style>
span { border-color: #020718; }
span { border-color: rgb(2,7,24); }
td.TdClassName
{
border-color: #020718;
}
.TagClassName
{
border-color: #020718;
}
</style>