#211320

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

Shades of Mardi Gras #211320

Tints of Mardi Gras #211320

Color information

#211320 (or 0x211320) is unknown color: approx Mardi Gras. HEX triplet: 21, 13 and 20. RGB value is (33,19,32). Sum of RGB (Red+Green+Blue) = 33+19+32=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 32 (12.89% from 255 or 38.10% from 84); Max value from RGB is 33 - color contains mainly: red. Hex color #211320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211320 is #DEECDF. Grayscale: #181818. Windows color (decimal): -14609632 or 2102049. OLE color: 2102049.

HSL color Cylindrical-coordinate representation of color #211320: hue angle of 304.29º 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 #211320 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.87.

Color convert

RGB331932-
CMYK00.420.030.87
HSL304.29º26.92%10.2%-
HSV(B)304.29º42.42%12.94%-
XYZ1.120.891.48-
YUV24.67132.14133.94-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 39.29%
GREEN value IS 19 (7.81% from 255) = 22.62%
BLUE value IS 32 (12.89% from 255) = 38.10%
R=39.29%
G=22.62%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33193200.420.030.87304.2926.9210.2
Hex21132002A3571301ba
Octal41234005231274603312
Binary100001100111000000101010111010111100110000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211320; }

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

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

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

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

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

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

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

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