#352037

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

Shades of Mardi Gras #352037

Tints of Mardi Gras #352037

Color information

#352037 (or 0x352037) is unknown color: approx Mardi Gras. HEX triplet: 35, 20 and 37. RGB value is (53,32,55). Sum of RGB (Red+Green+Blue) = 53+32+55=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 55 (21.88% from 255 or 39.29% from 140); Max value from RGB is 55 - color contains mainly: blue. Hex color #352037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352037 is #CADFC8. Grayscale: #282828. Windows color (decimal): -13295561 or 3612725. OLE color: 3612725.

HSL color Cylindrical-coordinate representation of color #352037: hue angle of 294.78º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #352037 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB533255-
CMYK0.040.4200.78
HSL294.78º26.44%17.06%-
HSV(B)294.78º41.82%21.57%-
XYZ2.672.073.87-
YUV40.9135.96136.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.86%
GREEN value IS 32 (12.89% from 255) = 22.86%
BLUE value IS 55 (21.88% from 255) = 39.29%
R=37.86%
G=22.86%
B=39.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5332550.040.4200.78294.7826.4417.06
Hex35203742A04E1271a11
Octal65406745201164473221
Binary110101100000110111100101010010011101001001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352037; }

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

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

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

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

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

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

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

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