Shades of Black Russian #020817
Tints of Black Russian #020817
RGB
CMYK
RGB Variations
Color information
#020817 (or 0x020817) is known color: Black Russian. HEX triplet: 02, 08 and 17. RGB value is (2,8,23). Sum of RGB (Red+Green+Blue) = 2+8+23=33 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.06% from 33); Green value is 8 (3.52% from 255 or 24.24% from 33); Blue value is 23 (9.38% from 255 or 69.70% from 33); Max value from RGB is 23 - color contains mainly: blue. Hex color #020817 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020817 is #FDF7E8. Grayscale: #070707. Windows color (decimal): -16644073 or 1509378. OLE color: 1509378.
HSL color Cylindrical-coordinate representation of color #020817: hue angle of 222.86º 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 #020817 is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 2 | 8 | 23 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.91 |
| HSL | 222.86º | 0.84% | 0.05% | - |
| HSV(B) | 222.86º | 0.91% | 0.09% | - |
| XYZ | 0.27 | 0.25 | 0.84 | - |
| YUV | 7.92 | 136.51 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 8 | 23 | 0.91 | 0.65 | 0 | 0.91 | 222.86 | 0.84 | 0.05 |
| Hex | 2 | 8 | 17 | 5B | 41 | 0 | 5B | DF | 54 | 5 |
| Octal | 2 | 10 | 27 | 133 | 101 | 0 | 133 | 337 | 124 | 5 |
| Binary | 10 | 1000 | 10111 | 1011011 | 1000001 | 0 | 1011011 | 11011111 | 1010100 | 101 |
Color Harmonies of #020817
Complementary color
Monochromatic Colors of #020817
Black with #020817
Text Example
Text Example
White with #020817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020817; }
p { color: rgb(2,8,23); }
H1.HeaderClassName
{
color: #020817;
}
.AnyTagClassName
{
color: #020817;
}
</style>
background-color css
<style>
a { background-color: #020817; }
a { background-color: rgb(2,8,23); }
div.DivClassName
{
background-color: #020817;
}
.BgClassName
{
background-color: #020817;
}
</style>
border-color css
<style>
span { border-color: #020817; }
span { border-color: rgb(2,8,23); }
td.TdClassName
{
border-color: #020817;
}
.TagClassName
{
border-color: #020817;
}
</style>