#412338

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

Shades of Melanzane #412338

Tints of Melanzane #412338

Color information

#412338 (or 0x412338) is unknown color: approx Melanzane. HEX triplet: 41, 23 and 38. RGB value is (65,35,56). Sum of RGB (Red+Green+Blue) = 65+35+56=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 56 (22.27% from 255 or 35.90% from 156); Max value from RGB is 65 - color contains mainly: red. Hex color #412338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412338 is #BEDCC7. Grayscale: #2E2E2E. Windows color (decimal): -12508360 or 3679041. OLE color: 3679041.

HSL color Cylindrical-coordinate representation of color #412338: hue angle of 318º 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 #412338 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB653556-
CMYK00.460.140.75
HSL318º30%19.61%-
HSV(B)318º46.15%25.49%-
XYZ3.492.614.06-
YUV46.36133.44141.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.67%
GREEN value IS 35 (14.06% from 255) = 22.44%
BLUE value IS 56 (22.27% from 255) = 35.90%
R=41.67%
G=22.44%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65355600.460.140.753183019.61
Hex41233802EE4B13e1e14
Octal1014370056161134763624
Binary10000011000111110000101110111010010111001111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412338; }

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

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

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

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

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

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

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

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