#211220

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

Shades of Mardi Gras #211220

Tints of Mardi Gras #211220

Color information

#211220 (or 0x211220) is unknown color: approx Mardi Gras. HEX triplet: 21, 12 and 20. RGB value is (33,18,32). Sum of RGB (Red+Green+Blue) = 33+18+32=83 (10% of max value = 765). Red value is 33 (13.28% from 255 or 39.76% from 83); Green value is 18 (7.42% from 255 or 21.69% from 83); Blue value is 32 (12.89% from 255 or 38.55% from 83); Max value from RGB is 33 - color contains mainly: red. Hex color #211220 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211220 is #DEEDDF. Grayscale: #181818. Windows color (decimal): -14609888 or 2101793. OLE color: 2101793.

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

Color convert

RGB331832-
CMYK00.450.030.87
HSL304º29.41%10%-
HSV(B)304º45.45%12.94%-
XYZ1.10.861.47-
YUV24.08132.47134.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 39.76%
GREEN value IS 18 (7.42% from 255) = 21.69%
BLUE value IS 32 (12.89% from 255) = 38.55%
R=39.76%
G=21.69%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33183200.450.030.8730429.4110
Hex21122002D3571301da
Octal41224005531274603512
Binary100001100101000000101101111010111100110000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211220; }

 p { color: rgb(33,18,32); }

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

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

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

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

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

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

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