#3F2138

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

Shades of Melanzane #3F2138

Tints of Melanzane #3F2138

Color information

#3F2138 (or 0x3F2138) is unknown color: approx Melanzane. HEX triplet: 3F, 21 and 38. RGB value is (63,33,56). Sum of RGB (Red+Green+Blue) = 63+33+56=152 (20% of max value = 765). Red value is 63 (25% from 255 or 41.45% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 56 (22.27% from 255 or 36.84% from 152); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2138 is #C0DEC7. Grayscale: #2C2C2C. Windows color (decimal): -12639944 or 3678527. OLE color: 3678527.

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

Color convert

RGB633356-
CMYK00.480.110.75
HSL314º31.25%18.82%-
HSV(B)314º47.62%24.71%-
XYZ3.312.434.04-
YUV44.59134.44141.13-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 41.45%
GREEN value IS 33 (13.28% from 255) = 21.71%
BLUE value IS 56 (22.27% from 255) = 36.84%
R=41.45%
G=21.71%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63335600.480.110.7531431.2518.82
Hex3F2138030B4B13a1f13
Octal774170060131134723723
Binary1111111000011110000110000101110010111001110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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