#322A30

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

Shades of Melanzane #322A30

Tints of Melanzane #322A30

Color information

#322A30 (or 0x322A30) is unknown color: approx Melanzane. HEX triplet: 32, 2A and 30. RGB value is (50,42,48). Sum of RGB (Red+Green+Blue) = 50+42+48=140 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.71% from 140); Green value is 42 (16.80% from 255 or 30% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 50 - color contains mainly: red. Hex color #322A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322A30 is #CDD5CF. Grayscale: #2D2D2D. Windows color (decimal): -13489616 or 3156530. OLE color: 3156530.

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

Color convert

RGB504248-
CMYK00.160.040.80
HSL315º8.7%18.04%-
HSV(B)315º16%19.61%-
XYZ2.682.553.15-
YUV45.08129.65131.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.71%
GREEN value IS 42 (16.80% from 255) = 30%
BLUE value IS 48 (19.14% from 255) = 34.29%
R=35.71%
G=30%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50424800.160.040.803158.718.04
Hex322A3001045013b912
Octal62526002041204731122
Binary1100101010101100000100001001010000100111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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