#352735

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

Shades of Mardi Gras #352735

Tints of Mardi Gras #352735

Color information

#352735 (or 0x352735) is unknown color: approx Mardi Gras. HEX triplet: 35, 27 and 35. RGB value is (53,39,53). Sum of RGB (Red+Green+Blue) = 53+39+53=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 39 (15.62% from 255 or 26.90% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 53 - color contains mainly: red, blue. Hex color #352735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352735 is #CAD8CA. Grayscale: #2C2C2C. Windows color (decimal): -13293771 or 3483445. OLE color: 3483445.

HSL color Cylindrical-coordinate representation of color #352735: hue angle of 300º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #352735 is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB533953-
CMYK00.2600.79
HSL300º15.22%18.04%-
HSV(B)300º26.42%20.78%-
XYZ2.842.463.69-
YUV44.78132.64133.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.55%
GREEN value IS 39 (15.62% from 255) = 26.90%
BLUE value IS 53 (21.09% from 255) = 36.55%
R=36.55%
G=26.90%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53395300.2600.7930015.2218.04
Hex35273501A04F12cf12
Octal65476503201174541722
Binary11010110011111010101101001001111100101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352735; }

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

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

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

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

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

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

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

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