#321829

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

Shades of Melanzane #321829

Tints of Melanzane #321829

Color information

#321829 (or 0x321829) is unknown color: approx Melanzane. HEX triplet: 32, 18 and 29. RGB value is (50,24,41). Sum of RGB (Red+Green+Blue) = 50+24+41=115 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.48% from 115); Green value is 24 (9.77% from 255 or 20.87% from 115); Blue value is 41 (16.41% from 255 or 35.65% from 115); Max value from RGB is 50 - color contains mainly: red. Hex color #321829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321829 is #CDE7D6. Grayscale: #212121. Windows color (decimal): -13494231 or 2693170. OLE color: 2693170.

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

Color convert

RGB502441-
CMYK00.520.180.80
HSL320.77º35.14%14.51%-
HSV(B)320.77º52%19.61%-
XYZ2.041.492.28-
YUV33.71132.11139.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 43.48%
GREEN value IS 24 (9.77% from 255) = 20.87%
BLUE value IS 41 (16.41% from 255) = 35.65%
R=43.48%
G=20.87%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50244100.520.180.80320.7735.1414.51
Hex321829034125014123f
Octal623051064221205014317
Binary1100101100010100101101001001010100001010000011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321829; }

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

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

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

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

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

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

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

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