#131112

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

Shades of Aubergine #131112

Tints of Aubergine #131112

Color information

#131112 (or 0x131112) is unknown color: approx Aubergine. HEX triplet: 13, 11 and 12. RGB value is (19,17,18). Sum of RGB (Red+Green+Blue) = 19+17+18=54 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.19% from 54); Green value is 17 (7.03% from 255 or 31.48% from 54); Blue value is 18 (7.42% from 255 or 33.33% from 54); Max value from RGB is 19 - color contains mainly: red. Hex color #131112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131112 is #ECEEED. Grayscale: #111111. Windows color (decimal): -15527662 or 1184019. OLE color: 1184019.

HSL color Cylindrical-coordinate representation of color #131112: hue angle of 330º degrees, saturation: 0.06, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #131112 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.93.

Color convert

RGB191718-
CMYK00.110.050.93
HSL330º5.56%7.06%-
HSV(B)330º10.53%7.45%-
XYZ0.580.580.65-
YUV17.71128.16128.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 35.19%
GREEN value IS 17 (7.03% from 255) = 31.48%
BLUE value IS 18 (7.42% from 255) = 33.33%
R=35.19%
G=31.48%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19171800.110.050.933305.567.06
Hex1311120B55D14a67
Octal232122013513551267
Binary100111000110010010111011011101101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131112; }

 p { color: rgb(19,17,18); }

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

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

 a { background-color: rgb(19,17,18); }

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

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

 span { border-color: rgb(19,17,18); }

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