#321F21

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

Shades of Aubergine #321F21

Tints of Aubergine #321F21

Color information

#321F21 (or 0x321F21) is unknown color: approx Aubergine. HEX triplet: 32, 1F and 21. RGB value is (50,31,33). Sum of RGB (Red+Green+Blue) = 50+31+33=114 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.86% from 114); Green value is 31 (12.5% from 255 or 27.19% from 114); Blue value is 33 (13.28% from 255 or 28.95% from 114); Max value from RGB is 50 - color contains mainly: red. Hex color #321F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321F21 is #CDE0DE. Grayscale: #242424. Windows color (decimal): -13492447 or 2170674. OLE color: 2170674.

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

Color convert

RGB503133-
CMYK00.380.340.80
HSL353.68º23.46%15.88%-
HSV(B)353.68º38%19.61%-
XYZ2.081.771.67-
YUV36.91125.79137.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 43.86%
GREEN value IS 31 (12.5% from 255) = 27.19%
BLUE value IS 33 (13.28% from 255) = 28.95%
R=43.86%
G=27.19%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50313300.380.340.80353.6823.4615.88
Hex321F2102622501621710
Octal623741046421205422720
Binary11001011111100001010011010001010100001011000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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