Html Css Color HEX #131112 Aubergine

📋 copy color: '#131112'

red 19 ◦ green 17 ◦ blue 18

#131112
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aubergine #131112

Tints of Aubergine #131112

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 value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.93

RGB Variations

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

Color information

#131112 (or 0x131112) is known color: 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

RGB 19 17 18 -
CMYK 0 0.11 0.05 0.93
HSL 330º 0.06% 0.07% -
HSV(B) 330º 0.11% 0.07% -
XYZ 0.58 0.58 0.65 -
YUV 17.71 128.16 128.92 -
System Red Green Blue C M Y K H S L
Decimal 19 17 18 0 0.11 0.05 0.93 330 0.06 0.07
Hex 13 11 12 0 B 5 5D 14A 6 7
Octal 23 21 22 0 13 5 135 512 6 7
Binary 10011 10001 10010 0 1011 101 1011101 101001010 110 111

Color Harmonies of #131112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131112

Black with #131112

Text Example


Text Example

White with #131112

Text Example


Text Example

HTML Codes & Css Web 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>