#20201C

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

Shades of Maire #20201C

Tints of Maire #20201C

Color information

#20201C (or 0x20201C) is unknown color: approx Maire. HEX triplet: 20, 20 and 1C. RGB value is (32,32,28). Sum of RGB (Red+Green+Blue) = 32+32+28=92 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.78% from 92); Green value is 32 (12.89% from 255 or 34.78% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 32 - color contains mainly: red, green. Hex color #20201C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20201C is #DFDFE3. Grayscale: #1F1F1F. Windows color (decimal): -14671844 or 1843232. OLE color: 1843232.

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

Color convert

RGB323228-
CMYK000.120.87
HSL60º6.67%11.76%-
HSV(B)60º12.5%12.55%-
XYZ1.321.421.3-
YUV31.54126128.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 34.78%
GREEN value IS 32 (12.89% from 255) = 34.78%
BLUE value IS 28 (11.33% from 255) = 30.43%
R=34.78%
G=34.78%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal323228000.120.87606.6711.76
Hex20201C00C573c7c
Octal404034001412774714
Binary1000001000001110000110010101111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20201C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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