Html Css Color HEX #321229 Melanzane

📋 copy color: '#321229'

red 50 ◦ green 18 ◦ blue 41

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

Shades of Melanzane #321229

Tints of Melanzane #321229

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.51%

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

R = 45.87%
G = 16.51%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.80

RGB Variations

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

Color information

#321229 (or 0x321229) is known color: Melanzane. HEX triplet: 32, 12 and 29. RGB value is (50,18,41). Sum of RGB (Red+Green+Blue) = 50+18+41=109 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.87% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 41 (16.41% from 255 or 37.61% from 109); Max value from RGB is 50 - color contains mainly: red. Hex color #321229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321229 is #CDEDD6. Grayscale: #1E1E1E. Windows color (decimal): -13495767 or 2691634. OLE color: 2691634.

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

Color convert

RGB 50 18 41 -
CMYK 0 0.64 0.18 0.80
HSL 316.88º 0.47% 0.13% -
HSV(B) 316.88º 0.64% 0.2% -
XYZ 1.93 1.27 2.24 -
YUV 30.19 134.1 142.13 -
System Red Green Blue C M Y K H S L
Decimal 50 18 41 0 0.64 0.18 0.80 316.88 0.47 0.13
Hex 32 12 29 0 40 12 50 13D 2F D
Octal 62 22 51 0 100 22 120 475 57 15
Binary 110010 10010 101001 0 1000000 10010 1010000 100111101 101111 1101

Color Harmonies of #321229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321229

Black with #321229

Text Example


Text Example

White with #321229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321229; }

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

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

background-color css

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

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

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

border-color css

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

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

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