#312327

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

Shades of Aubergine #312327

Tints of Aubergine #312327

Color information

#312327 (or 0x312327) is unknown color: approx Aubergine. HEX triplet: 31, 23 and 27. RGB value is (49,35,39). Sum of RGB (Red+Green+Blue) = 49+35+39=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 49 - color contains mainly: red. Hex color #312327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312327 is #CEDCD8. Grayscale: #272727. Windows color (decimal): -13556953 or 2564913. OLE color: 2564913.

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

Color convert

RGB493539-
CMYK00.290.200.81
HSL342.86º16.67%16.47%-
HSV(B)342.86º28.57%19.22%-
XYZ2.2322.19-
YUV39.64127.64134.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.84%
GREEN value IS 35 (14.06% from 255) = 28.46%
BLUE value IS 39 (15.62% from 255) = 31.71%
R=39.84%
G=28.46%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49353900.290.200.81342.8616.6716.47
Hex31232701D14511571110
Octal614347035241215272120
Binary1100011000111001110111011010010100011010101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312327; }

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

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

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

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

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

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

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

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