#3F2037

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

Shades of Melanzane #3F2037

Tints of Melanzane #3F2037

Color information

#3F2037 (or 0x3F2037) is unknown color: approx Melanzane. HEX triplet: 3F, 20 and 37. RGB value is (63,32,55). Sum of RGB (Red+Green+Blue) = 63+32+55=150 (19% of max value = 765). Red value is 63 (25% from 255 or 42% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 55 (21.88% from 255 or 36.67% from 150); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2037 is #C0DFC8. Grayscale: #2B2B2B. Windows color (decimal): -12640201 or 3612735. OLE color: 3612735.

HSL color Cylindrical-coordinate representation of color #3F2037: hue angle of 315.48º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F2037 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB633255-
CMYK00.490.130.75
HSL315.48º32.63%18.63%-
HSV(B)315.48º49.21%24.71%-
XYZ3.262.373.9-
YUV43.89134.27141.63-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 42%
GREEN value IS 32 (12.89% from 255) = 21.33%
BLUE value IS 55 (21.88% from 255) = 36.67%
R=42%
G=21.33%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63325500.490.130.75315.4832.6318.63
Hex3F2037031D4B13b2113
Octal774067061151134734123
Binary11111110000011011101100011101100101110011101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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