#312328

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

Shades of Aubergine #312328

Tints of Aubergine #312328

Color information

#312328 (or 0x312328) is unknown color: approx Aubergine. HEX triplet: 31, 23 and 28. RGB value is (49,35,40). Sum of RGB (Red+Green+Blue) = 49+35+40=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 49 - color contains mainly: red. Hex color #312328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312328 is #CEDCD7. Grayscale: #272727. Windows color (decimal): -13556952 or 2630449. OLE color: 2630449.

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

Color convert

RGB493540-
CMYK00.290.180.81
HSL338.57º16.67%16.47%-
HSV(B)338.57º28.57%19.22%-
XYZ2.252.012.28-
YUV39.76128.14134.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.52%
GREEN value IS 35 (14.06% from 255) = 28.23%
BLUE value IS 40 (16.02% from 255) = 32.26%
R=39.52%
G=28.23%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49354000.290.180.81338.5716.6716.47
Hex31232801D12511531110
Octal614350035221215232120
Binary1100011000111010000111011001010100011010100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312328; }

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

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

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

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

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

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

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

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