#3E1D36

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

Shades of Melanzane #3E1D36

Tints of Melanzane #3E1D36

Color information

#3E1D36 (or 0x3E1D36) is unknown color: approx Melanzane. HEX triplet: 3E, 1D and 36. RGB value is (62,29,54). Sum of RGB (Red+Green+Blue) = 62+29+54=145 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.76% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 54 (21.48% from 255 or 37.24% from 145); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1D36 is #C1E2C9. Grayscale: #292929. Windows color (decimal): -12706506 or 3546430. OLE color: 3546430.

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

Color convert

RGB622954-
CMYK00.530.130.76
HSL314.55º36.26%17.84%-
HSV(B)314.55º53.23%24.31%-
XYZ3.092.173.75-
YUV41.72134.93142.47-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 42.76%
GREEN value IS 29 (11.72% from 255) = 20%
BLUE value IS 54 (21.48% from 255) = 37.24%
R=42.76%
G=20%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62295400.530.130.76314.5536.2617.84
Hex3E1D36035D4C13b2412
Octal763566065151144734422
Binary1111101110111011001101011101100110010011101110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,29,54); }

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

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

 a { background-color: rgb(62,29,54); }

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

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

 span { border-color: rgb(62,29,54); }

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