#3E2C38

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

Shades of Melanzane #3E2C38

Tints of Melanzane #3E2C38

Color information

#3E2C38 (or 0x3E2C38) is unknown color: approx Melanzane. HEX triplet: 3E, 2C and 38. RGB value is (62,44,56). Sum of RGB (Red+Green+Blue) = 62+44+56=162 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.27% from 162); Green value is 44 (17.58% from 255 or 27.16% from 162); Blue value is 56 (22.27% from 255 or 34.57% from 162); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2C38 is #C1D3C7. Grayscale: #323232. Windows color (decimal): -12702664 or 3681342. OLE color: 3681342.

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

Color convert

RGB624456-
CMYK00.290.100.76
HSL320º16.98%20.78%-
HSV(B)320º29.03%24.31%-
XYZ3.63.114.15-
YUV50.75130.96136.02-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 38.27%
GREEN value IS 44 (17.58% from 255) = 27.16%
BLUE value IS 56 (22.27% from 255) = 34.57%
R=38.27%
G=27.16%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62445600.290.100.7632016.9820.78
Hex3E2C3801DA4C1401115
Octal765470035121145002125
Binary111110101100111000011101101010011001010000001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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