#352D32

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

Shades of Melanzane #352D32

Tints of Melanzane #352D32

Color information

#352D32 (or 0x352D32) is unknown color: approx Melanzane. HEX triplet: 35, 2D and 32. RGB value is (53,45,50). Sum of RGB (Red+Green+Blue) = 53+45+50=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 45 (17.97% from 255 or 30.41% from 148); Blue value is 50 (19.92% from 255 or 33.78% from 148); Max value from RGB is 53 - color contains mainly: red. Hex color #352D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352D32 is #CAD2CD. Grayscale: #2F2F2F. Windows color (decimal): -13292238 or 3288373. OLE color: 3288373.

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

Color convert

RGB534550-
CMYK00.150.060.79
HSL322.5º8.16%19.22%-
HSV(B)322.5º15.09%20.78%-
XYZ2.982.863.41-
YUV47.96129.15131.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.81%
GREEN value IS 45 (17.97% from 255) = 30.41%
BLUE value IS 50 (19.92% from 255) = 33.78%
R=35.81%
G=30.41%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53455000.150.060.79322.58.1619.22
Hex352D320F64F142813
Octal65556201761175021023
Binary110101101101110010011111101001111101000010100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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