#422439

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

Shades of Melanzane #422439

Tints of Melanzane #422439

Color information

#422439 (or 0x422439) is unknown color: approx Melanzane. HEX triplet: 42, 24 and 39. RGB value is (66,36,57). Sum of RGB (Red+Green+Blue) = 66+36+57=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 57 (22.66% from 255 or 35.85% from 159); Max value from RGB is 66 - color contains mainly: red. Hex color #422439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422439 is #BDDBC6. Grayscale: #2F2F2F. Windows color (decimal): -12442567 or 3744834. OLE color: 3744834.

HSL color Cylindrical-coordinate representation of color #422439: hue angle of 318º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #422439 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.74.

Color convert

RGB663657-
CMYK00.450.140.74
HSL318º29.41%20%-
HSV(B)318º45.45%25.88%-
XYZ3.622.724.2-
YUV47.36133.44141.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.51%
GREEN value IS 36 (14.45% from 255) = 22.64%
BLUE value IS 57 (22.66% from 255) = 35.85%
R=41.51%
G=22.64%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66365700.450.140.7431829.4120
Hex42243902DE4A13e1d14
Octal1024471055161124763524
Binary10000101001001110010101101111010010101001111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422439; }

 p { color: rgb(66,36,57); }

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

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

 a { background-color: rgb(66,36,57); }

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

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

 span { border-color: rgb(66,36,57); }

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