#321E21

Color #321E21 Aubergine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aubergine #321E21

Tints of Aubergine #321E21

Color information

#321E21 (or 0x321E21) is unknown color: approx Aubergine. HEX triplet: 32, 1E and 21. RGB value is (50,30,33). Sum of RGB (Red+Green+Blue) = 50+30+33=113 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.25% from 113); Green value is 30 (12.11% from 255 or 26.55% from 113); Blue value is 33 (13.28% from 255 or 29.20% from 113); Max value from RGB is 50 - color contains mainly: red. Hex color #321E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321E21 is #CDE1DE. Grayscale: #242424. Windows color (decimal): -13492703 or 2170418. OLE color: 2170418.

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

Color convert

RGB503033-
CMYK00.400.340.80
HSL351º25%15.69%-
HSV(B)351º40%19.61%-
XYZ2.051.721.66-
YUV36.32126.13137.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 44.25%
GREEN value IS 30 (12.11% from 255) = 26.55%
BLUE value IS 33 (13.28% from 255) = 29.20%
R=44.25%
G=26.55%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50303300.400.340.803512515.69
Hex321E21028225015f1910
Octal623641050421205373120
Binary11001011110100001010100010001010100001010111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321E21; }

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

 H1.HeaderClassName
 {
   color: #321E21;
 }
 .AnyTagClassName
 {
   color: #321E21;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #321E21;
 }
 .BgClassName
 {
   background-color: #321E21;
 }
</style>
border-color css

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

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

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