#352A31

Color #352A31 Melanzane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanzane #352A31

Tints of Melanzane #352A31

Color information

#352A31 (or 0x352A31) is unknown color: approx Melanzane. HEX triplet: 35, 2A and 31. RGB value is (53,42,49). Sum of RGB (Red+Green+Blue) = 53+42+49=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 42 (16.80% from 255 or 29.17% from 144); Blue value is 49 (19.53% from 255 or 34.03% from 144); Max value from RGB is 53 - color contains mainly: red. Hex color #352A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352A31 is #CAD5CE. Grayscale: #2E2E2E. Windows color (decimal): -13293007 or 3222069. OLE color: 3222069.

HSL color Cylindrical-coordinate representation of color #352A31: hue angle of 321.82º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #352A31 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.79.

Color convert

RGB534249-
CMYK00.210.080.79
HSL321.82º11.58%18.63%-
HSV(B)321.82º20.75%20.78%-
XYZ2.852.633.26-
YUV46.09129.64132.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.81%
GREEN value IS 42 (16.80% from 255) = 29.17%
BLUE value IS 49 (19.53% from 255) = 34.03%
R=36.81%
G=29.17%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53424900.210.080.79321.8211.5818.63
Hex352A3101584F142c13
Octal655261025101175021423
Binary11010110101011000101010110001001111101000010110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352A31; }

 p { color: rgb(53,42,49); }

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

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

 a { background-color: rgb(53,42,49); }

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

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

 span { border-color: rgb(53,42,49); }

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