#401B38

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

Shades of Melanzane #401B38

Tints of Melanzane #401B38

Color information

#401B38 (or 0x401B38) is unknown color: approx Melanzane. HEX triplet: 40, 1B and 38. RGB value is (64,27,56). Sum of RGB (Red+Green+Blue) = 64+27+56=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 27 (10.94% from 255 or 18.37% from 147); Blue value is 56 (22.27% from 255 or 38.10% from 147); Max value from RGB is 64 - color contains mainly: red. Hex color #401B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401B38 is #BFE4C7. Grayscale: #292929. Windows color (decimal): -12575944 or 3676992. OLE color: 3676992.

HSL color Cylindrical-coordinate representation of color #401B38: hue angle of 312.97º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #401B38 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB642756-
CMYK00.580.130.75
HSL312.97º40.66%17.84%-
HSV(B)312.97º57.81%25.1%-
XYZ3.222.163.99-
YUV41.37136.26144.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.54%
GREEN value IS 27 (10.94% from 255) = 18.37%
BLUE value IS 56 (22.27% from 255) = 38.10%
R=43.54%
G=18.37%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64275600.580.130.75312.9740.6617.84
Hex401B3803AD4B1392912
Octal1003370072151134715122
Binary10000001101111100001110101101100101110011100110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401B38; }

 p { color: rgb(64,27,56); }

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

<style>
 a { background-color: #401B38; }

 a { background-color: rgb(64,27,56); }

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

<style>
 span { border-color: #401B38; }

 span { border-color: rgb(64,27,56); }

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