Shades of Black Russian #020118
Tints of Black Russian #020118
RGB
CMYK
RGB Variations
Color information
#020118 (or 0x020118) is known color: Black Russian. HEX triplet: 02, 01 and 18. RGB value is (2,1,24). Sum of RGB (Red+Green+Blue) = 2+1+24=27 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.41% from 27); Green value is 1 (0.78% from 255 or 3.70% from 27); Blue value is 24 (9.77% from 255 or 88.89% from 27); Max value from RGB is 24 - color contains mainly: blue. Hex color #020118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020118 is #FDFEE7. Grayscale: #030303. Windows color (decimal): -16645864 or 1573122. OLE color: 1573122.
HSL color Cylindrical-coordinate representation of color #020118: hue angle of 242.61º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #020118 is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 2 | 1 | 24 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.91 |
| HSL | 242.61º | 0.92% | 0.05% | - |
| HSV(B) | 242.61º | 0.96% | 0.09% | - |
| XYZ | 0.2 | 0.1 | 0.87 | - |
| YUV | 3.92 | 139.33 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 1 | 24 | 0.92 | 0.96 | 0 | 0.91 | 242.61 | 0.92 | 0.05 |
| Hex | 2 | 1 | 18 | 5C | 60 | 0 | 5B | F3 | 5C | 5 |
| Octal | 2 | 1 | 30 | 134 | 140 | 0 | 133 | 363 | 134 | 5 |
| Binary | 10 | 1 | 11000 | 1011100 | 1100000 | 0 | 1011011 | 11110011 | 1011100 | 101 |
Color Harmonies of #020118
Complementary color
Monochromatic Colors of #020118
Black with #020118
Text Example
Text Example
White with #020118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020118; }
p { color: rgb(2,1,24); }
H1.HeaderClassName
{
color: #020118;
}
.AnyTagClassName
{
color: #020118;
}
</style>
background-color css
<style>
a { background-color: #020118; }
a { background-color: rgb(2,1,24); }
div.DivClassName
{
background-color: #020118;
}
.BgClassName
{
background-color: #020118;
}
</style>
border-color css
<style>
span { border-color: #020118; }
span { border-color: rgb(2,1,24); }
td.TdClassName
{
border-color: #020118;
}
.TagClassName
{
border-color: #020118;
}
</style>