#201820

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

Shades of Mardi Gras #201820

Tints of Mardi Gras #201820

Color information

#201820 (or 0x201820) is unknown color: approx Mardi Gras. HEX triplet: 20, 18 and 20. RGB value is (32,24,32). Sum of RGB (Red+Green+Blue) = 32+24+32=88 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.36% from 88); Green value is 24 (9.77% from 255 or 27.27% from 88); Blue value is 32 (12.89% from 255 or 36.36% from 88); Max value from RGB is 32 - color contains mainly: red, blue. Hex color #201820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201820 is #DFE7DF. Grayscale: #1B1B1B. Windows color (decimal): -14673888 or 2103328. OLE color: 2103328.

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

Color convert

RGB322432-
CMYK00.2500.87
HSL300º14.29%10.98%-
HSV(B)300º25%12.55%-
XYZ1.181.061.51-
YUV27.3130.65131.35-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 36.36%
GREEN value IS 24 (9.77% from 255) = 27.27%
BLUE value IS 32 (12.89% from 255) = 36.36%
R=36.36%
G=27.27%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32243200.2500.8730014.2910.98
Hex20182001905712ceb
Octal40304003101274541613
Binary100000110001000000110010101011110010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201820; }

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

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

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

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

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

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

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

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