#020221

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

Shades of Black Russian #020221

Tints of Black Russian #020221

Color information

#020221 (or 0x020221) is unknown color: approx Black Russian. HEX triplet: 02, 02 and 21. RGB value is (2,2,33). Sum of RGB (Red+Green+Blue) = 2+2+33=37 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.41% from 37); Green value is 2 (1.17% from 255 or 5.41% from 37); Blue value is 33 (13.28% from 255 or 89.19% from 37); Max value from RGB is 33 - color contains mainly: blue. Hex color #020221 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020221 is #FDFDDE. Grayscale: #050505. Windows color (decimal): -16645599 or 2163202. OLE color: 2163202.

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

Color convert

RGB2233-
CMYK0.940.9400.87
HSL240º88.57%6.86%-
HSV(B)240º93.94%12.94%-
XYZ0.320.171.45-
YUV5.53143.5125.48-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.41%
GREEN value IS 2 (1.17% from 255) = 5.41%
BLUE value IS 33 (13.28% from 255) = 89.19%
R=5.41%
G=5.41%
B=89.19%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal22330.940.9400.8724088.576.86
Hex22215E5E057f0597
Octal224113613601273601317
Binary10101000011011110101111001010111111100001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020221; }

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

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

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

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

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

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

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

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