#392231

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

Shades of Melanzane #392231

Tints of Melanzane #392231

Color information

#392231 (or 0x392231) is unknown color: approx Melanzane. HEX triplet: 39, 22 and 31. RGB value is (57,34,49). Sum of RGB (Red+Green+Blue) = 57+34+49=140 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.71% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 49 (19.53% from 255 or 35% from 140); Max value from RGB is 57 - color contains mainly: red. Hex color #392231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392231 is #C6DDCE. Grayscale: #2A2A2A. Windows color (decimal): -13032911 or 3220025. OLE color: 3220025.

HSL color Cylindrical-coordinate representation of color #392231: hue angle of 320.87º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #392231 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.78.

Color convert

RGB573449-
CMYK00.400.140.78
HSL320.87º25.27%17.84%-
HSV(B)320.87º40.35%22.35%-
XYZ2.812.243.19-
YUV42.59131.62138.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.71%
GREEN value IS 34 (13.67% from 255) = 24.29%
BLUE value IS 49 (19.53% from 255) = 35%
R=40.71%
G=24.29%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57344900.400.140.78320.8725.2717.84
Hex392231028E4E1411912
Octal714261050161165013122
Binary1110011000101100010101000111010011101010000011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392231; }

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

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

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

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

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

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

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

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