#352832

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

Shades of Melanzane #352832

Tints of Melanzane #352832

Color information

#352832 (or 0x352832) is unknown color: approx Melanzane. HEX triplet: 35, 28 and 32. RGB value is (53,40,50). Sum of RGB (Red+Green+Blue) = 53+40+50=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 50 (19.92% from 255 or 34.97% from 143); Max value from RGB is 53 - color contains mainly: red. Hex color #352832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352832 is #CAD7CD. Grayscale: #2D2D2D. Windows color (decimal): -13293518 or 3287093. OLE color: 3287093.

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

Color convert

RGB534050-
CMYK00.250.060.79
HSL313.85º13.98%18.24%-
HSV(B)313.85º24.53%20.78%-
XYZ2.82.53.35-
YUV45.03130.81133.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.06%
GREEN value IS 40 (16.02% from 255) = 27.97%
BLUE value IS 50 (19.92% from 255) = 34.97%
R=37.06%
G=27.97%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53405000.250.060.79313.8513.9818.24
Hex35283201964F13ae12
Octal65506203161174721622
Binary1101011010001100100110011101001111100111010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352832; }

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

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

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

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

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

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

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

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