#321229

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

Shades of Melanzane #321229

Tints of Melanzane #321229

Color information

#321229 (or 0x321229) is unknown color: approx Melanzane. HEX triplet: 32, 12 and 29. RGB value is (50,18,41). Sum of RGB (Red+Green+Blue) = 50+18+41=109 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.87% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 41 (16.41% from 255 or 37.61% from 109); Max value from RGB is 50 - color contains mainly: red. Hex color #321229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321229 is #CDEDD6. Grayscale: #1E1E1E. Windows color (decimal): -13495767 or 2691634. OLE color: 2691634.

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

Color convert

RGB501841-
CMYK00.640.180.80
HSL316.88º47.06%13.33%-
HSV(B)316.88º64%19.61%-
XYZ1.931.272.24-
YUV30.19134.1142.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 45.87%
GREEN value IS 18 (7.42% from 255) = 16.51%
BLUE value IS 41 (16.41% from 255) = 37.61%
R=45.87%
G=16.51%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.18
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50184100.640.180.80316.8847.0613.33
Hex321229040125013d2fd
Octal6222510100221204755715
Binary11001010010101001010000001001010100001001111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321229; }

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

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

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

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

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

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

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

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