#20201A

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

Shades of Maire #20201A

Tints of Maire #20201A

Color information

#20201A (or 0x20201A) is unknown color: approx Maire. HEX triplet: 20, 20 and 1A. RGB value is (32,32,26). Sum of RGB (Red+Green+Blue) = 32+32+26=90 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.56% from 90); Green value is 32 (12.89% from 255 or 35.56% from 90); Blue value is 26 (10.55% from 255 or 28.89% from 90); Max value from RGB is 32 - color contains mainly: red, green. Hex color #20201A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20201A is #DFDFE5. Grayscale: #1F1F1F. Windows color (decimal): -14671846 or 1712160. OLE color: 1712160.

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

Color convert

RGB323226-
CMYK000.190.87
HSL60º10.34%11.37%-
HSV(B)60º18.75%12.55%-
XYZ1.31.411.18-
YUV31.32125128.49-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 35.56%
GREEN value IS 32 (12.89% from 255) = 35.56%
BLUE value IS 26 (10.55% from 255) = 28.89%
R=35.56%
G=35.56%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal323226000.190.876010.3411.37
Hex20201A0013573cab
Octal4040320023127741213
Binary100000100000110100010011101011111110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20201A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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