#321629

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

Shades of Melanzane #321629

Tints of Melanzane #321629

Color information

#321629 (or 0x321629) is unknown color: approx Melanzane. HEX triplet: 32, 16 and 29. RGB value is (50,22,41). Sum of RGB (Red+Green+Blue) = 50+22+41=113 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.25% from 113); Green value is 22 (8.98% from 255 or 19.47% from 113); Blue value is 41 (16.41% from 255 or 36.28% from 113); Max value from RGB is 50 - color contains mainly: red. Hex color #321629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321629 is #CDE9D6. Grayscale: #202020. Windows color (decimal): -13494743 or 2692658. OLE color: 2692658.

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

Color convert

RGB502241-
CMYK00.560.180.80
HSL319.29º38.89%14.12%-
HSV(B)319.29º56%19.61%-
XYZ21.412.26-
YUV32.54132.78140.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 44.25%
GREEN value IS 22 (8.98% from 255) = 19.47%
BLUE value IS 41 (16.41% from 255) = 36.28%
R=44.25%
G=19.47%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50224100.560.180.80319.2938.8914.12
Hex321629038125013f27e
Octal622651070221204774716
Binary1100101011010100101110001001010100001001111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321629; }

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

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

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

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

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

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

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

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