#352035

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

Shades of Mardi Gras #352035

Tints of Mardi Gras #352035

Color information

#352035 (or 0x352035) is unknown color: approx Mardi Gras. HEX triplet: 35, 20 and 35. RGB value is (53,32,53). Sum of RGB (Red+Green+Blue) = 53+32+53=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 53 (21.09% from 255 or 38.41% from 138); Max value from RGB is 53 - color contains mainly: red, blue. Hex color #352035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352035 is #CADFCA. Grayscale: #282828. Windows color (decimal): -13295563 or 3481653. OLE color: 3481653.

HSL color Cylindrical-coordinate representation of color #352035: hue angle of 300º 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 #352035 is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB533253-
CMYK00.4000.79
HSL300º24.71%16.67%-
HSV(B)300º39.62%20.78%-
XYZ2.632.053.62-
YUV40.67134.96136.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.41%
GREEN value IS 32 (12.89% from 255) = 23.19%
BLUE value IS 53 (21.09% from 255) = 38.41%
R=38.41%
G=23.19%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53325300.4000.7930024.7116.67
Hex35203502804F12c1911
Octal65406505001174543121
Binary1101011000001101010101000010011111001011001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352035; }

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

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

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

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

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

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

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

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