#411D3A

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

Shades of Melanzane #411D3A

Tints of Melanzane #411D3A

Color information

#411D3A (or 0x411D3A) is unknown color: approx Melanzane. HEX triplet: 41, 1D and 3A. RGB value is (65,29,58). Sum of RGB (Red+Green+Blue) = 65+29+58=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 29 (11.72% from 255 or 19.08% from 152); Blue value is 58 (23.05% from 255 or 38.16% from 152); Max value from RGB is 65 - color contains mainly: red. Hex color #411D3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411D3A is #BEE2C5. Grayscale: #2A2A2A. Windows color (decimal): -12509894 or 3808577. OLE color: 3808577.

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

Color convert

RGB652958-
CMYK00.550.110.75
HSL311.67º38.3%18.43%-
HSV(B)311.67º55.38%25.49%-
XYZ3.382.314.27-
YUV43.07136.43143.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.76%
GREEN value IS 29 (11.72% from 255) = 19.08%
BLUE value IS 58 (23.05% from 255) = 38.16%
R=42.76%
G=19.08%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65295800.550.110.75311.6738.318.43
Hex411D3A037B4B1382612
Octal1013572067131134704622
Binary10000011110111101001101111011100101110011100010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411D3A; }

 p { color: rgb(65,29,58); }

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

<style>
 a { background-color: #411D3A; }

 a { background-color: rgb(65,29,58); }

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

<style>
 span { border-color: #411D3A; }

 span { border-color: rgb(65,29,58); }

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