#332032

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

Shades of Mardi Gras #332032

Tints of Mardi Gras #332032

Color information

#332032 (or 0x332032) is unknown color: approx Mardi Gras. HEX triplet: 33, 20 and 32. RGB value is (51,32,50). Sum of RGB (Red+Green+Blue) = 51+32+50=133 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.35% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 50 (19.92% from 255 or 37.59% from 133); Max value from RGB is 51 - color contains mainly: red. Hex color #332032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332032 is #CCDFCD. Grayscale: #272727. Windows color (decimal): -13426638 or 3285043. OLE color: 3285043.

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

Color convert

RGB513250-
CMYK00.370.020.8
HSL303.16º22.89%16.27%-
HSV(B)303.16º37.25%20%-
XYZ2.461.973.27-
YUV39.73133.79136.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.35%
GREEN value IS 32 (12.89% from 255) = 24.06%
BLUE value IS 50 (19.92% from 255) = 37.59%
R=38.35%
G=24.06%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51325000.370.020.8303.1622.8916.27
Hex33203202525012f1710
Octal63406204521204572720
Binary11001110000011001001001011010100001001011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332032; }

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

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

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

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

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

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

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

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