#392535

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

Shades of Melanzane #392535

Tints of Melanzane #392535

Color information

#392535 (or 0x392535) is unknown color: approx Melanzane. HEX triplet: 39, 25 and 35. RGB value is (57,37,53). Sum of RGB (Red+Green+Blue) = 57+37+53=147 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.78% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 53 (21.09% from 255 or 36.05% from 147); Max value from RGB is 57 - color contains mainly: red. Hex color #392535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392535 is #C6DACA. Grayscale: #2C2C2C. Windows color (decimal): -13032139 or 3482937. OLE color: 3482937.

HSL color Cylindrical-coordinate representation of color #392535: hue angle of 312º degrees, saturation: 0.21, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #392535 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB573753-
CMYK00.350.070.78
HSL312º21.28%18.43%-
HSV(B)312º35.09%22.35%-
XYZ2.992.453.68-
YUV44.8132.63136.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.78%
GREEN value IS 37 (14.84% from 255) = 25.17%
BLUE value IS 53 (21.09% from 255) = 36.05%
R=38.78%
G=25.17%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57375300.350.070.7831221.2818.43
Hex39253502374E1381512
Octal71456504371164702522
Binary111001100101110101010001111110011101001110001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392535; }

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

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

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

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

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

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

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

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