#312026

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

Shades of Aubergine #312026

Tints of Aubergine #312026

Color information

#312026 (or 0x312026) is unknown color: approx Aubergine. HEX triplet: 31, 20 and 26. RGB value is (49,32,38). Sum of RGB (Red+Green+Blue) = 49+32+38=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 32 (12.89% from 255 or 26.89% from 119); Blue value is 38 (15.23% from 255 or 31.93% from 119); Max value from RGB is 49 - color contains mainly: red. Hex color #312026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312026 is #CEDFD9. Grayscale: #252525. Windows color (decimal): -13557722 or 2498609. OLE color: 2498609.

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

Color convert

RGB493238-
CMYK00.350.220.81
HSL338.82º20.99%15.88%-
HSV(B)338.82º34.69%19.22%-
XYZ2.131.832.07-
YUV37.77128.13136.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.18%
GREEN value IS 32 (12.89% from 255) = 26.89%
BLUE value IS 38 (15.23% from 255) = 31.93%
R=41.18%
G=26.89%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49323800.350.220.81338.8220.9915.88
Hex31202602316511531510
Octal614046043261215232520
Binary11000110000010011001000111011010100011010100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312026; }

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

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

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

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

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

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

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

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