#392032

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

Shades of Melanzane #392032

Tints of Melanzane #392032

Color information

#392032 (or 0x392032) is unknown color: approx Melanzane. HEX triplet: 39, 20 and 32. RGB value is (57,32,50). Sum of RGB (Red+Green+Blue) = 57+32+50=139 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.01% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 50 (19.92% from 255 or 35.97% from 139); Max value from RGB is 57 - color contains mainly: red. Hex color #392032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392032 is #C6DFCD. Grayscale: #292929. Windows color (decimal): -13033422 or 3285049. OLE color: 3285049.

HSL color Cylindrical-coordinate representation of color #392032: hue angle of 316.8º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #392032 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB573250-
CMYK00.440.120.78
HSL316.8º28.09%17.45%-
HSV(B)316.8º43.86%22.35%-
XYZ2.782.133.28-
YUV41.53132.78139.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.01%
GREEN value IS 32 (12.89% from 255) = 23.02%
BLUE value IS 50 (19.92% from 255) = 35.97%
R=41.01%
G=23.02%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57325000.440.120.78316.828.0917.45
Hex39203202CC4E13d1c11
Octal714062054141164753421
Binary1110011000001100100101100110010011101001111011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392032; }

 p { color: rgb(57,32,50); }

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

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

 a { background-color: rgb(57,32,50); }

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

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

 span { border-color: rgb(57,32,50); }

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