#392133

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

Shades of Melanzane #392133

Tints of Melanzane #392133

Color information

#392133 (or 0x392133) is unknown color: approx Melanzane. HEX triplet: 39, 21 and 33. RGB value is (57,33,51). Sum of RGB (Red+Green+Blue) = 57+33+51=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 51 (20.31% from 255 or 36.17% from 141); Max value from RGB is 57 - color contains mainly: red. Hex color #392133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392133 is #C6DECC. Grayscale: #2A2A2A. Windows color (decimal): -13033165 or 3350841. OLE color: 3350841.

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

Color convert

RGB573351-
CMYK00.420.110.78
HSL315º26.67%17.65%-
HSV(B)315º42.11%22.35%-
XYZ2.832.23.41-
YUV42.23132.95138.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.43%
GREEN value IS 33 (13.28% from 255) = 23.40%
BLUE value IS 51 (20.31% from 255) = 36.17%
R=40.43%
G=23.40%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57335100.420.110.7831526.6717.65
Hex39213302AB4E13b1b12
Octal714163052131164733322
Binary1110011000011100110101010101110011101001110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392133; }

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

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

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

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

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

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

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

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