#20201D

Color #20201D Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #20201D

Tints of Maire #20201D

Color information

#20201D (or 0x20201D) is unknown color: approx Maire. HEX triplet: 20, 20 and 1D. RGB value is (32,32,29). Sum of RGB (Red+Green+Blue) = 32+32+29=93 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.41% from 93); Green value is 32 (12.89% from 255 or 34.41% from 93); Blue value is 29 (11.72% from 255 or 31.18% from 93); Max value from RGB is 32 - color contains mainly: red, green. Hex color #20201D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20201D is #DFDFE2. Grayscale: #1F1F1F. Windows color (decimal): -14671843 or 1908768. OLE color: 1908768.

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

Color convert

RGB323229-
CMYK000.090.87
HSL60º4.92%11.96%-
HSV(B)60º9.38%12.55%-
XYZ1.331.431.37-
YUV31.66126.5128.24-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 34.41%
GREEN value IS 32 (12.89% from 255) = 34.41%
BLUE value IS 29 (11.72% from 255) = 31.18%
R=34.41%
G=34.41%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal323229000.090.87604.9211.96
Hex20201D009573c5c
Octal404035001112774514
Binary1000001000001110100100110101111111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20201D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20201D; }

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

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

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

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

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

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

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

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