Html Css Color HEX #322127 Aubergine

📋 copy color: '#322127'

red 50 ◦ green 33 ◦ blue 39

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

Shades of Aubergine #322127

Tints of Aubergine #322127

RGB

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

 GREEN value IS 33 (13.28% from 255) = 27.05%

 BLUE value IS 39 (15.63% from 255) = 31.97%

R = 40.98%
G = 27.05%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.80

RGB Variations

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

Color information

#322127 (or 0x322127) is known color: Aubergine. HEX triplet: 32, 21 and 27. RGB value is (50,33,39). Sum of RGB (Red+Green+Blue) = 50+33+39=122 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.98% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 39 (15.62% from 255 or 31.97% from 122); Max value from RGB is 50 - color contains mainly: red. Hex color #322127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322127 is #CDDED8. Grayscale: #262626. Windows color (decimal): -13491929 or 2564402. OLE color: 2564402.

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

Color convert

RGB 50 33 39 -
CMYK 0 0.34 0.22 0.80
HSL 338.82º 0.2% 0.16% -
HSV(B) 338.82º 0.34% 0.2% -
XYZ 2.23 1.91 2.17 -
YUV 38.77 128.13 136.01 -
System Red Green Blue C M Y K H S L
Decimal 50 33 39 0 0.34 0.22 0.80 338.82 0.2 0.16
Hex 32 21 27 0 22 16 50 153 14 10
Octal 62 41 47 0 42 26 120 523 24 20
Binary 110010 100001 100111 0 100010 10110 1010000 101010011 10100 10000

Color Harmonies of #322127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322127

Black with #322127

Text Example


Text Example

White with #322127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322127; }

 p { color: rgb(50,33,39); }

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

background-color css

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

 a { background-color: rgb(50,33,39); }

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

border-color css

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

 span { border-color: rgb(50,33,39); }

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