#312126

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

Shades of Aubergine #312126

Tints of Aubergine #312126

Color information

#312126 (or 0x312126) is unknown color: approx Aubergine. HEX triplet: 31, 21 and 26. RGB value is (49,33,38). Sum of RGB (Red+Green+Blue) = 49+33+38=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 38 (15.23% from 255 or 31.67% from 120); Max value from RGB is 49 - color contains mainly: red. Hex color #312126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312126 is #CEDED9. Grayscale: #262626. Windows color (decimal): -13557466 or 2498865. OLE color: 2498865.

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

Color convert

RGB493338-
CMYK00.330.220.81
HSL341.25º19.51%16.08%-
HSV(B)341.25º32.65%19.22%-
XYZ2.161.882.08-
YUV38.35127.8135.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.83%
GREEN value IS 33 (13.28% from 255) = 27.5%
BLUE value IS 38 (15.23% from 255) = 31.67%
R=40.83%
G=27.5%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49333800.330.220.81341.2519.5116.08
Hex31212602116511551410
Octal614146041261215252420
Binary11000110000110011001000011011010100011010101011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312126; }

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

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

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

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

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

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

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

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