#211921

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

Shades of Mardi Gras #211921

Tints of Mardi Gras #211921

Color information

#211921 (or 0x211921) is unknown color: approx Mardi Gras. HEX triplet: 21, 19 and 21. RGB value is (33,25,33). Sum of RGB (Red+Green+Blue) = 33+25+33=91 (12% of max value = 765). Red value is 33 (13.28% from 255 or 36.26% from 91); Green value is 25 (10.16% from 255 or 27.47% from 91); Blue value is 33 (13.28% from 255 or 36.26% from 91); Max value from RGB is 33 - color contains mainly: red, blue. Hex color #211921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211921 is #DEE6DE. Grayscale: #1C1C1C. Windows color (decimal): -14608095 or 2169121. OLE color: 2169121.

HSL color Cylindrical-coordinate representation of color #211921: 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.24%. Process color model (Four color, CMYK) of #211921 is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB332533-
CMYK00.2400.87
HSL300º13.79%11.37%-
HSV(B)300º24.24%12.94%-
XYZ1.251.131.59-
YUV28.3130.65131.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 36.26%
GREEN value IS 25 (10.16% from 255) = 27.47%
BLUE value IS 33 (13.28% from 255) = 36.26%
R=36.26%
G=27.47%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33253300.2400.8730013.7911.37
Hex21192101805712ceb
Octal41314103001274541613
Binary100001110011000010110000101011110010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211921; }

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

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

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

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

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

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

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

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