#020211

Color #020211 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #020211

Tints of Black Russian #020211

Color information

#020211 (or 0x020211) is unknown color: approx Black Russian. HEX triplet: 02, 02 and 11. RGB value is (2,2,17). Sum of RGB (Red+Green+Blue) = 2+2+17=21 (2% of max value = 765). Red value is 2 (1.17% from 255 or 9.52% from 21); Green value is 2 (1.17% from 255 or 9.52% from 21); Blue value is 17 (7.03% from 255 or 80.95% from 21); Max value from RGB is 17 - color contains mainly: blue. Hex color #020211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020211 is #FDFDEE. Grayscale: #030303. Windows color (decimal): -16645615 or 1114626. OLE color: 1114626.

HSL color Cylindrical-coordinate representation of color #020211: hue angle of 240º degrees, saturation: 0.79, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #020211 is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB2217-
CMYK0.880.8800.93
HSL240º78.95%3.73%-
HSV(B)240º88.24%6.67%-
XYZ0.150.10.54-
YUV3.71135.5126.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 9.52%
GREEN value IS 2 (1.17% from 255) = 9.52%
BLUE value IS 17 (7.03% from 255) = 80.95%
R=9.52%
G=9.52%
B=80.95%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal22170.880.8800.9324078.953.73
Hex2211585805Df04f4
Octal222113013001353601174
Binary1010100011011000101100001011101111100001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020211; }

 p { color: rgb(2,2,17); }

 H1.HeaderClassName
 {
   color: #020211;
 }
 .AnyTagClassName
 {
   color: #020211;
 }
</style>
background-color css

<style>
 a { background-color: #020211; }

 a { background-color: rgb(2,2,17); }

 div.DivClassName
 {
   background-color: #020211;
 }
 .BgClassName
 {
   background-color: #020211;
 }
</style>
border-color css

<style>
 span { border-color: #020211; }

 span { border-color: rgb(2,2,17); }

 td.TdClassName
 {
   border-color: #020211;
 }
 .TagClassName
 {
   border-color: #020211;
 }
</style>