#392434

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

Shades of Melanzane #392434

Tints of Melanzane #392434

Color information

#392434 (or 0x392434) is unknown color: approx Melanzane. HEX triplet: 39, 24 and 34. RGB value is (57,36,52). Sum of RGB (Red+Green+Blue) = 57+36+52=145 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.31% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 52 (20.70% from 255 or 35.86% from 145); Max value from RGB is 57 - color contains mainly: red. Hex color #392434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392434 is #C6DBCB. Grayscale: #2C2C2C. Windows color (decimal): -13032396 or 3417145. OLE color: 3417145.

HSL color Cylindrical-coordinate representation of color #392434: hue angle of 314.29º 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 #392434 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB573652-
CMYK00.370.090.78
HSL314.29º22.58%18.24%-
HSV(B)314.29º36.84%22.35%-
XYZ2.942.383.55-
YUV44.1132.46137.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 39.31%
GREEN value IS 36 (14.45% from 255) = 24.83%
BLUE value IS 52 (20.70% from 255) = 35.86%
R=39.31%
G=24.83%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57365200.370.090.78314.2922.5818.24
Hex39243402594E13a1712
Octal714464045111164722722
Binary1110011001001101000100101100110011101001110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392434; }

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

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

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

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

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

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

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

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