Html Css Color HEX #322024 Aubergine

📋 copy color: '#322024'

red 50 ◦ green 32 ◦ blue 36

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

Shades of Aubergine #322024

Tints of Aubergine #322024

RGB

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

 GREEN value IS 32 (12.89% from 255) = 27.12%

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

R = 42.37%
G = 27.12%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.80

RGB Variations

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

Color information

#322024 (or 0x322024) is known color: Aubergine. HEX triplet: 32, 20 and 24. RGB value is (50,32,36). Sum of RGB (Red+Green+Blue) = 50+32+36=118 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.37% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 36 (14.45% from 255 or 30.51% from 118); Max value from RGB is 50 - color contains mainly: red. Hex color #322024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322024 is #CDDFDB. Grayscale: #252525. Windows color (decimal): -13492188 or 2367538. OLE color: 2367538.

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

Color convert

RGB 50 32 36 -
CMYK 0 0.36 0.28 0.80
HSL 346.67º 0.22% 0.16% -
HSV(B) 346.67º 0.36% 0.2% -
XYZ 2.15 1.84 1.91 -
YUV 37.84 126.96 136.67 -
System Red Green Blue C M Y K H S L
Decimal 50 32 36 0 0.36 0.28 0.80 346.67 0.22 0.16
Hex 32 20 24 0 24 1C 50 15B 16 10
Octal 62 40 44 0 44 34 120 533 26 20
Binary 110010 100000 100100 0 100100 11100 1010000 101011011 10110 10000

Color Harmonies of #322024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322024

Black with #322024

Text Example


Text Example

White with #322024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322024; }

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

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

background-color css

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

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

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

border-color css

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

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

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