#392331

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

Shades of Melanzane #392331

Tints of Melanzane #392331

Color information

#392331 (or 0x392331) is unknown color: approx Melanzane. HEX triplet: 39, 23 and 31. RGB value is (57,35,49). Sum of RGB (Red+Green+Blue) = 57+35+49=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 57 - color contains mainly: red. Hex color #392331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392331 is #C6DCCE. Grayscale: #2B2B2B. Windows color (decimal): -13032655 or 3220281. OLE color: 3220281.

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

Color convert

RGB573549-
CMYK00.390.140.78
HSL321.82º23.91%18.04%-
HSV(B)321.82º38.6%22.35%-
XYZ2.842.293.2-
YUV43.17131.29137.86-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.43%
GREEN value IS 35 (14.06% from 255) = 24.82%
BLUE value IS 49 (19.53% from 255) = 34.75%
R=40.43%
G=24.82%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57354900.390.140.78321.8223.9118.04
Hex392331027E4E1421812
Octal714361047161165023022
Binary1110011000111100010100111111010011101010000101100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392331; }

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

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

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

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

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

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

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

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