Html Css Color HEX #322025 Aubergine

📋 copy color: '#322025'

red 50 ◦ green 32 ◦ blue 37

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

Shades of Aubergine #322025

Tints of Aubergine #322025

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.89%

 BLUE value IS 37 (14.84% from 255) = 31.09%

R = 42.02%
G = 26.89%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.80

RGB Variations

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

Color information

#322025 (or 0x322025) is known color: Aubergine. HEX triplet: 32, 20 and 25. RGB value is (50,32,37). Sum of RGB (Red+Green+Blue) = 50+32+37=119 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.02% from 119); Green value is 32 (12.89% from 255 or 26.89% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 50 - color contains mainly: red. Hex color #322025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322025 is #CDDFDA. Grayscale: #252525. Windows color (decimal): -13492187 or 2433074. OLE color: 2433074.

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

Color convert

RGB 50 32 37 -
CMYK 0 0.36 0.26 0.80
HSL 343.33º 0.22% 0.16% -
HSV(B) 343.33º 0.36% 0.2% -
XYZ 2.17 1.84 1.99 -
YUV 37.95 127.46 136.59 -
System Red Green Blue C M Y K H S L
Decimal 50 32 37 0 0.36 0.26 0.80 343.33 0.22 0.16
Hex 32 20 25 0 24 1A 50 157 16 10
Octal 62 40 45 0 44 32 120 527 26 20
Binary 110010 100000 100101 0 100100 11010 1010000 101010111 10110 10000

Color Harmonies of #322025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322025

Black with #322025

Text Example


Text Example

White with #322025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322025; }

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

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

background-color css

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

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

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

border-color css

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

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

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