#201F20

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

Shades of Mardi Gras #201F20

Tints of Mardi Gras #201F20

Color information

#201F20 (or 0x201F20) is unknown color: approx Mardi Gras. HEX triplet: 20, 1F and 20. RGB value is (32,31,32). Sum of RGB (Red+Green+Blue) = 32+31+32=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 31 (12.5% from 255 or 32.63% from 95); Blue value is 32 (12.89% from 255 or 33.68% from 95); Max value from RGB is 32 - color contains mainly: red, blue. Hex color #201F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201F20 is #DFE0DF. Grayscale: #1F1F1F. Windows color (decimal): -14672096 or 2105120. OLE color: 2105120.

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

Color convert

RGB323132-
CMYK00.0300.87
HSL300º1.59%12.35%-
HSV(B)300º3.12%12.55%-
XYZ1.351.391.56-
YUV31.41128.33128.42-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 33.68%
GREEN value IS 31 (12.5% from 255) = 32.63%
BLUE value IS 32 (12.89% from 255) = 33.68%
R=33.68%
G=32.63%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32313200.0300.873001.5912.35
Hex201F200305712c2c
Octal403740030127454214
Binary1000001111110000001101010111100101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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