#352537

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

Shades of Mardi Gras #352537

Tints of Mardi Gras #352537

Color information

#352537 (or 0x352537) is unknown color: approx Mardi Gras. HEX triplet: 35, 25 and 37. RGB value is (53,37,55). Sum of RGB (Red+Green+Blue) = 53+37+55=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 55 (21.88% from 255 or 37.93% from 145); Max value from RGB is 55 - color contains mainly: blue. Hex color #352537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352537 is #CADAC8. Grayscale: #2B2B2B. Windows color (decimal): -13294281 or 3614005. OLE color: 3614005.

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

Color convert

RGB533755-
CMYK0.040.3300.78
HSL293.33º19.57%18.04%-
HSV(B)293.33º32.73%21.57%-
XYZ2.822.363.92-
YUV43.84134.3134.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.55%
GREEN value IS 37 (14.84% from 255) = 25.52%
BLUE value IS 55 (21.88% from 255) = 37.93%
R=36.55%
G=25.52%
B=37.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5337550.040.3300.78293.3319.5718.04
Hex35253742104E1251412
Octal65456744101164452422
Binary110101100101110111100100001010011101001001011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352537; }

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

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

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

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

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

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

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

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