#422038

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

Shades of Melanzane #422038

Tints of Melanzane #422038

Color information

#422038 (or 0x422038) is unknown color: approx Melanzane. HEX triplet: 42, 20 and 38. RGB value is (66,32,56). Sum of RGB (Red+Green+Blue) = 66+32+56=154 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.86% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 56 (22.27% from 255 or 36.36% from 154); Max value from RGB is 66 - color contains mainly: red. Hex color #422038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422038 is #BDDFC7. Grayscale: #2C2C2C. Windows color (decimal): -12443592 or 3678274. OLE color: 3678274.

HSL color Cylindrical-coordinate representation of color #422038: hue angle of 317.65º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #422038 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB663256-
CMYK00.520.150.74
HSL317.65º34.69%19.22%-
HSV(B)317.65º51.52%25.88%-
XYZ3.482.484.04-
YUV44.9134.26143.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.86%
GREEN value IS 32 (12.89% from 255) = 20.78%
BLUE value IS 56 (22.27% from 255) = 36.36%
R=42.86%
G=20.78%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66325600.520.150.74317.6534.6919.22
Hex422038034F4A13e2313
Octal1024070064171124764323
Binary100001010000011100001101001111100101010011111010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422038; }

 p { color: rgb(66,32,56); }

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

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

 a { background-color: rgb(66,32,56); }

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

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

 span { border-color: rgb(66,32,56); }

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