#321329

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

Shades of Melanzane #321329

Tints of Melanzane #321329

Color information

#321329 (or 0x321329) is unknown color: approx Melanzane. HEX triplet: 32, 13 and 29. RGB value is (50,19,41). Sum of RGB (Red+Green+Blue) = 50+19+41=110 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.45% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 41 (16.41% from 255 or 37.27% from 110); Max value from RGB is 50 - color contains mainly: red. Hex color #321329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321329 is #CDECD6. Grayscale: #1E1E1E. Windows color (decimal): -13495511 or 2691890. OLE color: 2691890.

HSL color Cylindrical-coordinate representation of color #321329: hue angle of 317.42º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #321329 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.80.

Color convert

RGB501941-
CMYK00.620.180.80
HSL317.42º44.93%13.53%-
HSV(B)317.42º62%19.61%-
XYZ1.951.32.25-
YUV30.78133.77141.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 45.45%
GREEN value IS 19 (7.81% from 255) = 17.27%
BLUE value IS 41 (16.41% from 255) = 37.27%
R=45.45%
G=17.27%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.18
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50194100.620.180.80317.4244.9313.53
Hex32132903E125013d2de
Octal622351076221204755516
Binary1100101001110100101111101001010100001001111011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321329; }

 p { color: rgb(50,19,41); }

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

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

 a { background-color: rgb(50,19,41); }

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

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

 span { border-color: rgb(50,19,41); }

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