#321529

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

Shades of Melanzane #321529

Tints of Melanzane #321529

Color information

#321529 (or 0x321529) is unknown color: approx Melanzane. HEX triplet: 32, 15 and 29. RGB value is (50,21,41). Sum of RGB (Red+Green+Blue) = 50+21+41=112 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.64% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 41 (16.41% from 255 or 36.61% from 112); Max value from RGB is 50 - color contains mainly: red. Hex color #321529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321529 is #CDEAD6. Grayscale: #1F1F1F. Windows color (decimal): -13494999 or 2692402. OLE color: 2692402.

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

Color convert

RGB502141-
CMYK00.580.180.80
HSL318.62º40.85%13.92%-
HSV(B)318.62º58%19.61%-
XYZ1.981.372.26-
YUV31.95133.11140.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 44.64%
GREEN value IS 21 (8.59% from 255) = 18.75%
BLUE value IS 41 (16.41% from 255) = 36.61%
R=44.64%
G=18.75%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50214100.580.180.80318.6240.8513.92
Hex32152903A125013f29e
Octal622551072221204775116
Binary1100101010110100101110101001010100001001111111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321529; }

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

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

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

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

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

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

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

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