#3F2236

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

Shades of Melanzane #3F2236

Tints of Melanzane #3F2236

Color information

#3F2236 (or 0x3F2236) is unknown color: approx Melanzane. HEX triplet: 3F, 22 and 36. RGB value is (63,34,54). Sum of RGB (Red+Green+Blue) = 63+34+54=151 (20% of max value = 765). Red value is 63 (25% from 255 or 41.72% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 54 (21.48% from 255 or 35.76% from 151); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2236 is #C0DDC9. Grayscale: #2C2C2C. Windows color (decimal): -12639690 or 3547711. OLE color: 3547711.

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

Color convert

RGB633454-
CMYK00.460.140.75
HSL318.62º29.9%19.02%-
HSV(B)318.62º46.03%24.71%-
XYZ3.292.473.79-
YUV44.95133.11140.87-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 41.72%
GREEN value IS 34 (13.67% from 255) = 22.52%
BLUE value IS 54 (21.48% from 255) = 35.76%
R=41.72%
G=22.52%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63345400.460.140.75318.6229.919.02
Hex3F223602EE4B13f1e13
Octal774266056161134773623
Binary1111111000101101100101110111010010111001111111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,34,54); }

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

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

 a { background-color: rgb(63,34,54); }

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

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

 span { border-color: rgb(63,34,54); }

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