#202221

Color #202221 Midnight Moss (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Moss #202221

Tints of Midnight Moss #202221

Color information

#202221 (or 0x202221) is unknown color: approx Midnight Moss. HEX triplet: 20, 22 and 21. RGB value is (32,34,33). Sum of RGB (Red+Green+Blue) = 32+34+33=99 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32.32% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 33 (13.28% from 255 or 33.33% from 99); Max value from RGB is 34 - color contains mainly: green. Hex color #202221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202221 is #DFDDDE. Grayscale: #212121. Windows color (decimal): -14671327 or 2171424. OLE color: 2171424.

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

Color convert

RGB323433-
CMYK0.0600.030.87
HSL150º3.03%12.94%-
HSV(B)150º5.88%13.33%-
XYZ1.441.561.66-
YUV33.29127.84127.08-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 32.32%
GREEN value IS 34 (13.67% from 255) = 34.34%
BLUE value IS 33 (13.28% from 255) = 33.33%
R=32.32%
G=34.34%
B=33.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3234330.0600.030.871503.0312.94
Hex20222160357963d
Octal404241603127226315
Binary100000100010100001110011101011110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202221; }

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

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

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

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

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

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

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

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