#352239

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

Shades of Mardi Gras #352239

Tints of Mardi Gras #352239

Color information

#352239 (or 0x352239) is unknown color: approx Mardi Gras. HEX triplet: 35, 22 and 39. RGB value is (53,34,57). Sum of RGB (Red+Green+Blue) = 53+34+57=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 57 (22.66% from 255 or 39.58% from 144); Max value from RGB is 57 - color contains mainly: blue. Hex color #352239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352239 is #CADDC6. Grayscale: #2A2A2A. Windows color (decimal): -13295047 or 3744309. OLE color: 3744309.

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

Color convert

RGB533457-
CMYK0.070.4000.78
HSL289.57º25.27%17.84%-
HSV(B)289.57º40.35%22.35%-
XYZ2.782.24.15-
YUV42.3136.29135.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.81%
GREEN value IS 34 (13.67% from 255) = 23.61%
BLUE value IS 57 (22.66% from 255) = 39.58%
R=36.81%
G=23.61%
B=39.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5334570.070.4000.78289.5725.2717.84
Hex35223972804E1221912
Octal65427175001164423122
Binary110101100010111001111101000010011101001000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352239; }

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

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

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

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

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

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

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

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