#321132

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

Shades of Mardi Gras #321132

Tints of Mardi Gras #321132

Color information

#321132 (or 0x321132) is unknown color: approx Mardi Gras. HEX triplet: 32, 11 and 32. RGB value is (50,17,50). Sum of RGB (Red+Green+Blue) = 50+17+50=117 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.74% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 50 (19.92% from 255 or 42.74% from 117); Max value from RGB is 50 - color contains mainly: red, blue. Hex color #321132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321132 is #CDEECD. Grayscale: #1E1E1E. Windows color (decimal): -13496014 or 3281202. OLE color: 3281202.

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

Color convert

RGB501750-
CMYK00.6600.80
HSL300º49.25%13.14%-
HSV(B)300º66%19.61%-
XYZ2.091.313.16-
YUV30.63138.93141.82-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.74%
GREEN value IS 17 (7.03% from 255) = 14.53%
BLUE value IS 50 (19.92% from 255) = 42.74%
R=42.74%
G=14.53%
B=42.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50175000.6600.8030049.2513.14
Hex32113204205012c31d
Octal622162010201204546115
Binary1100101000111001001000010010100001001011001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321132; }

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

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

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

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

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

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

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

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