#322031

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

Shades of Mardi Gras #322031

Tints of Mardi Gras #322031

Color information

#322031 (or 0x322031) is unknown color: approx Mardi Gras. HEX triplet: 32, 20 and 31. RGB value is (50,32,49). Sum of RGB (Red+Green+Blue) = 50+32+49=131 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.17% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 49 (19.53% from 255 or 37.40% from 131); Max value from RGB is 50 - color contains mainly: red. Hex color #322031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322031 is #CDDFCE. Grayscale: #272727. Windows color (decimal): -13492175 or 3219506. OLE color: 3219506.

HSL color Cylindrical-coordinate representation of color #322031: hue angle of 303.33º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #322031 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.80.

Color convert

RGB503249-
CMYK00.360.020.80
HSL303.33º21.95%16.08%-
HSV(B)303.33º36%19.61%-
XYZ2.391.933.15-
YUV39.32133.46135.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 38.17%
GREEN value IS 32 (12.89% from 255) = 24.43%
BLUE value IS 49 (19.53% from 255) = 37.40%
R=38.17%
G=24.43%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50324900.360.020.80303.3321.9516.08
Hex32203102425012f1610
Octal62406104421204572620
Binary11001010000011000101001001010100001001011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322031; }

 p { color: rgb(50,32,49); }

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

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

 a { background-color: rgb(50,32,49); }

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

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

 span { border-color: rgb(50,32,49); }

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