#352338

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

Shades of Mardi Gras #352338

Tints of Mardi Gras #352338

Color information

#352338 (or 0x352338) is unknown color: approx Mardi Gras. HEX triplet: 35, 23 and 38. RGB value is (53,35,56). Sum of RGB (Red+Green+Blue) = 53+35+56=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 56 - color contains mainly: blue. Hex color #352338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352338 is #CADCC7. Grayscale: #2A2A2A. Windows color (decimal): -13294792 or 3679029. OLE color: 3679029.

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

Color convert

RGB533556-
CMYK0.050.3700.78
HSL291.43º23.08%17.84%-
HSV(B)291.43º37.5%21.96%-
XYZ2.782.244.03-
YUV42.78135.46135.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.81%
GREEN value IS 35 (14.06% from 255) = 24.31%
BLUE value IS 56 (22.27% from 255) = 38.89%
R=36.81%
G=24.31%
B=38.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5335560.050.3700.78291.4323.0817.84
Hex35233852504E1231712
Octal65437054501164432722
Binary110101100011111000101100101010011101001000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352338; }

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

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

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

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

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

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

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

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