#312324

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

Shades of Aubergine #312324

Tints of Aubergine #312324

Color information

#312324 (or 0x312324) is unknown color: approx Aubergine. HEX triplet: 31, 23 and 24. RGB value is (49,35,36). Sum of RGB (Red+Green+Blue) = 49+35+36=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 36 (14.45% from 255 or 30% from 120); Max value from RGB is 49 - color contains mainly: red. Hex color #312324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312324 is #CEDCDB. Grayscale: #272727. Windows color (decimal): -13556956 or 2368305. OLE color: 2368305.

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

Color convert

RGB493536-
CMYK00.290.270.81
HSL355.71º16.67%16.47%-
HSV(B)355.71º28.57%19.22%-
XYZ2.191.981.94-
YUV39.3126.14134.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.83%
GREEN value IS 35 (14.06% from 255) = 29.17%
BLUE value IS 36 (14.45% from 255) = 30%
R=40.83%
G=29.17%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49353600.290.270.81355.7116.6716.47
Hex31232401D1B511641110
Octal614344035331215442120
Binary1100011000111001000111011101110100011011001001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312324; }

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

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

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

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

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

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

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

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