#401F38

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

Shades of Melanzane #401F38

Tints of Melanzane #401F38

Color information

#401F38 (or 0x401F38) is unknown color: approx Melanzane. HEX triplet: 40, 1F and 38. RGB value is (64,31,56). Sum of RGB (Red+Green+Blue) = 64+31+56=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 31 (12.5% from 255 or 20.53% from 151); Blue value is 56 (22.27% from 255 or 37.09% from 151); Max value from RGB is 64 - color contains mainly: red. Hex color #401F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401F38 is #BFE0C7. Grayscale: #2B2B2B. Windows color (decimal): -12574920 or 3678016. OLE color: 3678016.

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

Color convert

RGB643156-
CMYK00.520.130.75
HSL314.55º34.74%18.63%-
HSV(B)314.55º51.56%25.1%-
XYZ3.322.364.02-
YUV43.72134.93142.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.38%
GREEN value IS 31 (12.5% from 255) = 20.53%
BLUE value IS 56 (22.27% from 255) = 37.09%
R=42.38%
G=20.53%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64315600.520.130.75314.5534.7418.63
Hex401F38034D4B13b2313
Octal1003770064151134734323
Binary10000001111111100001101001101100101110011101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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