#3F2539

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

Shades of Melanzane #3F2539

Tints of Melanzane #3F2539

Color information

#3F2539 (or 0x3F2539) is unknown color: approx Melanzane. HEX triplet: 3F, 25 and 39. RGB value is (63,37,57). Sum of RGB (Red+Green+Blue) = 63+37+57=157 (20% of max value = 765). Red value is 63 (25% from 255 or 40.13% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 57 (22.66% from 255 or 36.31% from 157); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2539 is #C0DAC6. Grayscale: #2F2F2F. Windows color (decimal): -12638919 or 3745087. OLE color: 3745087.

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

Color convert

RGB633757-
CMYK00.410.100.75
HSL313.85º26%19.61%-
HSV(B)313.85º41.27%24.71%-
XYZ3.452.684.21-
YUV47.05133.61139.37-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 40.13%
GREEN value IS 37 (14.84% from 255) = 23.57%
BLUE value IS 57 (22.66% from 255) = 36.31%
R=40.13%
G=23.57%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63375700.410.100.75313.852619.61
Hex3F2539029A4B13a1a14
Octal774571051121134723224
Binary1111111001011110010101001101010010111001110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,37,57); }

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

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

 a { background-color: rgb(63,37,57); }

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

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

 span { border-color: rgb(63,37,57); }

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