#211920

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

Shades of Mardi Gras #211920

Tints of Mardi Gras #211920

Color information

#211920 (or 0x211920) is unknown color: approx Mardi Gras. HEX triplet: 21, 19 and 20. RGB value is (33,25,32). Sum of RGB (Red+Green+Blue) = 33+25+32=90 (11% of max value = 765). Red value is 33 (13.28% from 255 or 36.67% from 90); Green value is 25 (10.16% from 255 or 27.78% from 90); Blue value is 32 (12.89% from 255 or 35.56% from 90); Max value from RGB is 33 - color contains mainly: red. Hex color #211920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211920 is #DEE6DF. Grayscale: #1C1C1C. Windows color (decimal): -14608096 or 2103585. OLE color: 2103585.

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

Color convert

RGB332532-
CMYK00.240.030.87
HSL307.5º13.79%11.37%-
HSV(B)307.5º24.24%12.94%-
XYZ1.241.121.52-
YUV28.19130.15131.43-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 36.67%
GREEN value IS 25 (10.16% from 255) = 27.78%
BLUE value IS 32 (12.89% from 255) = 35.56%
R=36.67%
G=27.78%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33253200.240.030.87307.513.7911.37
Hex211920018357134eb
Octal41314003031274641613
Binary1000011100110000001100011101011110011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211920; }

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

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

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

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

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

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

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

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