#312227

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

Shades of Aubergine #312227

Tints of Aubergine #312227

Color information

#312227 (or 0x312227) is unknown color: approx Aubergine. HEX triplet: 31, 22 and 27. RGB value is (49,34,39). Sum of RGB (Red+Green+Blue) = 49+34+39=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 39 (15.62% from 255 or 31.97% from 122); Max value from RGB is 49 - color contains mainly: red. Hex color #312227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312227 is #CEDDD8. Grayscale: #272727. Windows color (decimal): -13557209 or 2564657. OLE color: 2564657.

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

Color convert

RGB493439-
CMYK00.310.200.81
HSL340º18.07%16.27%-
HSV(B)340º30.61%19.22%-
XYZ2.21.942.18-
YUV39.05127.97135.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.16%
GREEN value IS 34 (13.67% from 255) = 27.87%
BLUE value IS 39 (15.62% from 255) = 31.97%
R=40.16%
G=27.87%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49343900.310.200.8134018.0716.27
Hex31222701F14511541210
Octal614247037241215242220
Binary1100011000101001110111111010010100011010101001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312227; }

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

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

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

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

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

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

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

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