#3E2035

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

Shades of Melanzane #3E2035

Tints of Melanzane #3E2035

Color information

#3E2035 (or 0x3E2035) is unknown color: approx Melanzane. HEX triplet: 3E, 20 and 35. RGB value is (62,32,53). Sum of RGB (Red+Green+Blue) = 62+32+53=147 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.18% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 53 (21.09% from 255 or 36.05% from 147); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2035 is #C1DFCA. Grayscale: #2B2B2B. Windows color (decimal): -12705739 or 3481662. OLE color: 3481662.

HSL color Cylindrical-coordinate representation of color #3E2035: hue angle of 318º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E2035 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.76.

Color convert

RGB623253-
CMYK00.480.150.76
HSL318º31.91%18.43%-
HSV(B)318º48.39%24.31%-
XYZ3.152.313.65-
YUV43.36133.44141.29-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 42.18%
GREEN value IS 32 (12.89% from 255) = 21.77%
BLUE value IS 53 (21.09% from 255) = 36.05%
R=42.18%
G=21.77%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62325300.480.150.7631831.9118.43
Hex3E2035030F4C13e2012
Octal764065060171144764022
Binary11111010000011010101100001111100110010011111010000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E2035; }

 p { color: rgb(62,32,53); }

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

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

 a { background-color: rgb(62,32,53); }

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

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

 span { border-color: rgb(62,32,53); }

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