#352C32

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

Shades of Melanzane #352C32

Tints of Melanzane #352C32

Color information

#352C32 (or 0x352C32) is unknown color: approx Melanzane. HEX triplet: 35, 2C and 32. RGB value is (53,44,50). Sum of RGB (Red+Green+Blue) = 53+44+50=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 44 (17.58% from 255 or 29.93% from 147); Blue value is 50 (19.92% from 255 or 34.01% from 147); Max value from RGB is 53 - color contains mainly: red. Hex color #352C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352C32 is #CAD3CD. Grayscale: #2F2F2F. Windows color (decimal): -13292494 or 3288117. OLE color: 3288117.

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

Color convert

RGB534450-
CMYK00.170.060.79
HSL320º9.28%19.02%-
HSV(B)320º16.98%20.78%-
XYZ2.942.793.4-
YUV47.38129.48132.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.05%
GREEN value IS 44 (17.58% from 255) = 29.93%
BLUE value IS 50 (19.92% from 255) = 34.01%
R=36.05%
G=29.93%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53445000.170.060.793209.2819.02
Hex352C3201164F140913
Octal65546202161175001123
Binary1101011011001100100100011101001111101000000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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