Html Css Color HEX #322629 Aubergine

📋 copy color: '#322629'

red 50 ◦ green 38 ◦ blue 41

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

Shades of Aubergine #322629

Tints of Aubergine #322629

RGB

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

 GREEN value IS 38 (15.23% from 255) = 29.46%

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

R = 38.76%
G = 29.46%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.80

RGB Variations

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

Color information

#322629 (or 0x322629) is known color: Aubergine. HEX triplet: 32, 26 and 29. RGB value is (50,38,41). Sum of RGB (Red+Green+Blue) = 50+38+41=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 50 - color contains mainly: red. Hex color #322629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322629 is #CDD9D6. Grayscale: #292929. Windows color (decimal): -13490647 or 2696754. OLE color: 2696754.

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

Color convert

RGB 50 38 41 -
CMYK 0 0.24 0.18 0.80
HSL 345º 0.14% 0.17% -
HSV(B) 345º 0.24% 0.2% -
XYZ 2.41 2.22 2.4 -
YUV 41.93 127.48 133.76 -
System Red Green Blue C M Y K H S L
Decimal 50 38 41 0 0.24 0.18 0.80 345 0.14 0.17
Hex 32 26 29 0 18 12 50 159 E 11
Octal 62 46 51 0 30 22 120 531 16 21
Binary 110010 100110 101001 0 11000 10010 1010000 101011001 1110 10001

Color Harmonies of #322629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322629

Black with #322629

Text Example


Text Example

White with #322629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322629; }

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

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

background-color css

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

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

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

border-color css

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

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

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