#412339

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

Shades of Melanzane #412339

Tints of Melanzane #412339

Color information

#412339 (or 0x412339) is unknown color: approx Melanzane. HEX triplet: 41, 23 and 39. RGB value is (65,35,57). Sum of RGB (Red+Green+Blue) = 65+35+57=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 57 (22.66% from 255 or 36.31% from 157); Max value from RGB is 65 - color contains mainly: red. Hex color #412339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412339 is #BEDCC6. Grayscale: #2E2E2E. Windows color (decimal): -12508359 or 3744577. OLE color: 3744577.

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

Color convert

RGB653557-
CMYK00.460.120.75
HSL316º30%19.61%-
HSV(B)316º46.15%25.49%-
XYZ3.522.624.19-
YUV46.48133.94141.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.40%
GREEN value IS 35 (14.06% from 255) = 22.29%
BLUE value IS 57 (22.66% from 255) = 36.31%
R=41.40%
G=22.29%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65355700.460.120.753163019.61
Hex41233902EC4B13c1e14
Octal1014371056141134743624
Binary10000011000111110010101110110010010111001111001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412339; }

 p { color: rgb(65,35,57); }

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

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

 a { background-color: rgb(65,35,57); }

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

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

 span { border-color: rgb(65,35,57); }

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