#191416

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

Shades of Aubergine #191416

Tints of Aubergine #191416

Color information

#191416 (or 0x191416) is unknown color: approx Aubergine. HEX triplet: 19, 14 and 16. RGB value is (25,20,22). Sum of RGB (Red+Green+Blue) = 25+20+22=67 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.31% from 67); Green value is 20 (8.20% from 255 or 29.85% from 67); Blue value is 22 (8.98% from 255 or 32.84% from 67); Max value from RGB is 25 - color contains mainly: red. Hex color #191416 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191416 is #E6EBE9. Grayscale: #151515. Windows color (decimal): -15133674 or 1446937. OLE color: 1446937.

HSL color Cylindrical-coordinate representation of color #191416: hue angle of 336º degrees, saturation: 0.11, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #191416 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.90.

Color convert

RGB252022-
CMYK00.200.120.90
HSL336º11.11%8.82%-
HSV(B)336º20%9.8%-
XYZ0.80.760.86-
YUV21.72128.16130.34-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 37.31%
GREEN value IS 20 (8.20% from 255) = 29.85%
BLUE value IS 22 (8.98% from 255) = 32.84%
R=37.31%
G=29.85%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25202200.200.120.9033611.118.82
Hex191416014C5A150b9
Octal312426024141325201311
Binary1100110100101100101001100101101010101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191416; }

 p { color: rgb(25,20,22); }

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

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

 a { background-color: rgb(25,20,22); }

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

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

 span { border-color: rgb(25,20,22); }

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