#322331

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

Shades of Mardi Gras #322331

Tints of Mardi Gras #322331

Color information

#322331 (or 0x322331) is unknown color: approx Mardi Gras. HEX triplet: 32, 23 and 31. RGB value is (50,35,49). Sum of RGB (Red+Green+Blue) = 50+35+49=134 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.31% from 134); Green value is 35 (14.06% from 255 or 26.12% from 134); Blue value is 49 (19.53% from 255 or 36.57% from 134); Max value from RGB is 50 - color contains mainly: red. Hex color #322331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322331 is #CDDCCE. Grayscale: #292929. Windows color (decimal): -13491407 or 3220274. OLE color: 3220274.

HSL color Cylindrical-coordinate representation of color #322331: hue angle of 304º 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 #322331 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.80.

Color convert

RGB503549-
CMYK00.300.020.80
HSL304º17.65%16.67%-
HSV(B)304º30%19.61%-
XYZ2.472.13.18-
YUV41.08132.47134.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.31%
GREEN value IS 35 (14.06% from 255) = 26.12%
BLUE value IS 49 (19.53% from 255) = 36.57%
R=37.31%
G=26.12%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50354900.300.020.8030417.6516.67
Hex32233101E2501301211
Octal62436103621204602221
Binary1100101000111100010111101010100001001100001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322331; }

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

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

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

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

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

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

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

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