#311D21

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

Shades of Aubergine #311D21

Tints of Aubergine #311D21

Color information

#311D21 (or 0x311D21) is unknown color: approx Aubergine. HEX triplet: 31, 1D and 21. RGB value is (49,29,33). Sum of RGB (Red+Green+Blue) = 49+29+33=111 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.14% from 111); Green value is 29 (11.72% from 255 or 26.13% from 111); Blue value is 33 (13.28% from 255 or 29.73% from 111); Max value from RGB is 49 - color contains mainly: red. Hex color #311D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311D21 is #CEE2DE. Grayscale: #232323. Windows color (decimal): -13558495 or 2170161. OLE color: 2170161.

HSL color Cylindrical-coordinate representation of color #311D21: hue angle of 348º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #311D21 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB492933-
CMYK00.410.330.81
HSL348º25.64%15.29%-
HSV(B)348º40.82%19.22%-
XYZ1.981.641.65-
YUV35.44126.63137.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.14%
GREEN value IS 29 (11.72% from 255) = 26.13%
BLUE value IS 33 (13.28% from 255) = 29.73%
R=44.14%
G=26.13%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49293300.410.330.8134825.6415.29
Hex311D21029215115c1af
Octal613541051411215343217
Binary1100011110110000101010011000011010001101011100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311D21; }

 p { color: rgb(49,29,33); }

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

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

 a { background-color: rgb(49,29,33); }

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

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

 span { border-color: rgb(49,29,33); }

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