Html Css Color HEX #322023 Aubergine

📋 copy color: '#322023'

red 50 ◦ green 32 ◦ blue 35

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

Shades of Aubergine #322023

Tints of Aubergine #322023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 29.91%

R = 42.74%
G = 27.35%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.80

RGB Variations

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

Color information

#322023 (or 0x322023) is known color: Aubergine. HEX triplet: 32, 20 and 23. RGB value is (50,32,35). Sum of RGB (Red+Green+Blue) = 50+32+35=117 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.74% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 35 (14.06% from 255 or 29.91% from 117); Max value from RGB is 50 - color contains mainly: red. Hex color #322023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322023 is #CDDFDC. Grayscale: #252525. Windows color (decimal): -13492189 or 2302002. OLE color: 2302002.

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

Color convert

RGB 50 32 35 -
CMYK 0 0.36 0.30 0.80
HSL 350º 0.22% 0.16% -
HSV(B) 350º 0.36% 0.2% -
XYZ 2.14 1.83 1.83 -
YUV 37.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 50 32 35 0 0.36 0.30 0.80 350 0.22 0.16
Hex 32 20 23 0 24 1E 50 15E 16 10
Octal 62 40 43 0 44 36 120 536 26 20
Binary 110010 100000 100011 0 100100 11110 1010000 101011110 10110 10000

Color Harmonies of #322023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322023

Black with #322023

Text Example


Text Example

White with #322023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322023; }

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

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

background-color css

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

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

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

border-color css

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

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

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