#211321

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

Shades of Mardi Gras #211321

Tints of Mardi Gras #211321

Color information

#211321 (or 0x211321) is unknown color: approx Mardi Gras. HEX triplet: 21, 13 and 21. RGB value is (33,19,33). Sum of RGB (Red+Green+Blue) = 33+19+33=85 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.82% from 85); Green value is 19 (7.81% from 255 or 22.35% from 85); Blue value is 33 (13.28% from 255 or 38.82% from 85); Max value from RGB is 33 - color contains mainly: red, blue. Hex color #211321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211321 is #DEECDE. Grayscale: #181818. Windows color (decimal): -14609631 or 2167585. OLE color: 2167585.

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

Color convert

RGB331933-
CMYK00.4200.87
HSL300º26.92%10.2%-
HSV(B)300º42.42%12.94%-
XYZ1.130.91.55-
YUV24.78132.64133.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 38.82%
GREEN value IS 19 (7.81% from 255) = 22.35%
BLUE value IS 33 (13.28% from 255) = 38.82%
R=38.82%
G=22.35%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33193300.4200.8730026.9210.2
Hex21132102A05712c1ba
Octal41234105201274543312
Binary10000110011100001010101001010111100101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211321; }

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

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

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

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

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

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

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

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