#322431

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

Shades of Mardi Gras #322431

Tints of Mardi Gras #322431

Color information

#322431 (or 0x322431) is unknown color: approx Mardi Gras. HEX triplet: 32, 24 and 31. RGB value is (50,36,49). Sum of RGB (Red+Green+Blue) = 50+36+49=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 36 (14.45% from 255 or 26.67% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 50 - color contains mainly: red. Hex color #322431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322431 is #CDDBCE. Grayscale: #292929. Windows color (decimal): -13491151 or 3220530. OLE color: 3220530.

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

Color convert

RGB503649-
CMYK00.280.020.80
HSL304.29º16.28%16.86%-
HSV(B)304.29º28%19.61%-
XYZ2.52.163.19-
YUV41.67132.14133.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.04%
GREEN value IS 36 (14.45% from 255) = 26.67%
BLUE value IS 49 (19.53% from 255) = 36.30%
R=37.04%
G=26.67%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50364900.280.020.80304.2916.2816.86
Hex32243101C2501301011
Octal62446103421204602021
Binary1100101001001100010111001010100001001100001000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322431; }

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

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

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

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

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

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

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

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