#412238

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

Shades of Melanzane #412238

Tints of Melanzane #412238

Color information

#412238 (or 0x412238) is unknown color: approx Melanzane. HEX triplet: 41, 22 and 38. RGB value is (65,34,56). Sum of RGB (Red+Green+Blue) = 65+34+56=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 56 (22.27% from 255 or 36.13% from 155); Max value from RGB is 65 - color contains mainly: red. Hex color #412238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412238 is #BEDDC7. Grayscale: #2D2D2D. Windows color (decimal): -12508616 or 3678785. OLE color: 3678785.

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

Color convert

RGB653456-
CMYK00.480.140.75
HSL317.42º31.31%19.41%-
HSV(B)317.42º47.69%25.49%-
XYZ3.472.554.05-
YUV45.78133.77141.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.94%
GREEN value IS 34 (13.67% from 255) = 21.94%
BLUE value IS 56 (22.27% from 255) = 36.13%
R=41.94%
G=21.94%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65345600.480.140.75317.4231.3119.41
Hex412238030E4B13d1f13
Octal1014270060161134753723
Binary10000011000101110000110000111010010111001111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412238; }

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

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

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

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

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

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

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

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