Html Css Color HEX #322225 Aubergine

📋 copy color: '#322225'

red 50 ◦ green 34 ◦ blue 37

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

Shades of Aubergine #322225

Tints of Aubergine #322225

RGB

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

 GREEN value IS 34 (13.67% from 255) = 28.1%

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

R = 41.32%
G = 28.1%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.80

RGB Variations

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

Color information

#322225 (or 0x322225) is known color: Aubergine. HEX triplet: 32, 22 and 25. RGB value is (50,34,37). Sum of RGB (Red+Green+Blue) = 50+34+37=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 34 (13.67% from 255 or 28.10% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 50 - color contains mainly: red. Hex color #322225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322225 is #CDDDDA. Grayscale: #272727. Windows color (decimal): -13491675 or 2433586. OLE color: 2433586.

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

Color convert

RGB 50 34 37 -
CMYK 0 0.32 0.26 0.80
HSL 348.75º 0.19% 0.16% -
HSV(B) 348.75º 0.32% 0.2% -
XYZ 2.22 1.96 2.01 -
YUV 39.13 126.8 135.76 -
System Red Green Blue C M Y K H S L
Decimal 50 34 37 0 0.32 0.26 0.80 348.75 0.19 0.16
Hex 32 22 25 0 20 1A 50 15D 13 10
Octal 62 42 45 0 40 32 120 535 23 20
Binary 110010 100010 100101 0 100000 11010 1010000 101011101 10011 10000

Color Harmonies of #322225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322225

Black with #322225

Text Example


Text Example

White with #322225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322225; }

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

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

background-color css

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

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

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

border-color css

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

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

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