#202012

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

Shades of Maire #202012

Tints of Maire #202012

Color information

#202012 (or 0x202012) is unknown color: approx Maire. HEX triplet: 20, 20 and 12. RGB value is (32,32,18). Sum of RGB (Red+Green+Blue) = 32+32+18=82 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.02% from 82); Green value is 32 (12.89% from 255 or 39.02% from 82); Blue value is 18 (7.42% from 255 or 21.95% from 82); Max value from RGB is 32 - color contains mainly: red, green. Hex color #202012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202012 is #DFDFED. Grayscale: #1E1E1E. Windows color (decimal): -14671854 or 1187872. OLE color: 1187872.

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

Color convert

RGB323218-
CMYK000.440.87
HSL60º28%9.8%-
HSV(B)60º43.75%12.55%-
XYZ1.221.380.77-
YUV30.4121129.14-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 39.02%
GREEN value IS 32 (12.89% from 255) = 39.02%
BLUE value IS 18 (7.42% from 255) = 21.95%
R=39.02%
G=39.02%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal323218000.440.8760289.8
Hex202012002C573c1ca
Octal4040220054127743412
Binary10000010000010010001011001010111111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202012; }

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

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

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

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

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

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

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

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