Html Css Color HEX #321829 Melanzane

📋 copy color: '#321829'

red 50 ◦ green 24 ◦ blue 41

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

Shades of Melanzane #321829

Tints of Melanzane #321829

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 value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.80

RGB Variations

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

Color information

#321829 (or 0x321829) is known color: 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

RGB 50 24 41 -
CMYK 0 0.52 0.18 0.80
HSL 320.77º 0.35% 0.15% -
HSV(B) 320.77º 0.52% 0.2% -
XYZ 2.04 1.49 2.28 -
YUV 33.71 132.11 139.62 -
System Red Green Blue C M Y K H S L
Decimal 50 24 41 0 0.52 0.18 0.80 320.77 0.35 0.15
Hex 32 18 29 0 34 12 50 141 23 F
Octal 62 30 51 0 64 22 120 501 43 17
Binary 110010 11000 101001 0 110100 10010 1010000 101000001 100011 1111

Color Harmonies of #321829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321829

Black with #321829

Text Example


Text Example

White with #321829

Text Example


Text Example

HTML Codes & Css Web 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>