COLOR #191117

HEX: #191117
RGB: (25,17,23)

Color info

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

RGB color model

#191117 color RGB value is (25,17,23).

  • red value is 25;
  • green value is 17;
  • blue value is 23.
RGB:
(25,17,23)
(10%,7%,9%)

RGB channels and saturation

R 25 of 255 = 10%
G 17 of 255 = 7%
B 23 of 255 = 9%

25
17
23

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

Portions of RGB colors in percentages

R + G + B =
25 + 17 + 23 = 65 (100%)
R 25 of 65 ~ 38.46%
G 17 of 65 ~ 26.15%
B 23 of 65 ~ 35.38%

%38.46
%26.15
%35.38

CMYK color model

#191117 color CMYK value is (0,32,8,90).

  • cyan value is 0.00%
  • magenta value is 32.00%
  • yellow value is 8.00%
  • key color value is 90.20%
CMYK:
(0,32,8,90)
C0M32Y8K90 
(0%,32%,8%,90%)
(0.00/0.32/0.08/0.90)	

CMYK percentages

%0
%32
%8
%90.2

Codes

Color #191117 in popluar color models

191117
RGB251723
HSL315°19.05%8.24%
HSB/HSV315°32.00%9.80%
CMYK0.00%32.00%8.00%
90.20%

Color #191117 in popluar number systems.

HEX191117
Decimal251723
Binary110011000110111
Octal312127

Shades and tints

Shades of #191117

#191117
(25,17,23)
#171015
(23,16,21)
#150F13
(21,15,19)
#130E11
(19,14,17)
#110D0F
(17,13,15)
#0F0C0D
(15,12,13)
#0D0B0B
(13,11,11)
#0B0A09
(11,10,9)
#090907
(9,9,7)
#070805
(7,8,5)
#050703
(5,7,3)
#000000
(0,0,0)

Tints of #191117

#191117
(25,17,23)
#2D262C
(45,38,44)
#413B41
(65,59,65)
#555056
(85,80,86)
#69656B
(105,101,107)
#7D7A80
(125,122,128)
#918F95
(145,143,149)
#A5A4AA
(165,164,170)
#B9B9BF
(185,185,191)
#CDCED4
(205,206,212)
#E1E3E9
(225,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #191117 color. Also use rgb(25,17,23) instead hex code.

Text Font Color

.myTextColor { color: #191117; }

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

This text font color is #191117.


Background Color

.myBgColor { background-color: #191117; }

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

This div background color is #191117.


Border color

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

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

This div border color is #191117.


Opacity

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

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

Text with #191117 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 #191117;}

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

This text has shadow with #191117 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #191117 on black background.


Color preview on white background

This text has color #191117 on white background.



Black color preview on #191117 background

This text has black color on #191117 background.


White color preview on #191117 background

This text has white color on #191117 background.