#322430

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

Shades of Melanzane #322430

Tints of Melanzane #322430

Color information

#322430 (or 0x322430) is unknown color: approx Melanzane. HEX triplet: 32, 24 and 30. RGB value is (50,36,48). Sum of RGB (Red+Green+Blue) = 50+36+48=134 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.31% from 134); Green value is 36 (14.45% from 255 or 26.87% from 134); Blue value is 48 (19.14% from 255 or 35.82% from 134); Max value from RGB is 50 - color contains mainly: red. Hex color #322430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322430 is #CDDBCF. Grayscale: #292929. Windows color (decimal): -13491152 or 3154994. OLE color: 3154994.

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

Color convert

RGB503648-
CMYK00.280.040.80
HSL308.57º16.28%16.86%-
HSV(B)308.57º28%19.61%-
XYZ2.482.153.08-
YUV41.55131.64134.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.31%
GREEN value IS 36 (14.45% from 255) = 26.87%
BLUE value IS 48 (19.14% from 255) = 35.82%
R=37.31%
G=26.87%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50364800.280.040.80308.5716.2816.86
Hex32243001C4501351011
Octal62446003441204652021
Binary11001010010011000001110010010100001001101011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322430; }

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

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

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

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

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

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

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

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