#392432

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

Shades of Melanzane #392432

Tints of Melanzane #392432

Color information

#392432 (or 0x392432) is unknown color: approx Melanzane. HEX triplet: 39, 24 and 32. RGB value is (57,36,50). Sum of RGB (Red+Green+Blue) = 57+36+50=143 (18% of max value = 765). Red value is 57 (22.66% from 255 or 39.86% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 50 (19.92% from 255 or 34.97% from 143); Max value from RGB is 57 - color contains mainly: red. Hex color #392432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392432 is #C6DBCD. Grayscale: #2B2B2B. Windows color (decimal): -13032398 or 3286073. OLE color: 3286073.

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

Color convert

RGB573650-
CMYK00.370.120.78
HSL320º22.58%18.24%-
HSV(B)320º36.84%22.35%-
XYZ2.892.363.32-
YUV43.88131.46137.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 39.86%
GREEN value IS 36 (14.45% from 255) = 25.17%
BLUE value IS 50 (19.92% from 255) = 34.97%
R=39.86%
G=25.17%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57365000.370.120.7832022.5818.24
Hex392432025C4E1401712
Octal714462045141165002722
Binary1110011001001100100100101110010011101010000001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392432; }

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

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

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

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

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

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

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

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