#311E23

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

Shades of Aubergine #311E23

Tints of Aubergine #311E23

Color information

#311E23 (or 0x311E23) is unknown color: approx Aubergine. HEX triplet: 31, 1E and 23. RGB value is (49,30,35). Sum of RGB (Red+Green+Blue) = 49+30+35=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 30 (12.11% from 255 or 26.32% from 114); Blue value is 35 (14.06% from 255 or 30.70% from 114); Max value from RGB is 49 - color contains mainly: red. Hex color #311E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E23 is #CEE1DC. Grayscale: #242424. Windows color (decimal): -13558237 or 2301489. OLE color: 2301489.

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

Color convert

RGB493035-
CMYK00.390.290.81
HSL344.21º24.05%15.49%-
HSV(B)344.21º38.78%19.22%-
XYZ2.031.71.81-
YUV36.25127.29137.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.98%
GREEN value IS 30 (12.11% from 255) = 26.32%
BLUE value IS 35 (14.06% from 255) = 30.70%
R=42.98%
G=26.32%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49303500.390.290.81344.2124.0515.49
Hex311E230271D5115818f
Octal613643047351215303017
Binary110001111101000110100111111011010001101011000110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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