#3D2037

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

Shades of Melanzane #3D2037

Tints of Melanzane #3D2037

Color information

#3D2037 (or 0x3D2037) is unknown color: approx Melanzane. HEX triplet: 3D, 20 and 37. RGB value is (61,32,55). Sum of RGB (Red+Green+Blue) = 61+32+55=148 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.22% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 55 (21.88% from 255 or 37.16% from 148); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2037 is #C2DFC8. Grayscale: #2B2B2B. Windows color (decimal): -12771273 or 3612733. OLE color: 3612733.

HSL color Cylindrical-coordinate representation of color #3D2037: hue angle of 312.41º degrees, saturation: 0.31, 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 #3D2037 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.76.

Color convert

RGB613255-
CMYK00.480.100.76
HSL312.41º31.18%18.24%-
HSV(B)312.41º47.54%23.92%-
XYZ3.132.33.89-
YUV43.29134.61140.63-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 41.22%
GREEN value IS 32 (12.89% from 255) = 21.62%
BLUE value IS 55 (21.88% from 255) = 37.16%
R=41.22%
G=21.62%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61325500.480.100.76312.4131.1818.24
Hex3D2037030A4C1381f12
Octal754067060121144703722
Binary1111011000001101110110000101010011001001110001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,32,55); }

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

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

 a { background-color: rgb(61,32,55); }

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

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

 span { border-color: rgb(61,32,55); }

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