#3F1F36

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

Shades of Melanzane #3F1F36

Tints of Melanzane #3F1F36

Color information

#3F1F36 (or 0x3F1F36) is unknown color: approx Melanzane. HEX triplet: 3F, 1F and 36. RGB value is (63,31,54). Sum of RGB (Red+Green+Blue) = 63+31+54=148 (19% of max value = 765). Red value is 63 (25% from 255 or 42.57% from 148); Green value is 31 (12.5% from 255 or 20.95% from 148); Blue value is 54 (21.48% from 255 or 36.49% from 148); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1F36 is #C0E0C9. Grayscale: #2B2B2B. Windows color (decimal): -12640458 or 3546943. OLE color: 3546943.

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

Color convert

RGB633154-
CMYK00.510.140.75
HSL316.88º34.04%18.43%-
HSV(B)316.88º50.79%24.71%-
XYZ3.212.33.77-
YUV43.19134.1142.13-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 42.57%
GREEN value IS 31 (12.5% from 255) = 20.95%
BLUE value IS 54 (21.48% from 255) = 36.49%
R=42.57%
G=20.95%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63315400.510.140.75316.8834.0418.43
Hex3F1F36033E4B13d2212
Octal773766063161134754222
Binary1111111111111011001100111110100101110011110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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