#3E2D38

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

Shades of Melanzane #3E2D38

Tints of Melanzane #3E2D38

Color information

#3E2D38 (or 0x3E2D38) is unknown color: approx Melanzane. HEX triplet: 3E, 2D and 38. RGB value is (62,45,56). Sum of RGB (Red+Green+Blue) = 62+45+56=163 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.04% from 163); Green value is 45 (17.97% from 255 or 27.61% from 163); Blue value is 56 (22.27% from 255 or 34.36% from 163); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2D38 is #C1D2C7. Grayscale: #333333. Windows color (decimal): -12702408 or 3681598. OLE color: 3681598.

HSL color Cylindrical-coordinate representation of color #3E2D38: hue angle of 321.18º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3E2D38 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.76.

Color convert

RGB624556-
CMYK00.270.100.76
HSL321.18º15.89%20.98%-
HSV(B)321.18º27.42%24.31%-
XYZ3.643.194.16-
YUV51.34130.63135.61-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 38.04%
GREEN value IS 45 (17.97% from 255) = 27.61%
BLUE value IS 56 (22.27% from 255) = 34.36%
R=38.04%
G=27.61%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62455600.270.100.76321.1815.8920.98
Hex3E2D3801BA4C1411015
Octal765570033121145012025
Binary111110101101111000011011101010011001010000011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,45,56); }

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

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

 a { background-color: rgb(62,45,56); }

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

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

 span { border-color: rgb(62,45,56); }

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