Html Css Color HEX #322528 Aubergine

📋 copy color: '#322528'

red 50 ◦ green 37 ◦ blue 40

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

Shades of Aubergine #322528

Tints of Aubergine #322528

RGB

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

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

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

R = 39.37%
G = 29.13%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.80

RGB Variations

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

Color information

#322528 (or 0x322528) is known color: Aubergine. HEX triplet: 32, 25 and 28. RGB value is (50,37,40). Sum of RGB (Red+Green+Blue) = 50+37+40=127 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.37% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 50 - color contains mainly: red. Hex color #322528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322528 is #CDDAD7. Grayscale: #292929. Windows color (decimal): -13490904 or 2630962. OLE color: 2630962.

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

Color convert

RGB 50 37 40 -
CMYK 0 0.26 0.20 0.80
HSL 346.15º 0.15% 0.17% -
HSV(B) 346.15º 0.26% 0.2% -
XYZ 2.36 2.15 2.3 -
YUV 41.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 50 37 40 0 0.26 0.20 0.80 346.15 0.15 0.17
Hex 32 25 28 0 1A 14 50 15A F 11
Octal 62 45 50 0 32 24 120 532 17 21
Binary 110010 100101 101000 0 11010 10100 1010000 101011010 1111 10001

Color Harmonies of #322528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322528

Black with #322528

Text Example


Text Example

White with #322528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322528; }

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

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

background-color css

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

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

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

border-color css

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

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

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