#3F2538

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

Shades of Melanzane #3F2538

Tints of Melanzane #3F2538

Color information

#3F2538 (or 0x3F2538) is unknown color: approx Melanzane. HEX triplet: 3F, 25 and 38. RGB value is (63,37,56). Sum of RGB (Red+Green+Blue) = 63+37+56=156 (20% of max value = 765). Red value is 63 (25% from 255 or 40.38% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 56 (22.27% from 255 or 35.90% from 156); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2538 is #C0DAC7. Grayscale: #2E2E2E. Windows color (decimal): -12638920 or 3679551. OLE color: 3679551.

HSL color Cylindrical-coordinate representation of color #3F2538: hue angle of 316.15º 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 #3F2538 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB633756-
CMYK00.410.110.75
HSL316.15º26%19.61%-
HSV(B)316.15º41.27%24.71%-
XYZ3.432.674.08-
YUV46.94133.11139.46-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 40.38%
GREEN value IS 37 (14.84% from 255) = 23.72%
BLUE value IS 56 (22.27% from 255) = 35.90%
R=40.38%
G=23.72%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63375600.410.110.75316.152619.61
Hex3F2538029B4B13c1a14
Octal774570051131134743224
Binary1111111001011110000101001101110010111001111001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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