#392235

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

Shades of Melanzane #392235

Tints of Melanzane #392235

Color information

#392235 (or 0x392235) is unknown color: approx Melanzane. HEX triplet: 39, 22 and 35. RGB value is (57,34,53). Sum of RGB (Red+Green+Blue) = 57+34+53=144 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.58% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 57 - color contains mainly: red. Hex color #392235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392235 is #C6DDCA. Grayscale: #2A2A2A. Windows color (decimal): -13032907 or 3482169. OLE color: 3482169.

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

Color convert

RGB573453-
CMYK00.400.070.78
HSL310.43º25.27%17.84%-
HSV(B)310.43º40.35%22.35%-
XYZ2.92.273.65-
YUV43.04133.62137.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 39.58%
GREEN value IS 34 (13.67% from 255) = 23.61%
BLUE value IS 53 (21.09% from 255) = 36.81%
R=39.58%
G=23.61%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57345300.400.070.78310.4325.2717.84
Hex39223502874E1361912
Octal71426505071164663122
Binary111001100010110101010100011110011101001101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392235; }

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

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

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

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

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

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

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

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