Html Css Color HEX #322428 Aubergine

📋 copy color: '#322428'

red 50 ◦ green 36 ◦ blue 40

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

Shades of Aubergine #322428

Tints of Aubergine #322428

RGB

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

 GREEN value IS 36 (14.45% from 255) = 28.57%

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

R = 39.68%
G = 28.57%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.80

RGB Variations

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

Color information

#322428 (or 0x322428) is known color: Aubergine. HEX triplet: 32, 24 and 28. RGB value is (50,36,40). Sum of RGB (Red+Green+Blue) = 50+36+40=126 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.68% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 50 - color contains mainly: red. Hex color #322428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322428 is #CDDBD7. Grayscale: #282828. Windows color (decimal): -13491160 or 2630706. OLE color: 2630706.

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

Color convert

RGB 50 36 40 -
CMYK 0 0.28 0.20 0.80
HSL 342.86º 0.16% 0.17% -
HSV(B) 342.86º 0.28% 0.2% -
XYZ 2.33 2.09 2.29 -
YUV 40.64 127.64 134.67 -
System Red Green Blue C M Y K H S L
Decimal 50 36 40 0 0.28 0.20 0.80 342.86 0.16 0.17
Hex 32 24 28 0 1C 14 50 157 10 11
Octal 62 44 50 0 34 24 120 527 20 21
Binary 110010 100100 101000 0 11100 10100 1010000 101010111 10000 10001

Color Harmonies of #322428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322428

Black with #322428

Text Example


Text Example

White with #322428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322428; }

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

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

background-color css

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

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

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

border-color css

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

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

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