Html Css Color HEX #322324 Aubergine

📋 copy color: '#322324'

red 50 ◦ green 35 ◦ blue 36

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

Shades of Aubergine #322324

Tints of Aubergine #322324

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28.93%

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

R = 41.32%
G = 28.93%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.80

RGB Variations

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

Color information

#322324 (or 0x322324) is known color: Aubergine. HEX triplet: 32, 23 and 24. RGB value is (50,35,36). Sum of RGB (Red+Green+Blue) = 50+35+36=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 50 - color contains mainly: red. Hex color #322324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322324 is #CDDCDB. Grayscale: #272727. Windows color (decimal): -13491420 or 2368306. OLE color: 2368306.

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

Color convert

RGB 50 35 36 -
CMYK 0 0.30 0.28 0.80
HSL 356º 0.18% 0.17% -
HSV(B) 356º 0.3% 0.2% -
XYZ 2.23 2.01 1.94 -
YUV 39.6 125.97 135.42 -
System Red Green Blue C M Y K H S L
Decimal 50 35 36 0 0.30 0.28 0.80 356 0.18 0.17
Hex 32 23 24 0 1E 1C 50 164 12 11
Octal 62 43 44 0 36 34 120 544 22 21
Binary 110010 100011 100100 0 11110 11100 1010000 101100100 10010 10001

Color Harmonies of #322324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322324

Black with #322324

Text Example


Text Example

White with #322324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322324; }

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

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

background-color css

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

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

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

border-color css

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

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

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