#392135

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

Shades of Melanzane #392135

Tints of Melanzane #392135

Color information

#392135 (or 0x392135) is unknown color: approx Melanzane. HEX triplet: 39, 21 and 35. RGB value is (57,33,53). Sum of RGB (Red+Green+Blue) = 57+33+53=143 (18% of max value = 765). Red value is 57 (22.66% from 255 or 39.86% from 143); Green value is 33 (13.28% from 255 or 23.08% from 143); Blue value is 53 (21.09% from 255 or 37.06% from 143); Max value from RGB is 57 - color contains mainly: red. Hex color #392135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392135 is #C6DECA. Grayscale: #2A2A2A. Windows color (decimal): -13033163 or 3481913. OLE color: 3481913.

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

Color convert

RGB573353-
CMYK00.420.070.78
HSL310º26.67%17.65%-
HSV(B)310º42.11%22.35%-
XYZ2.872.213.64-
YUV42.46133.95138.37-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 39.86%
GREEN value IS 33 (13.28% from 255) = 23.08%
BLUE value IS 53 (21.09% from 255) = 37.06%
R=39.86%
G=23.08%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57335300.420.070.7831026.6717.65
Hex39213502A74E1361b12
Octal71416505271164663322
Binary111001100001110101010101011110011101001101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392135; }

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

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

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

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

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

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

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

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