#312D2E

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

Shades of Aubergine #312D2E

Tints of Aubergine #312D2E

Color information

#312D2E (or 0x312D2E) is unknown color: approx Aubergine. HEX triplet: 31, 2D and 2E. RGB value is (49,45,46). Sum of RGB (Red+Green+Blue) = 49+45+46=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 45 (17.97% from 255 or 32.14% from 140); Blue value is 46 (18.36% from 255 or 32.86% from 140); Max value from RGB is 49 - color contains mainly: red. Hex color #312D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312D2E is #CED2D1. Grayscale: #2E2E2E. Windows color (decimal): -13554386 or 3026225. OLE color: 3026225.

HSL color Cylindrical-coordinate representation of color #312D2E: hue angle of 345º degrees, saturation: 0.04, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #312D2E is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB494546-
CMYK00.080.060.81
HSL345º4.26%18.43%-
HSV(B)345º8.16%19.22%-
XYZ2.72.732.97-
YUV46.31127.83129.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35%
GREEN value IS 45 (17.97% from 255) = 32.14%
BLUE value IS 46 (18.36% from 255) = 32.86%
R=35%
G=32.14%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49454600.080.060.813454.2618.43
Hex312D2E08651159412
Octal6155560106121531422
Binary11000110110110111001000110101000110101100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312D2E; }

 p { color: rgb(49,45,46); }

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

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

 a { background-color: rgb(49,45,46); }

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

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

 span { border-color: rgb(49,45,46); }

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