#422239

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

Shades of Melanzane #422239

Tints of Melanzane #422239

Color information

#422239 (or 0x422239) is unknown color: approx Melanzane. HEX triplet: 42, 22 and 39. RGB value is (66,34,57). Sum of RGB (Red+Green+Blue) = 66+34+57=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 57 (22.66% from 255 or 36.31% from 157); Max value from RGB is 66 - color contains mainly: red. Hex color #422239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422239 is #BDDDC6. Grayscale: #2E2E2E. Windows color (decimal): -12443079 or 3744322. OLE color: 3744322.

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

Color convert

RGB663457-
CMYK00.480.140.74
HSL316.88º32%19.61%-
HSV(B)316.88º48.48%25.88%-
XYZ3.562.64.18-
YUV46.19134.1142.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.04%
GREEN value IS 34 (13.67% from 255) = 21.66%
BLUE value IS 57 (22.66% from 255) = 36.31%
R=42.04%
G=21.66%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66345700.480.140.74316.883219.61
Hex422239030E4A13d2014
Octal1024271060161124754024
Binary100001010001011100101100001110100101010011110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422239; }

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

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

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

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

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

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

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

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