#321F24

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

Shades of Aubergine #321F24

Tints of Aubergine #321F24

Color information

#321F24 (or 0x321F24) is unknown color: approx Aubergine. HEX triplet: 32, 1F and 24. RGB value is (50,31,36). Sum of RGB (Red+Green+Blue) = 50+31+36=117 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.74% from 117); Green value is 31 (12.5% from 255 or 26.50% from 117); Blue value is 36 (14.45% from 255 or 30.77% from 117); Max value from RGB is 50 - color contains mainly: red. Hex color #321F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321F24 is #CDE0DB. Grayscale: #252525. Windows color (decimal): -13492444 or 2367282. OLE color: 2367282.

HSL color Cylindrical-coordinate representation of color #321F24: hue angle of 344.21º 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 #321F24 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.80.

Color convert

RGB503136-
CMYK00.380.280.80
HSL344.21º23.46%15.88%-
HSV(B)344.21º38%19.61%-
XYZ2.121.791.9-
YUV37.25127.29137.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.74%
GREEN value IS 31 (12.5% from 255) = 26.50%
BLUE value IS 36 (14.45% from 255) = 30.77%
R=42.74%
G=26.50%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50313600.380.280.80344.2123.4615.88
Hex321F240261C501581710
Octal623744046341205302720
Binary1100101111110010001001101110010100001010110001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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