#312428

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

Shades of Aubergine #312428

Tints of Aubergine #312428

Color information

#312428 (or 0x312428) is unknown color: approx Aubergine. HEX triplet: 31, 24 and 28. RGB value is (49,36,40). Sum of RGB (Red+Green+Blue) = 49+36+40=125 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.2% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 49 - color contains mainly: red. Hex color #312428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312428 is #CEDBD7. Grayscale: #282828. Windows color (decimal): -13556696 or 2630705. OLE color: 2630705.

HSL color Cylindrical-coordinate representation of color #312428: hue angle of 341.54º 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 #312428 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.81.

Color convert

RGB493640-
CMYK00.270.180.81
HSL341.54º15.29%16.67%-
HSV(B)341.54º26.53%19.22%-
XYZ2.282.072.29-
YUV40.34127.81134.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.2%
GREEN value IS 36 (14.45% from 255) = 28.8%
BLUE value IS 40 (16.02% from 255) = 32%
R=39.2%
G=28.8%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49364000.270.180.81341.5415.2916.67
Hex31242801B1251156f11
Octal614450033221215261721
Binary110001100100101000011011100101010001101010110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312428; }

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

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

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

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

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

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

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

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