#332532

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

Shades of Mardi Gras #332532

Tints of Mardi Gras #332532

Color information

#332532 (or 0x332532) is unknown color: approx Mardi Gras. HEX triplet: 33, 25 and 32. RGB value is (51,37,50). Sum of RGB (Red+Green+Blue) = 51+37+50=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 50 (19.92% from 255 or 36.23% from 138); Max value from RGB is 51 - color contains mainly: red. Hex color #332532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332532 is #CCDACD. Grayscale: #2A2A2A. Windows color (decimal): -13425358 or 3286323. OLE color: 3286323.

HSL color Cylindrical-coordinate representation of color #332532: 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.27%. Process color model (Four color, CMYK) of #332532 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.8.

Color convert

RGB513750-
CMYK00.270.020.8
HSL304.29º15.91%17.25%-
HSV(B)304.29º27.45%20%-
XYZ2.62.263.32-
YUV42.67132.14133.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.96%
GREEN value IS 37 (14.84% from 255) = 26.81%
BLUE value IS 50 (19.92% from 255) = 36.23%
R=36.96%
G=26.81%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51375000.270.020.8304.2915.9117.25
Hex33253201B2501301011
Octal63456203321204602021
Binary1100111001011100100110111010100001001100001000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332532; }

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

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

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

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

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

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

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

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