#3F1C36

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

Shades of Melanzane #3F1C36

Tints of Melanzane #3F1C36

Color information

#3F1C36 (or 0x3F1C36) is unknown color: approx Melanzane. HEX triplet: 3F, 1C and 36. RGB value is (63,28,54). Sum of RGB (Red+Green+Blue) = 63+28+54=145 (19% of max value = 765). Red value is 63 (25% from 255 or 43.45% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 54 (21.48% from 255 or 37.24% from 145); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1C36 is #C0E3C9. Grayscale: #292929. Windows color (decimal): -12641226 or 3546175. OLE color: 3546175.

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

Color convert

RGB632854-
CMYK00.560.140.75
HSL315.43º38.46%17.84%-
HSV(B)315.43º55.56%24.71%-
XYZ3.132.153.74-
YUV41.43135.1143.39-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 43.45%
GREEN value IS 28 (11.33% from 255) = 19.31%
BLUE value IS 54 (21.48% from 255) = 37.24%
R=43.45%
G=19.31%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63285400.560.140.75315.4338.4617.84
Hex3F1C36038E4B13b2612
Octal773466070161134734622
Binary1111111110011011001110001110100101110011101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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