Html Css Color HEX #322124 Aubergine

📋 copy color: '#322124'

red 50 ◦ green 33 ◦ blue 36

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

Shades of Aubergine #322124

Tints of Aubergine #322124

RGB

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

 GREEN value IS 33 (13.28% from 255) = 27.73%

 BLUE value IS 36 (14.45% from 255) = 30.25%

R = 42.02%
G = 27.73%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.80

RGB Variations

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

Color information

#322124 (or 0x322124) is known color: Aubergine. HEX triplet: 32, 21 and 24. RGB value is (50,33,36). Sum of RGB (Red+Green+Blue) = 50+33+36=119 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.02% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 36 (14.45% from 255 or 30.25% from 119); Max value from RGB is 50 - color contains mainly: red. Hex color #322124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322124 is #CDDEDB. Grayscale: #262626. Windows color (decimal): -13491932 or 2367794. OLE color: 2367794.

HSL color Cylindrical-coordinate representation of color #322124: hue angle of 349.41º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #322124 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 33 36 -
CMYK 0 0.34 0.28 0.80
HSL 349.41º 0.2% 0.16% -
HSV(B) 349.41º 0.34% 0.2% -
XYZ 2.18 1.89 1.92 -
YUV 38.43 126.63 136.26 -
System Red Green Blue C M Y K H S L
Decimal 50 33 36 0 0.34 0.28 0.80 349.41 0.2 0.16
Hex 32 21 24 0 22 1C 50 15D 14 10
Octal 62 41 44 0 42 34 120 535 24 20
Binary 110010 100001 100100 0 100010 11100 1010000 101011101 10100 10000

Color Harmonies of #322124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322124

Black with #322124

Text Example


Text Example

White with #322124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322124; }

 p { color: rgb(50,33,36); }

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

background-color css

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

 a { background-color: rgb(50,33,36); }

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

border-color css

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

 span { border-color: rgb(50,33,36); }

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