#412538

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

Shades of Melanzane #412538

Tints of Melanzane #412538

Color information

#412538 (or 0x412538) is unknown color: approx Melanzane. HEX triplet: 41, 25 and 38. RGB value is (65,37,56). Sum of RGB (Red+Green+Blue) = 65+37+56=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 56 (22.27% from 255 or 35.44% from 158); Max value from RGB is 65 - color contains mainly: red. Hex color #412538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412538 is #BEDAC7. Grayscale: #2F2F2F. Windows color (decimal): -12507848 or 3679553. OLE color: 3679553.

HSL color Cylindrical-coordinate representation of color #412538: hue angle of 319.29º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #412538 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB653756-
CMYK00.430.140.75
HSL319.29º27.45%20%-
HSV(B)319.29º43.08%25.49%-
XYZ3.562.734.08-
YUV47.54132.78140.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.14%
GREEN value IS 37 (14.84% from 255) = 23.42%
BLUE value IS 56 (22.27% from 255) = 35.44%
R=41.14%
G=23.42%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65375600.430.140.75319.2927.4520
Hex41253802BE4B13f1b14
Octal1014570053161134773324
Binary10000011001011110000101011111010010111001111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412538; }

 p { color: rgb(65,37,56); }

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

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

 a { background-color: rgb(65,37,56); }

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

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

 span { border-color: rgb(65,37,56); }

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