#3F2435

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

Shades of Melanzane #3F2435

Tints of Melanzane #3F2435

Color information

#3F2435 (or 0x3F2435) is unknown color: approx Melanzane. HEX triplet: 3F, 24 and 35. RGB value is (63,36,53). Sum of RGB (Red+Green+Blue) = 63+36+53=152 (20% of max value = 765). Red value is 63 (25% from 255 or 41.45% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 53 (21.09% from 255 or 34.87% from 152); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2435 is #C0DBCA. Grayscale: #2D2D2D. Windows color (decimal): -12639179 or 3482687. OLE color: 3482687.

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

Color convert

RGB633653-
CMYK00.430.160.75
HSL322.22º27.27%19.41%-
HSV(B)322.22º42.86%24.71%-
XYZ3.322.583.69-
YUV46.01131.95140.12-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 41.45%
GREEN value IS 36 (14.45% from 255) = 23.68%
BLUE value IS 53 (21.09% from 255) = 34.87%
R=41.45%
G=23.68%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63365300.430.160.75322.2227.2719.41
Hex3F243502B104B1421b13
Octal774465053201135023323
Binary11111110010011010101010111000010010111010000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,36,53); }

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

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

 a { background-color: rgb(63,36,53); }

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

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

 span { border-color: rgb(63,36,53); }

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