#3F1F38

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

Shades of Melanzane #3F1F38

Tints of Melanzane #3F1F38

Color information

#3F1F38 (or 0x3F1F38) is unknown color: approx Melanzane. HEX triplet: 3F, 1F and 38. RGB value is (63,31,56). Sum of RGB (Red+Green+Blue) = 63+31+56=150 (19% of max value = 765). Red value is 63 (25% from 255 or 42% from 150); Green value is 31 (12.5% from 255 or 20.67% from 150); Blue value is 56 (22.27% from 255 or 37.33% from 150); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1F38 is #C0E0C7. Grayscale: #2B2B2B. Windows color (decimal): -12640456 or 3678015. OLE color: 3678015.

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

Color convert

RGB633156-
CMYK00.510.110.75
HSL313.12º34.04%18.43%-
HSV(B)313.12º50.79%24.71%-
XYZ3.252.324.02-
YUV43.42135.1141.97-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 42%
GREEN value IS 31 (12.5% from 255) = 20.67%
BLUE value IS 56 (22.27% from 255) = 37.33%
R=42%
G=20.67%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63315600.510.110.75313.1234.0418.43
Hex3F1F38033B4B1392212
Octal773770063131134714222
Binary1111111111111100001100111011100101110011100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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