Html Css Color HEX #322325 Aubergine

📋 copy color: '#322325'

red 50 ◦ green 35 ◦ blue 37

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

Shades of Aubergine #322325

Tints of Aubergine #322325

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28.69%

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

R = 40.98%
G = 28.69%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.80

RGB Variations

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

Color information

#322325 (or 0x322325) is known color: Aubergine. HEX triplet: 32, 23 and 25. RGB value is (50,35,37). Sum of RGB (Red+Green+Blue) = 50+35+37=122 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.98% from 122); Green value is 35 (14.06% from 255 or 28.69% from 122); Blue value is 37 (14.84% from 255 or 30.33% from 122); Max value from RGB is 50 - color contains mainly: red. Hex color #322325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322325 is #CDDCDA. Grayscale: #272727. Windows color (decimal): -13491419 or 2433842. OLE color: 2433842.

HSL color Cylindrical-coordinate representation of color #322325: hue angle of 352º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #322325 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 35 37 -
CMYK 0 0.30 0.26 0.80
HSL 352º 0.18% 0.17% -
HSV(B) 352º 0.3% 0.2% -
XYZ 2.25 2.01 2.02 -
YUV 39.71 126.47 135.34 -
System Red Green Blue C M Y K H S L
Decimal 50 35 37 0 0.30 0.26 0.80 352 0.18 0.17
Hex 32 23 25 0 1E 1A 50 160 12 11
Octal 62 43 45 0 36 32 120 540 22 21
Binary 110010 100011 100101 0 11110 11010 1010000 101100000 10010 10001

Color Harmonies of #322325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322325

Black with #322325

Text Example


Text Example

White with #322325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322325; }

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

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

background-color css

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

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

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

border-color css

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

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

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