#352532

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

Shades of Melanzane #352532

Tints of Melanzane #352532

Color information

#352532 (or 0x352532) is unknown color: approx Melanzane. HEX triplet: 35, 25 and 32. RGB value is (53,37,50). Sum of RGB (Red+Green+Blue) = 53+37+50=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 50 (19.92% from 255 or 35.71% from 140); Max value from RGB is 53 - color contains mainly: red. Hex color #352532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352532 is #CADACD. Grayscale: #2B2B2B. Windows color (decimal): -13294286 or 3286325. OLE color: 3286325.

HSL color Cylindrical-coordinate representation of color #352532: hue angle of 311.25º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #352532 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.79.

Color convert

RGB533750-
CMYK00.300.060.79
HSL311.25º17.78%17.65%-
HSV(B)311.25º30.19%20.78%-
XYZ2.712.313.32-
YUV43.27131.8134.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.86%
GREEN value IS 37 (14.84% from 255) = 26.43%
BLUE value IS 50 (19.92% from 255) = 35.71%
R=37.86%
G=26.43%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53375000.300.060.79311.2517.7817.65
Hex35253201E64F1371212
Octal65456203661174672222
Binary11010110010111001001111011010011111001101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352532; }

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

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

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

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

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

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

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

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