#352439

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

Shades of Mardi Gras #352439

Tints of Mardi Gras #352439

Color information

#352439 (or 0x352439) is unknown color: approx Mardi Gras. HEX triplet: 35, 24 and 39. RGB value is (53,36,57). Sum of RGB (Red+Green+Blue) = 53+36+57=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 57 (22.66% from 255 or 39.04% from 146); Max value from RGB is 57 - color contains mainly: blue. Hex color #352439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352439 is #CADBC6. Grayscale: #2B2B2B. Windows color (decimal): -13294535 or 3744821. OLE color: 3744821.

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

Color convert

RGB533657-
CMYK0.070.3700.78
HSL288.57º22.58%18.24%-
HSV(B)288.57º36.84%22.35%-
XYZ2.842.314.17-
YUV43.48135.63134.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.30%
GREEN value IS 36 (14.45% from 255) = 24.66%
BLUE value IS 57 (22.66% from 255) = 39.04%
R=36.30%
G=24.66%
B=39.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5336570.070.3700.78288.5722.5818.24
Hex35243972504E1211712
Octal65447174501164412722
Binary110101100100111001111100101010011101001000011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352439; }

 p { color: rgb(53,36,57); }

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

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

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

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

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

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

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