#422339

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

Shades of Melanzane #422339

Tints of Melanzane #422339

Color information

#422339 (or 0x422339) is unknown color: approx Melanzane. HEX triplet: 42, 23 and 39. RGB value is (66,35,57). Sum of RGB (Red+Green+Blue) = 66+35+57=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 57 (22.66% from 255 or 36.08% from 158); Max value from RGB is 66 - color contains mainly: red. Hex color #422339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422339 is #BDDCC6. Grayscale: #2E2E2E. Windows color (decimal): -12442823 or 3744578. OLE color: 3744578.

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

Color convert

RGB663557-
CMYK00.470.140.74
HSL317.42º30.69%19.8%-
HSV(B)317.42º46.97%25.88%-
XYZ3.592.664.19-
YUV46.78133.77141.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.77%
GREEN value IS 35 (14.06% from 255) = 22.15%
BLUE value IS 57 (22.66% from 255) = 36.08%
R=41.77%
G=22.15%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66355700.470.140.74317.4230.6919.8
Hex42233902FE4A13d1f14
Octal1024371057161124753724
Binary10000101000111110010101111111010010101001111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422339; }

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

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

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

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

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

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

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

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