#352438

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

Shades of Mardi Gras #352438

Tints of Mardi Gras #352438

Color information

#352438 (or 0x352438) is unknown color: approx Mardi Gras. HEX triplet: 35, 24 and 38. RGB value is (53,36,56). Sum of RGB (Red+Green+Blue) = 53+36+56=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 56 (22.27% from 255 or 38.62% from 145); Max value from RGB is 56 - color contains mainly: blue. Hex color #352438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352438 is #CADBC7. Grayscale: #2B2B2B. Windows color (decimal): -13294536 or 3679285. OLE color: 3679285.

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

Color convert

RGB533656-
CMYK0.050.3600.78
HSL291º21.74%18.04%-
HSV(B)291º35.71%21.96%-
XYZ2.812.34.04-
YUV43.36135.13134.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.55%
GREEN value IS 36 (14.45% from 255) = 24.83%
BLUE value IS 56 (22.27% from 255) = 38.62%
R=36.55%
G=24.83%
B=38.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5336560.050.3600.7829121.7418.04
Hex35243852404E1231612
Octal65447054401164432622
Binary110101100100111000101100100010011101001000111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352438; }

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

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

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

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

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

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

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

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