#422238

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

Shades of Melanzane #422238

Tints of Melanzane #422238

Color information

#422238 (or 0x422238) is unknown color: approx Melanzane. HEX triplet: 42, 22 and 38. RGB value is (66,34,56). Sum of RGB (Red+Green+Blue) = 66+34+56=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 56 (22.27% from 255 or 35.90% from 156); Max value from RGB is 66 - color contains mainly: red. Hex color #422238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422238 is #BDDDC7. Grayscale: #2E2E2E. Windows color (decimal): -12443080 or 3678786. OLE color: 3678786.

HSL color Cylindrical-coordinate representation of color #422238: hue angle of 318.75º 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 #422238 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB663456-
CMYK00.480.150.74
HSL318.75º32%19.61%-
HSV(B)318.75º48.48%25.88%-
XYZ3.532.594.05-
YUV46.08133.6142.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.31%
GREEN value IS 34 (13.67% from 255) = 21.79%
BLUE value IS 56 (22.27% from 255) = 35.90%
R=42.31%
G=21.79%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66345600.480.150.74318.753219.61
Hex422238030F4A13f2014
Octal1024270060171124774024
Binary100001010001011100001100001111100101010011111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422238; }

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

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

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

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

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

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

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

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