#392134

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

Shades of Melanzane #392134

Tints of Melanzane #392134

Color information

#392134 (or 0x392134) is unknown color: approx Melanzane. HEX triplet: 39, 21 and 34. RGB value is (57,33,52). Sum of RGB (Red+Green+Blue) = 57+33+52=142 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.14% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 52 (20.70% from 255 or 36.62% from 142); Max value from RGB is 57 - color contains mainly: red. Hex color #392134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392134 is #C6DECB. Grayscale: #2A2A2A. Windows color (decimal): -13033164 or 3416377. OLE color: 3416377.

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

Color convert

RGB573352-
CMYK00.420.090.78
HSL312.5º26.67%17.65%-
HSV(B)312.5º42.11%22.35%-
XYZ2.852.213.52-
YUV42.34133.45138.46-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.14%
GREEN value IS 33 (13.28% from 255) = 23.24%
BLUE value IS 52 (20.70% from 255) = 36.62%
R=40.14%
G=23.24%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57335200.420.090.78312.526.6717.65
Hex39213402A94E1381b12
Octal714164052111164703322
Binary1110011000011101000101010100110011101001110001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392134; }

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

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

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

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

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

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

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

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