Shades of Black Russian #020216
Tints of Black Russian #020216
RGB
CMYK
RGB Variations
Color information
#020216 (or 0x020216) is known color: Black Russian. HEX triplet: 02, 02 and 16. RGB value is (2,2,22). Sum of RGB (Red+Green+Blue) = 2+2+22=26 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.69% from 26); Green value is 2 (1.17% from 255 or 7.69% from 26); Blue value is 22 (8.98% from 255 or 84.62% from 26); Max value from RGB is 22 - color contains mainly: blue. Hex color #020216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020216 is #FDFDE9. Grayscale: #040404. Windows color (decimal): -16645610 or 1442306. OLE color: 1442306.
HSL color Cylindrical-coordinate representation of color #020216: hue angle of 240º degrees, saturation: 0.83, 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 #020216 is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
RGB | 2 | 2 | 22 | - |
CMYK | 0.91 | 0.91 | 0 | 0.91 |
HSL | 240º | 0.83% | 0.05% | - |
HSV(B) | 240º | 0.91% | 0.09% | - |
XYZ | 0.19 | 0.11 | 0.77 | - |
YUV | 4.28 | 138 | 126.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 2 | 22 | 0.91 | 0.91 | 0 | 0.91 | 240 | 0.83 | 0.05 |
Hex | 2 | 2 | 16 | 5B | 5B | 0 | 5B | F0 | 53 | 5 |
Octal | 2 | 2 | 26 | 133 | 133 | 0 | 133 | 360 | 123 | 5 |
Binary | 10 | 10 | 10110 | 1011011 | 1011011 | 0 | 1011011 | 11110000 | 1010011 | 101 |
Color Harmonies of #020216
Complementary color
Monochromatic Colors of #020216
Black with #020216
Text Example
Text Example
White with #020216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020216; }
p { color: rgb(2,2,22); }
H1.HeaderClassName
{
color: #020216;
}
.AnyTagClassName
{
color: #020216;
}
</style>
background-color css
<style>
a { background-color: #020216; }
a { background-color: rgb(2,2,22); }
div.DivClassName
{
background-color: #020216;
}
.BgClassName
{
background-color: #020216;
}
</style>
border-color css
<style>
span { border-color: #020216; }
span { border-color: rgb(2,2,22); }
td.TdClassName
{
border-color: #020216;
}
.TagClassName
{
border-color: #020216;
}
</style>