#352731

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

Shades of Melanzane #352731

Tints of Melanzane #352731

Color information

#352731 (or 0x352731) is unknown color: approx Melanzane. HEX triplet: 35, 27 and 31. RGB value is (53,39,49). Sum of RGB (Red+Green+Blue) = 53+39+49=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 53 - color contains mainly: red. Hex color #352731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352731 is #CAD8CE. Grayscale: #2C2C2C. Windows color (decimal): -13293775 or 3221301. OLE color: 3221301.

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

Color convert

RGB533949-
CMYK00.260.080.79
HSL317.14º15.22%18.04%-
HSV(B)317.14º26.42%20.78%-
XYZ2.752.433.23-
YUV44.33130.64134.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.59%
GREEN value IS 39 (15.62% from 255) = 27.66%
BLUE value IS 49 (19.53% from 255) = 34.75%
R=37.59%
G=27.66%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53394900.260.080.79317.1415.2218.04
Hex35273101A84F13df12
Octal654761032101174751722
Binary11010110011111000101101010001001111100111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352731; }

 p { color: rgb(53,39,49); }

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

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

 a { background-color: rgb(53,39,49); }

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

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

 span { border-color: rgb(53,39,49); }

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