#352234

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

Shades of Mardi Gras #352234

Tints of Mardi Gras #352234

Color information

#352234 (or 0x352234) is unknown color: approx Mardi Gras. HEX triplet: 35, 22 and 34. RGB value is (53,34,52). Sum of RGB (Red+Green+Blue) = 53+34+52=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 52 (20.70% from 255 or 37.41% from 139); Max value from RGB is 53 - color contains mainly: red. Hex color #352234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352234 is #CADDCB. Grayscale: #292929. Windows color (decimal): -13295052 or 3416629. OLE color: 3416629.

HSL color Cylindrical-coordinate representation of color #352234: hue angle of 303.16º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #352234 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.79.

Color convert

RGB533452-
CMYK00.360.020.79
HSL303.16º21.84%17.06%-
HSV(B)303.16º35.85%20.78%-
XYZ2.662.153.52-
YUV41.73133.79136.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.13%
GREEN value IS 34 (13.67% from 255) = 24.46%
BLUE value IS 52 (20.70% from 255) = 37.41%
R=38.13%
G=24.46%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53345200.360.020.79303.1621.8417.06
Hex35223402424F12f1611
Octal65426404421174572621
Binary11010110001011010001001001010011111001011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352234; }

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

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

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

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

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

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

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

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