#322C30

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

Shades of Melanzane #322C30

Tints of Melanzane #322C30

Color information

#322C30 (or 0x322C30) is unknown color: approx Melanzane. HEX triplet: 32, 2C and 30. RGB value is (50,44,48). Sum of RGB (Red+Green+Blue) = 50+44+48=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 44 (17.58% from 255 or 30.99% from 142); Blue value is 48 (19.14% from 255 or 33.80% from 142); Max value from RGB is 50 - color contains mainly: red. Hex color #322C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322C30 is #CDD3CF. Grayscale: #2E2E2E. Windows color (decimal): -13489104 or 3157042. OLE color: 3157042.

HSL color Cylindrical-coordinate representation of color #322C30: hue angle of 320º degrees, saturation: 0.06, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #322C30 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.80.

Color convert

RGB504448-
CMYK00.120.040.80
HSL320º6.38%18.43%-
HSV(B)320º12%19.61%-
XYZ2.752.693.17-
YUV46.25128.99130.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.21%
GREEN value IS 44 (17.58% from 255) = 30.99%
BLUE value IS 48 (19.14% from 255) = 33.80%
R=35.21%
G=30.99%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50444800.120.040.803206.3818.43
Hex322C300C450140612
Octal6254600144120500622
Binary11001010110011000001100100101000010100000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322C30; }

 p { color: rgb(50,44,48); }

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

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

 a { background-color: rgb(50,44,48); }

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

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

 span { border-color: rgb(50,44,48); }

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