#201E20

Color #201E20 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #201E20

Tints of Mardi Gras #201E20

Color information

#201E20 (or 0x201E20) is unknown color: approx Mardi Gras. HEX triplet: 20, 1E and 20. RGB value is (32,30,32). Sum of RGB (Red+Green+Blue) = 32+30+32=94 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.04% from 94); Green value is 30 (12.11% from 255 or 31.91% from 94); Blue value is 32 (12.89% from 255 or 34.04% from 94); Max value from RGB is 32 - color contains mainly: red, blue. Hex color #201E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201E20 is #DFE1DF. Grayscale: #1E1E1E. Windows color (decimal): -14672352 or 2104864. OLE color: 2104864.

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

Color convert

RGB323032-
CMYK00.0600.87
HSL300º3.23%12.16%-
HSV(B)300º6.25%12.55%-
XYZ1.321.341.56-
YUV30.83128.66128.84-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 34.04%
GREEN value IS 30 (12.11% from 255) = 31.91%
BLUE value IS 32 (12.89% from 255) = 34.04%
R=34.04%
G=31.91%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32303200.0600.873003.2312.16
Hex201E200605712c3c
Octal403640060127454314
Binary10000011110100000011001010111100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201E20; }

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

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

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

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

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

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

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

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