#392332

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

Shades of Melanzane #392332

Tints of Melanzane #392332

Color information

#392332 (or 0x392332) is unknown color: approx Melanzane. HEX triplet: 39, 23 and 32. RGB value is (57,35,50). Sum of RGB (Red+Green+Blue) = 57+35+50=142 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.14% from 142); Green value is 35 (14.06% from 255 or 24.65% from 142); Blue value is 50 (19.92% from 255 or 35.21% from 142); Max value from RGB is 57 - color contains mainly: red. Hex color #392332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392332 is #C6DCCD. Grayscale: #2B2B2B. Windows color (decimal): -13032654 or 3285817. OLE color: 3285817.

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

Color convert

RGB573550-
CMYK00.390.120.78
HSL319.09º23.91%18.04%-
HSV(B)319.09º38.6%22.35%-
XYZ2.862.33.31-
YUV43.29131.79137.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.14%
GREEN value IS 35 (14.06% from 255) = 24.65%
BLUE value IS 50 (19.92% from 255) = 35.21%
R=40.14%
G=24.65%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57355000.390.120.78319.0923.9118.04
Hex392332027C4E13f1812
Octal714362047141164773022
Binary1110011000111100100100111110010011101001111111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392332; }

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

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

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

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

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

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

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

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