#3F2238

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

Shades of Melanzane #3F2238

Tints of Melanzane #3F2238

Color information

#3F2238 (or 0x3F2238) is unknown color: approx Melanzane. HEX triplet: 3F, 22 and 38. RGB value is (63,34,56). Sum of RGB (Red+Green+Blue) = 63+34+56=153 (20% of max value = 765). Red value is 63 (25% from 255 or 41.18% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 56 (22.27% from 255 or 36.60% from 153); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2238 is #C0DDC7. Grayscale: #2D2D2D. Windows color (decimal): -12639688 or 3678783. OLE color: 3678783.

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

Color convert

RGB633456-
CMYK00.460.110.75
HSL314.48º29.9%19.02%-
HSV(B)314.48º46.03%24.71%-
XYZ3.342.494.05-
YUV45.18134.11140.71-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 41.18%
GREEN value IS 34 (13.67% from 255) = 22.22%
BLUE value IS 56 (22.27% from 255) = 36.60%
R=41.18%
G=22.22%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63345600.460.110.75314.4829.919.02
Hex3F223802EB4B13a1e13
Octal774270056131134723623
Binary1111111000101110000101110101110010111001110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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