#3F1A36

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

Shades of Melanzane #3F1A36

Tints of Melanzane #3F1A36

Color information

#3F1A36 (or 0x3F1A36) is unknown color: approx Melanzane. HEX triplet: 3F, 1A and 36. RGB value is (63,26,54). Sum of RGB (Red+Green+Blue) = 63+26+54=143 (18% of max value = 765). Red value is 63 (25% from 255 or 44.06% from 143); Green value is 26 (10.55% from 255 or 18.18% from 143); Blue value is 54 (21.48% from 255 or 37.76% from 143); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1A36 is #C0E5C9. Grayscale: #282828. Windows color (decimal): -12641738 or 3545663. OLE color: 3545663.

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

Color convert

RGB632654-
CMYK00.590.140.75
HSL314.59º41.57%17.45%-
HSV(B)314.59º58.73%24.71%-
XYZ3.092.063.73-
YUV40.25135.76144.22-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.06%
GREEN value IS 26 (10.55% from 255) = 18.18%
BLUE value IS 54 (21.48% from 255) = 37.76%
R=44.06%
G=18.18%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63265400.590.140.75314.5941.5717.45
Hex3F1A3603BE4B13b2a11
Octal773266073161134735221
Binary1111111101011011001110111110100101110011101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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