Shades of Black Russian #020017
Tints of Black Russian #020017
RGB
CMYK
RGB Variations
Color information
#020017 (or 0x020017) is known color: Black Russian. HEX triplet: 02, 00 and 17. RGB value is (2,0,23). Sum of RGB (Red+Green+Blue) = 2+0+23=25 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8% from 25); Green value is 0 (0.39% from 255 or 0% from 25); Blue value is 23 (9.38% from 255 or 92% from 25); Max value from RGB is 23 - color contains mainly: blue. Hex color #020017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020017 is #FDFFE8. Grayscale: #030303. Windows color (decimal): -16646121 or 1507330. OLE color: 1507330.
HSL color Cylindrical-coordinate representation of color #020017: hue angle of 245.22º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020017 is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 2 | 0 | 23 | - |
| CMYK | 0.91 | 1 | 0 | 0.91 |
| HSL | 245.22º | 1% | 0.05% | - |
| HSV(B) | 245.22º | 1% | 0.09% | - |
| XYZ | 0.18 | 0.07 | 0.82 | - |
| YUV | 3.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 23 | 0.91 | 1 | 0 | 0.91 | 245.22 | 1 | 0.05 |
| Hex | 2 | 0 | 17 | 5B | 64 | 0 | 5B | F5 | 64 | 5 |
| Octal | 2 | 0 | 27 | 133 | 144 | 0 | 133 | 365 | 144 | 5 |
| Binary | 10 | 0 | 10111 | 1011011 | 1100100 | 0 | 1011011 | 11110101 | 1100100 | 101 |
Color Harmonies of #020017
Complementary color
Monochromatic Colors of #020017
Black with #020017
Text Example
Text Example
White with #020017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020017; }
p { color: rgb(2,0,23); }
H1.HeaderClassName
{
color: #020017;
}
.AnyTagClassName
{
color: #020017;
}
</style>
background-color css
<style>
a { background-color: #020017; }
a { background-color: rgb(2,0,23); }
div.DivClassName
{
background-color: #020017;
}
.BgClassName
{
background-color: #020017;
}
</style>
border-color css
<style>
span { border-color: #020017; }
span { border-color: rgb(2,0,23); }
td.TdClassName
{
border-color: #020017;
}
.TagClassName
{
border-color: #020017;
}
</style>