COLOR #191517

HEX: #191517
RGB: (25,21,23)

Color info

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

RGB color model

#191517 color RGB value is (25,21,23).

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

RGB channels and saturation

R 25 of 255 = 10%
G 21 of 255 = 8%
B 23 of 255 = 9%

25
21
23

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

Portions of RGB colors in percentages

R + G + B =
25 + 21 + 23 = 69 (100%)
R 25 of 69 ~ 36.23%
G 21 of 69 ~ 30.43%
B 23 of 69 ~ 33.33%

%36.23
%30.43
%33.33

CMYK color model

#191517 color CMYK value is (0,16,8,90).

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 8.00%
  • key color value is 90.20%
CMYK:
(0,16,8,90)
C0M16Y8K90 
(0%,16%,8%,90%)
(0.00/0.16/0.08/0.90)	

CMYK percentages

%0
%16
%8
%90.2

Codes

Color #191517 in popluar color models

191517
RGB252123
HSL330°8.70%9.02%
HSB/HSV330°16.00%9.80%
CMYK0.00%16.00%8.00%
90.20%

Color #191517 in popluar number systems.

HEX191517
Decimal252123
Binary110011010110111
Octal312527

Shades and tints

Shades of #191517

#191517
(25,21,23)
#171415
(23,20,21)
#151313
(21,19,19)
#131211
(19,18,17)
#11110F
(17,17,15)
#0F100D
(15,16,13)
#0D0F0B
(13,15,11)
#0B0E09
(11,14,9)
#090D07
(9,13,7)
#070C05
(7,12,5)
#050B03
(5,11,3)
#000000
(0,0,0)

Tints of #191517

#191517
(25,21,23)
#2D2A2C
(45,42,44)
#413F41
(65,63,65)
#555456
(85,84,86)
#69696B
(105,105,107)
#7D7E80
(125,126,128)
#919395
(145,147,149)
#A5A8AA
(165,168,170)
#B9BDBF
(185,189,191)
#CDD2D4
(205,210,212)
#E1E7E9
(225,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #191517; }

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

This text font color is #191517.


Background Color

.myBgColor { background-color: #191517; }

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

This div background color is #191517.


Border color

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

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

This div border color is #191517.


Opacity

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

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

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

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

This text has shadow with #191517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #191517 on black background.


Color preview on white background

This text has color #191517 on white background.



Black color preview on #191517 background

This text has black color on #191517 background.


White color preview on #191517 background

This text has white color on #191517 background.