#352033

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

Shades of Mardi Gras #352033

Tints of Mardi Gras #352033

Color information

#352033 (or 0x352033) is unknown color: approx Mardi Gras. HEX triplet: 35, 20 and 33. RGB value is (53,32,51). Sum of RGB (Red+Green+Blue) = 53+32+51=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 51 (20.31% from 255 or 37.5% from 136); Max value from RGB is 53 - color contains mainly: red. Hex color #352033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352033 is #CADFCC. Grayscale: #282828. Windows color (decimal): -13295565 or 3350581. OLE color: 3350581.

HSL color Cylindrical-coordinate representation of color #352033: hue angle of 305.71º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #352033 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.79.

Color convert

RGB533251-
CMYK00.400.040.79
HSL305.71º24.71%16.67%-
HSV(B)305.71º39.62%20.78%-
XYZ2.582.033.39-
YUV40.44133.96136.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.97%
GREEN value IS 32 (12.89% from 255) = 23.53%
BLUE value IS 51 (20.31% from 255) = 37.5%
R=38.97%
G=23.53%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53325100.400.040.79305.7124.7116.67
Hex35203302844F1321911
Octal65406305041174623121
Binary110101100000110011010100010010011111001100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352033; }

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

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

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

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

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

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

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

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