Html Css Color HEX #322529 Aubergine

📋 copy color: '#322529'

red 50 ◦ green 37 ◦ blue 41

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

Shades of Aubergine #322529

Tints of Aubergine #322529

RGB

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

 GREEN value IS 37 (14.84% from 255) = 28.91%

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

R = 39.06%
G = 28.91%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.80

RGB Variations

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

Color information

#322529 (or 0x322529) is known color: Aubergine. HEX triplet: 32, 25 and 29. RGB value is (50,37,41). Sum of RGB (Red+Green+Blue) = 50+37+41=128 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.06% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 50 - color contains mainly: red. Hex color #322529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322529 is #CDDAD6. Grayscale: #292929. Windows color (decimal): -13490903 or 2696498. OLE color: 2696498.

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

Color convert

RGB 50 37 41 -
CMYK 0 0.26 0.18 0.80
HSL 341.54º 0.15% 0.17% -
HSV(B) 341.54º 0.26% 0.2% -
XYZ 2.38 2.16 2.39 -
YUV 41.34 127.81 134.17 -
System Red Green Blue C M Y K H S L
Decimal 50 37 41 0 0.26 0.18 0.80 341.54 0.15 0.17
Hex 32 25 29 0 1A 12 50 156 F 11
Octal 62 45 51 0 32 22 120 526 17 21
Binary 110010 100101 101001 0 11010 10010 1010000 101010110 1111 10001

Color Harmonies of #322529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322529

Black with #322529

Text Example


Text Example

White with #322529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322529; }

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

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

background-color css

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

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

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

border-color css

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

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

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