#321729

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

Shades of Melanzane #321729

Tints of Melanzane #321729

Color information

#321729 (or 0x321729) is unknown color: approx Melanzane. HEX triplet: 32, 17 and 29. RGB value is (50,23,41). Sum of RGB (Red+Green+Blue) = 50+23+41=114 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.86% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 50 - color contains mainly: red. Hex color #321729 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321729 is #CDE8D6. Grayscale: #212121. Windows color (decimal): -13494487 or 2692914. OLE color: 2692914.

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

Color convert

RGB502341-
CMYK00.540.180.80
HSL320º36.99%14.31%-
HSV(B)320º54%19.61%-
XYZ2.021.452.27-
YUV33.12132.45140.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 43.86%
GREEN value IS 23 (9.38% from 255) = 20.18%
BLUE value IS 41 (16.41% from 255) = 35.96%
R=43.86%
G=20.18%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50234100.540.180.8032036.9914.31
Hex321729036125014025e
Octal622751066221205004516
Binary1100101011110100101101101001010100001010000001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321729; }

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

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

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

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

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

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

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

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