#352E32

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

Shades of Melanzane #352E32

Tints of Melanzane #352E32

Color information

#352E32 (or 0x352E32) is unknown color: approx Melanzane. HEX triplet: 35, 2E and 32. RGB value is (53,46,50). Sum of RGB (Red+Green+Blue) = 53+46+50=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 46 (18.36% from 255 or 30.87% from 149); Blue value is 50 (19.92% from 255 or 33.56% from 149); Max value from RGB is 53 - color contains mainly: red. Hex color #352E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352E32 is #CAD1CD. Grayscale: #303030. Windows color (decimal): -13291982 or 3288629. OLE color: 3288629.

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

Color convert

RGB534650-
CMYK00.130.060.79
HSL325.71º7.07%19.41%-
HSV(B)325.71º13.21%20.78%-
XYZ3.022.943.43-
YUV48.55128.82131.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.57%
GREEN value IS 46 (18.36% from 255) = 30.87%
BLUE value IS 50 (19.92% from 255) = 33.56%
R=35.57%
G=30.87%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53465000.130.060.79325.717.0719.41
Hex352E320D64F146713
Octal6556620156117506723
Binary11010110111011001001101110100111110100011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,46,50); }

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

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

 a { background-color: rgb(53,46,50); }

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

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

 span { border-color: rgb(53,46,50); }

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