#322332

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

Shades of Mardi Gras #322332

Tints of Mardi Gras #322332

Color information

#322332 (or 0x322332) is unknown color: approx Mardi Gras. HEX triplet: 32, 23 and 32. RGB value is (50,35,50). Sum of RGB (Red+Green+Blue) = 50+35+50=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 50 - color contains mainly: red, blue. Hex color #322332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322332 is #CDDCCD. Grayscale: #292929. Windows color (decimal): -13491406 or 3285810. OLE color: 3285810.

HSL color Cylindrical-coordinate representation of color #322332: hue angle of 300º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #322332 is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB503550-
CMYK00.3000.80
HSL300º17.65%16.67%-
HSV(B)300º30%19.61%-
XYZ2.492.113.29-
YUV41.2132.97134.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.04%
GREEN value IS 35 (14.06% from 255) = 25.93%
BLUE value IS 50 (19.92% from 255) = 37.04%
R=37.04%
G=25.93%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50355000.3000.8030017.6516.67
Hex32233201E05012c1211
Octal62436203601204542221
Binary110010100011110010011110010100001001011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322332; }

 p { color: rgb(50,35,50); }

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

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

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

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

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

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

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