Html Css Color HEX #322728 Aubergine

📋 copy color: '#322728'

red 50 ◦ green 39 ◦ blue 40

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

Shades of Aubergine #322728

Tints of Aubergine #322728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 31.01%

R = 38.76%
G = 30.23%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.80

RGB Variations

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

Color information

#322728 (or 0x322728) is known color: Aubergine. HEX triplet: 32, 27 and 28. RGB value is (50,39,40). Sum of RGB (Red+Green+Blue) = 50+39+40=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 39 (15.62% from 255 or 30.23% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 50 - color contains mainly: red. Hex color #322728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322728 is #CDD8D7. Grayscale: #2A2A2A. Windows color (decimal): -13490392 or 2631474. OLE color: 2631474.

HSL color Cylindrical-coordinate representation of color #322728: hue angle of 354.55º 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 #322728 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 39 40 -
CMYK 0 0.22 0.20 0.80
HSL 354.55º 0.12% 0.17% -
HSV(B) 354.55º 0.22% 0.2% -
XYZ 2.42 2.28 2.32 -
YUV 42.4 126.64 133.42 -
System Red Green Blue C M Y K H S L
Decimal 50 39 40 0 0.22 0.20 0.80 354.55 0.12 0.17
Hex 32 27 28 0 16 14 50 163 C 11
Octal 62 47 50 0 26 24 120 543 14 21
Binary 110010 100111 101000 0 10110 10100 1010000 101100011 1100 10001

Color Harmonies of #322728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322728

Black with #322728

Text Example


Text Example

White with #322728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322728; }

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

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

background-color css

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

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

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

border-color css

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

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

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