Html Css Color HEX #321329 Melanzane

📋 copy color: '#321329'

red 50 ◦ green 19 ◦ blue 41

#321329
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanzane #321329

Tints of Melanzane #321329

RGB

 RED value IS 50 (19.92% from 255) = 45.45%

 GREEN value IS 19 (7.81% from 255) = 17.27%

 BLUE value IS 41 (16.41% from 255) = 37.27%

R = 45.45%
G = 17.27%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.80

RGB Variations

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

Color information

#321329 (or 0x321329) is known color: Melanzane. HEX triplet: 32, 13 and 29. RGB value is (50,19,41). Sum of RGB (Red+Green+Blue) = 50+19+41=110 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.45% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 41 (16.41% from 255 or 37.27% from 110); Max value from RGB is 50 - color contains mainly: red. Hex color #321329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321329 is #CDECD6. Grayscale: #1E1E1E. Windows color (decimal): -13495511 or 2691890. OLE color: 2691890.

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

Color convert

RGB 50 19 41 -
CMYK 0 0.62 0.18 0.80
HSL 317.42º 0.45% 0.14% -
HSV(B) 317.42º 0.62% 0.2% -
XYZ 1.95 1.3 2.25 -
YUV 30.78 133.77 141.71 -
System Red Green Blue C M Y K H S L
Decimal 50 19 41 0 0.62 0.18 0.80 317.42 0.45 0.14
Hex 32 13 29 0 3E 12 50 13D 2D E
Octal 62 23 51 0 76 22 120 475 55 16
Binary 110010 10011 101001 0 111110 10010 1010000 100111101 101101 1110

Color Harmonies of #321329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321329

Black with #321329

Text Example


Text Example

White with #321329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321329; }

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

 H1.HeaderClassName
 {
   color: #321329;
 }
 .AnyTagClassName
 {
   color: #321329;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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