#3F2937

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

Shades of Melanzane #3F2937

Tints of Melanzane #3F2937

Color information

#3F2937 (or 0x3F2937) is unknown color: approx Melanzane. HEX triplet: 3F, 29 and 37. RGB value is (63,41,55). Sum of RGB (Red+Green+Blue) = 63+41+55=159 (21% of max value = 765). Red value is 63 (25% from 255 or 39.62% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 55 (21.88% from 255 or 34.59% from 159); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2937 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2937 is #C0D6C8. Grayscale: #313131. Windows color (decimal): -12637897 or 3615039. OLE color: 3615039.

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

Color convert

RGB634155-
CMYK00.350.130.75
HSL321.82º21.15%20.39%-
HSV(B)321.82º34.92%24.71%-
XYZ3.532.923.99-
YUV49.17131.29137.86-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 39.62%
GREEN value IS 41 (16.41% from 255) = 25.79%
BLUE value IS 55 (21.88% from 255) = 34.59%
R=39.62%
G=25.79%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63415500.350.130.75321.8221.1520.39
Hex3F2937023D4B1421514
Octal775167043151135022524
Binary1111111010011101110100011110110010111010000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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