#332932

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

Shades of Mardi Gras #332932

Tints of Mardi Gras #332932

Color information

#332932 (or 0x332932) is unknown color: approx Mardi Gras. HEX triplet: 33, 29 and 32. RGB value is (51,41,50). Sum of RGB (Red+Green+Blue) = 51+41+50=142 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.92% from 142); Green value is 41 (16.41% from 255 or 28.87% from 142); Blue value is 50 (19.92% from 255 or 35.21% from 142); Max value from RGB is 51 - color contains mainly: red. Hex color #332932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332932 is #CCD6CD. Grayscale: #2C2C2C. Windows color (decimal): -13424334 or 3287347. OLE color: 3287347.

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

Color convert

RGB514150-
CMYK00.200.020.8
HSL306º10.87%18.04%-
HSV(B)306º19.61%20%-
XYZ2.732.523.36-
YUV45.02130.81132.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.92%
GREEN value IS 41 (16.41% from 255) = 28.87%
BLUE value IS 50 (19.92% from 255) = 35.21%
R=35.92%
G=28.87%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51415000.200.020.830610.8718.04
Hex332932014250132b12
Octal63516202421204621322
Binary110011101001110010010100101010000100110010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332932; }

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

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

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

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

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

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

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

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