#201620

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

Shades of Mardi Gras #201620

Tints of Mardi Gras #201620

Color information

#201620 (or 0x201620) is unknown color: approx Mardi Gras. HEX triplet: 20, 16 and 20. RGB value is (32,22,32). Sum of RGB (Red+Green+Blue) = 32+22+32=86 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.21% from 86); Green value is 22 (8.98% from 255 or 25.58% from 86); Blue value is 32 (12.89% from 255 or 37.21% from 86); Max value from RGB is 32 - color contains mainly: red, blue. Hex color #201620 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201620 is #DFE9DF. Grayscale: #1A1A1A. Windows color (decimal): -14674400 or 2102816. OLE color: 2102816.

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

Color convert

RGB322232-
CMYK00.3100.87
HSL300º18.52%10.59%-
HSV(B)300º31.25%12.55%-
XYZ1.140.991.5-
YUV26.13131.31132.19-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 37.21%
GREEN value IS 22 (8.98% from 255) = 25.58%
BLUE value IS 32 (12.89% from 255) = 37.21%
R=37.21%
G=25.58%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32223200.3100.8730018.5210.59
Hex20162001F05712c13b
Octal40264003701274542313
Binary1000001011010000001111101010111100101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201620; }

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

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

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

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

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

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

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

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