#202021

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

Shades of Black Russian #202021

Tints of Black Russian #202021

Color information

#202021 (or 0x202021) is unknown color: approx Black Russian. HEX triplet: 20, 20 and 21. RGB value is (32,32,33). Sum of RGB (Red+Green+Blue) = 32+32+33=97 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.99% from 97); Green value is 32 (12.89% from 255 or 32.99% from 97); Blue value is 33 (13.28% from 255 or 34.02% from 97); Max value from RGB is 33 - color contains mainly: blue. Hex color #202021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202021 is #DFDFDE. Grayscale: #202020. Windows color (decimal): -14671839 or 2170912. OLE color: 2170912.

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

Color convert

RGB323233-
CMYK0.030.0300.87
HSL240º1.54%12.75%-
HSV(B)240º3.03%12.94%-
XYZ1.391.451.65-
YUV32.11128.5127.92-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 32.99%
GREEN value IS 32 (12.89% from 255) = 32.99%
BLUE value IS 33 (13.28% from 255) = 34.02%
R=32.99%
G=32.99%
B=34.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3232330.030.0300.872401.5412.75
Hex20202133057f02d
Octal404041330127360215
Binary10000010000010000111110101011111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202021; }

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

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

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

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

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

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

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

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