#312426

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

Shades of Aubergine #312426

Tints of Aubergine #312426

Color information

#312426 (or 0x312426) is unknown color: approx Aubergine. HEX triplet: 31, 24 and 26. RGB value is (49,36,38). Sum of RGB (Red+Green+Blue) = 49+36+38=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 38 (15.23% from 255 or 30.89% from 123); Max value from RGB is 49 - color contains mainly: red. Hex color #312426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312426 is #CEDBD9. Grayscale: #282828. Windows color (decimal): -13556698 or 2499633. OLE color: 2499633.

HSL color Cylindrical-coordinate representation of color #312426: hue angle of 350.77º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #312426 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.81.

Color convert

RGB493638-
CMYK00.270.220.81
HSL350.77º15.29%16.67%-
HSV(B)350.77º26.53%19.22%-
XYZ2.252.052.11-
YUV40.12126.81134.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.84%
GREEN value IS 36 (14.45% from 255) = 29.27%
BLUE value IS 38 (15.23% from 255) = 30.89%
R=39.84%
G=29.27%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49363800.270.220.81350.7715.2916.67
Hex31242601B165115ff11
Octal614446033261215371721
Binary110001100100100110011011101101010001101011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312426; }

 p { color: rgb(49,36,38); }

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

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

 a { background-color: rgb(49,36,38); }

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

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

 span { border-color: rgb(49,36,38); }

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