#311F23

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

Shades of Aubergine #311F23

Tints of Aubergine #311F23

Color information

#311F23 (or 0x311F23) is unknown color: approx Aubergine. HEX triplet: 31, 1F and 23. RGB value is (49,31,35). Sum of RGB (Red+Green+Blue) = 49+31+35=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 31 (12.5% from 255 or 26.96% from 115); Blue value is 35 (14.06% from 255 or 30.43% from 115); Max value from RGB is 49 - color contains mainly: red. Hex color #311F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311F23 is #CEE0DC. Grayscale: #242424. Windows color (decimal): -13557981 or 2301745. OLE color: 2301745.

HSL color Cylindrical-coordinate representation of color #311F23: hue angle of 346.67º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #311F23 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.81.

Color convert

RGB493135-
CMYK00.370.290.81
HSL346.67º22.5%15.69%-
HSV(B)346.67º36.73%19.22%-
XYZ2.061.751.82-
YUV36.84126.96136.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.61%
GREEN value IS 31 (12.5% from 255) = 26.96%
BLUE value IS 35 (14.06% from 255) = 30.43%
R=42.61%
G=26.96%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49313500.370.290.81346.6722.515.69
Hex311F230251D5115b1610
Octal613743045351215332620
Binary1100011111110001101001011110110100011010110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,31,35); }

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

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

 a { background-color: rgb(49,31,35); }

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

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

 span { border-color: rgb(49,31,35); }

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