#3F1F37

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

Shades of Melanzane #3F1F37

Tints of Melanzane #3F1F37

Color information

#3F1F37 (or 0x3F1F37) is unknown color: approx Melanzane. HEX triplet: 3F, 1F and 37. RGB value is (63,31,55). Sum of RGB (Red+Green+Blue) = 63+31+55=149 (19% of max value = 765). Red value is 63 (25% from 255 or 42.28% from 149); Green value is 31 (12.5% from 255 or 20.81% from 149); Blue value is 55 (21.88% from 255 or 36.91% from 149); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1F37 is #C0E0C8. Grayscale: #2B2B2B. Windows color (decimal): -12640457 or 3612479. OLE color: 3612479.

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

Color convert

RGB633155-
CMYK00.510.130.75
HSL315º34.04%18.43%-
HSV(B)315º50.79%24.71%-
XYZ3.232.313.89-
YUV43.3134.6142.05-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 42.28%
GREEN value IS 31 (12.5% from 255) = 20.81%
BLUE value IS 55 (21.88% from 255) = 36.91%
R=42.28%
G=20.81%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63315500.510.130.7531534.0418.43
Hex3F1F37033D4B13b2212
Octal773767063151134734222
Binary1111111111111011101100111101100101110011101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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