Shades of Black Russian #020417
Tints of Black Russian #020417
RGB
CMYK
RGB Variations
Color information
#020417 (or 0x020417) is known color: Black Russian. HEX triplet: 02, 04 and 17. RGB value is (2,4,23). Sum of RGB (Red+Green+Blue) = 2+4+23=29 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.90% from 29); Green value is 4 (1.95% from 255 or 13.79% from 29); Blue value is 23 (9.38% from 255 or 79.31% from 29); Max value from RGB is 23 - color contains mainly: blue. Hex color #020417 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020417 is #FDFBE8. Grayscale: #050505. Windows color (decimal): -16645097 or 1508354. OLE color: 1508354.
HSL color Cylindrical-coordinate representation of color #020417: hue angle of 234.29º degrees, saturation: 0.84, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #020417 is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 2 | 4 | 23 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.91 |
| HSL | 234.29º | 0.84% | 0.05% | - |
| HSV(B) | 234.29º | 0.91% | 0.09% | - |
| XYZ | 0.22 | 0.16 | 0.83 | - |
| YUV | 5.57 | 137.84 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 4 | 23 | 0.91 | 0.83 | 0 | 0.91 | 234.29 | 0.84 | 0.05 |
| Hex | 2 | 4 | 17 | 5B | 53 | 0 | 5B | EA | 54 | 5 |
| Octal | 2 | 4 | 27 | 133 | 123 | 0 | 133 | 352 | 124 | 5 |
| Binary | 10 | 100 | 10111 | 1011011 | 1010011 | 0 | 1011011 | 11101010 | 1010100 | 101 |
Color Harmonies of #020417
Complementary color
Monochromatic Colors of #020417
Black with #020417
Text Example
Text Example
White with #020417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020417; }
p { color: rgb(2,4,23); }
H1.HeaderClassName
{
color: #020417;
}
.AnyTagClassName
{
color: #020417;
}
</style>
background-color css
<style>
a { background-color: #020417; }
a { background-color: rgb(2,4,23); }
div.DivClassName
{
background-color: #020417;
}
.BgClassName
{
background-color: #020417;
}
</style>
border-color css
<style>
span { border-color: #020417; }
span { border-color: rgb(2,4,23); }
td.TdClassName
{
border-color: #020417;
}
.TagClassName
{
border-color: #020417;
}
</style>