Html Css Color HEX #191416 Aubergine

📋 copy color: '#191416'

red 25 ◦ green 20 ◦ blue 22

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

Shades of Aubergine #191416

Tints of Aubergine #191416

RGB

 RED value IS 25 (10.16% from 255) = 37.31%

 GREEN value IS 20 (8.2% 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 value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.90

RGB Variations

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

Color information

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

RGB 25 20 22 -
CMYK 0 0.20 0.12 0.90
HSL 336º 0.11% 0.09% -
HSV(B) 336º 0.2% 0.1% -
XYZ 0.8 0.76 0.86 -
YUV 21.72 128.16 130.34 -
System Red Green Blue C M Y K H S L
Decimal 25 20 22 0 0.20 0.12 0.90 336 0.11 0.09
Hex 19 14 16 0 14 C 5A 150 B 9
Octal 31 24 26 0 24 14 132 520 13 11
Binary 11001 10100 10110 0 10100 1100 1011010 101010000 1011 1001

Color Harmonies of #191416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191416

Black with #191416

Text Example


Text Example

White with #191416

Text Example


Text Example

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