COLOR #191316

HEX: #191316 RGB: (25,19,22)

Color info

#191316 contains red, green and blue colors in about the same proportion. Web safe color of #191316 is #000000 (or #000).

RGB color model

#191316 color RGB value is (25,19,22).

RGB: (25,19,22) (10%, 7%, 9%)

RGB channels and saturation

R 25 of 255 = 10%
G 19 of 255 = 7%
B 22 of 255 = 9%

25
19
22

R + G + B ~ 9%. #191316 is dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 19 + 22 = 66 (100%)
R 25 of 66 ~ 37.88%
G 19 of 66 ~ 28.79%
B 22 of 66 ~ 33.33'%

%37.88
%28.79
%33.33

CMYK color model

#191316 color CMYK value is (0,24,12,90).

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 12.00%
  • key color value is 90.20%

CMYK: (0,24,12,90)
C0M24Y12K90 (0%, 24%, 12%, 90%)
(0.00 / 0.24 / 0.12 / 0.90)

CMYK percentages

%0
%24
%12
%90.2

Codes

Color #191316 in popluar color models

19 13 16
RGB 25 19 22
HSL 330° 13.64% 8.63%
HSB/HSV 330° 24.00% 9.80%
CMYK 0.00% 24.00% 12.00%
90.20%

Color #191316 in popluar number systems.

HEX 19 13 16
Decimal 25 19 22
Binary 11001 10011 10110
Octal 31 23 26

Shades and tints

Shades of #191316

#191316
(25,19,22)
#171214
(23,18,20)
#151112
(21,17,18)
#131010
(19,16,16)
#110F0E
(17,15,14)
#0F0E0C
(15,14,12)
#0D0D0A
(13,13,10)
#0B0C08
(11,12,8)
#090B06
(9,11,6)
#070A04
(7,10,4)
#050902
(5,9,2)
#000000
(0,0,0)

Tints of #191316

#191316
(25,19,22)
#2D282B
(45,40,43)
#413D40
(65,61,64)
#555255
(85,82,85)
#69676A
(105,103,106)
#7D7C7F
(125,124,127)
#919194
(145,145,148)
#A5A6A9
(165,166,169)
#B9BBBE
(185,187,190)
#CDD0D3
(205,208,211)
#E1E5E8
(225,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #191316 color. Also use rgb(25,19,22) instead hex code.

Text Font Color

.myTextColor { color: #191316; }

<p style="color:#191316">This sample text font color is #191316.</p>

This text font color is #191316.

Background Color

.myBgColor { background-color: #191316; }

<div style="background-color:#191316">Inner text</div>

This div background color is #191316.

Border color

.myBorderColor { border: 1px solid #191316; }

<div style="border:3px solid #191316">Div</div>

This div border color is #191316.

Opacity

.myOpacity80 { color: #191316; opacity: 0.8; }

<p style="color:#191316;opacity:0.8;">80%</p>

Text with #191316 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #191316;}

<p style="text-shadow: 3px 3px 1px #191316">Text here.</p>

This text has shadow with #191316 color.


.textShadow {text-shadow: 3px 3px 1px #191316', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #191316, 5px 5px 20px red">Text here.</p>

This text has shadow with #191316 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#191316, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#191316, Direction=45, Strength=4)">Text</p>

This text has shadow with #191316 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #191316;
-webkit-box-shadow: 1px 1px 3px 2px #191316;
box-shadow: 1px 1px 3px 2px #191316;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #191316; -webkit-box-shadow: 1px 1px 3px 2px #191316; box-shadow:1px 1px 3px 2px #191316;">
Div content here
</div>

This div box has shadow with color #191316.

Preview

Color preview on black background

This text has color #191316 on black background.


Color preview on white background

This text has color #191316 on white background.


Black color preview on #191316 background

This text has black color on #191316 background.


White color preview on #191316 background

This text has white color on #191316 background.


Related colors

Complementary color

Complementary color for #hex is #E6ECE9.


I love getcolorcode.com

Triadic colors

1 #161913 and #131619 with #191316 are triadic colors.

2 #161319 and #131916 with #191316 are triadic colors.