Html Css Color HEX #322729 Aubergine

📋 copy color: '#322729'

red 50 ◦ green 39 ◦ blue 41

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

Shades of Aubergine #322729

Tints of Aubergine #322729

RGB

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

 GREEN value IS 39 (15.63% from 255) = 30%

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

R = 38.46%
G = 30%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.80

RGB Variations

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

Color information

#322729 (or 0x322729) is known color: Aubergine. HEX triplet: 32, 27 and 29. RGB value is (50,39,41). Sum of RGB (Red+Green+Blue) = 50+39+41=130 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.46% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 41 (16.41% from 255 or 31.54% from 130); Max value from RGB is 50 - color contains mainly: red. Hex color #322729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322729 is #CDD8D6. Grayscale: #2A2A2A. Windows color (decimal): -13490391 or 2697010. OLE color: 2697010.

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

Color convert

RGB 50 39 41 -
CMYK 0 0.22 0.18 0.80
HSL 349.09º 0.12% 0.17% -
HSV(B) 349.09º 0.22% 0.2% -
XYZ 2.44 2.29 2.41 -
YUV 42.52 127.14 133.34 -
System Red Green Blue C M Y K H S L
Decimal 50 39 41 0 0.22 0.18 0.80 349.09 0.12 0.17
Hex 32 27 29 0 16 12 50 15D C 11
Octal 62 47 51 0 26 22 120 535 14 21
Binary 110010 100111 101001 0 10110 10010 1010000 101011101 1100 10001

Color Harmonies of #322729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322729

Black with #322729

Text Example


Text Example

White with #322729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322729; }

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

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

background-color css

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

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

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

border-color css

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

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

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