#3F2239

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

Shades of Melanzane #3F2239

Tints of Melanzane #3F2239

Color information

#3F2239 (or 0x3F2239) is unknown color: approx Melanzane. HEX triplet: 3F, 22 and 39. RGB value is (63,34,57). Sum of RGB (Red+Green+Blue) = 63+34+57=154 (20% of max value = 765). Red value is 63 (25% from 255 or 40.91% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 57 (22.66% from 255 or 37.01% from 154); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2239 is #C0DDC6. Grayscale: #2D2D2D. Windows color (decimal): -12639687 or 3744319. OLE color: 3744319.

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

Color convert

RGB633457-
CMYK00.460.100.75
HSL312.41º29.9%19.02%-
HSV(B)312.41º46.03%24.71%-
XYZ3.362.54.18-
YUV45.29134.61140.63-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 40.91%
GREEN value IS 34 (13.67% from 255) = 22.08%
BLUE value IS 57 (22.66% from 255) = 37.01%
R=40.91%
G=22.08%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63345700.460.100.75312.4129.919.02
Hex3F223902EA4B1381e13
Octal774271056121134703623
Binary1111111000101110010101110101010010111001110001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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