#352339

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

Shades of Mardi Gras #352339

Tints of Mardi Gras #352339

Color information

#352339 (or 0x352339) is unknown color: approx Mardi Gras. HEX triplet: 35, 23 and 39. RGB value is (53,35,57). Sum of RGB (Red+Green+Blue) = 53+35+57=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 35 (14.06% from 255 or 24.14% from 145); Blue value is 57 (22.66% from 255 or 39.31% from 145); Max value from RGB is 57 - color contains mainly: blue. Hex color #352339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352339 is #CADCC6. Grayscale: #2A2A2A. Windows color (decimal): -13294791 or 3744565. OLE color: 3744565.

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

Color convert

RGB533557-
CMYK0.070.3900.78
HSL289.09º23.91%18.04%-
HSV(B)289.09º38.6%22.35%-
XYZ2.812.254.16-
YUV42.89135.96135.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.55%
GREEN value IS 35 (14.06% from 255) = 24.14%
BLUE value IS 57 (22.66% from 255) = 39.31%
R=36.55%
G=24.14%
B=39.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5335570.070.3900.78289.0923.9118.04
Hex35233972704E1211812
Octal65437174701164413022
Binary110101100011111001111100111010011101001000011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352339; }

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

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

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

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

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

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

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

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