Shades of Black Russian #020117
Tints of Black Russian #020117
RGB
CMYK
RGB Variations
Color information
#020117 (or 0x020117) is known color: Black Russian. HEX triplet: 02, 01 and 17. RGB value is (2,1,23). Sum of RGB (Red+Green+Blue) = 2+1+23=26 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.69% from 26); Green value is 1 (0.78% from 255 or 3.85% from 26); Blue value is 23 (9.38% from 255 or 88.46% from 26); Max value from RGB is 23 - color contains mainly: blue. Hex color #020117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020117 is #FDFEE8. Grayscale: #030303. Windows color (decimal): -16645865 or 1507586. OLE color: 1507586.
HSL color Cylindrical-coordinate representation of color #020117: hue angle of 242.73º 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 #020117 is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 2 | 1 | 23 | - |
| CMYK | 0.91 | 0.96 | 0 | 0.91 |
| HSL | 242.73º | 0.92% | 0.05% | - |
| HSV(B) | 242.73º | 0.96% | 0.09% | - |
| XYZ | 0.19 | 0.1 | 0.82 | - |
| YUV | 3.81 | 138.83 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 1 | 23 | 0.91 | 0.96 | 0 | 0.91 | 242.73 | 0.92 | 0.05 |
| Hex | 2 | 1 | 17 | 5B | 60 | 0 | 5B | F3 | 5C | 5 |
| Octal | 2 | 1 | 27 | 133 | 140 | 0 | 133 | 363 | 134 | 5 |
| Binary | 10 | 1 | 10111 | 1011011 | 1100000 | 0 | 1011011 | 11110011 | 1011100 | 101 |
Color Harmonies of #020117
Complementary color
Monochromatic Colors of #020117
Black with #020117
Text Example
Text Example
White with #020117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020117; }
p { color: rgb(2,1,23); }
H1.HeaderClassName
{
color: #020117;
}
.AnyTagClassName
{
color: #020117;
}
</style>
background-color css
<style>
a { background-color: #020117; }
a { background-color: rgb(2,1,23); }
div.DivClassName
{
background-color: #020117;
}
.BgClassName
{
background-color: #020117;
}
</style>
border-color css
<style>
span { border-color: #020117; }
span { border-color: rgb(2,1,23); }
td.TdClassName
{
border-color: #020117;
}
.TagClassName
{
border-color: #020117;
}
</style>