Html Css Color HEX #322829 Aubergine

📋 copy color: '#322829'

red 50 ◦ green 40 ◦ blue 41

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

Shades of Aubergine #322829

Tints of Aubergine #322829

RGB

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

 GREEN value IS 40 (16.02% from 255) = 30.53%

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

R = 38.17%
G = 30.53%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.80

RGB Variations

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

Color information

#322829 (or 0x322829) is known color: Aubergine. HEX triplet: 32, 28 and 29. RGB value is (50,40,41). Sum of RGB (Red+Green+Blue) = 50+40+41=131 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.17% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 41 (16.41% from 255 or 31.30% from 131); Max value from RGB is 50 - color contains mainly: red. Hex color #322829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322829 is #CDD7D6. Grayscale: #2B2B2B. Windows color (decimal): -13490135 or 2697266. OLE color: 2697266.

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

Color convert

RGB 50 40 41 -
CMYK 0 0.20 0.18 0.80
HSL 354º 0.11% 0.18% -
HSV(B) 354º 0.2% 0.2% -
XYZ 2.47 2.36 2.42 -
YUV 43.1 126.81 132.92 -
System Red Green Blue C M Y K H S L
Decimal 50 40 41 0 0.20 0.18 0.80 354 0.11 0.18
Hex 32 28 29 0 14 12 50 162 B 12
Octal 62 50 51 0 24 22 120 542 13 22
Binary 110010 101000 101001 0 10100 10010 1010000 101100010 1011 10010

Color Harmonies of #322829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322829

Black with #322829

Text Example


Text Example

White with #322829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322829; }

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

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

background-color css

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

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

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

border-color css

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

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

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