COLOR #191715

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

25
23
21

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

Portions of RGB colors in percentages

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

%36.23
%33.33
%30.43

CMYK color model

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

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

CMYK percentages

%0
%8
%16
%90.2

Codes

Color #191715 in popluar color models

191715
RGB252321
HSL30°8.70%9.02%
HSB/HSV30°16.00%9.80%
CMYK0.00%8.00%16.00%
90.20%

Color #191715 in popluar number systems.

HEX191715
Decimal252321
Binary110011011110101
Octal312725

Shades and tints

Shades of #191715

#191715
(25,23,21)
#171514
(23,21,20)
#151313
(21,19,19)
#131112
(19,17,18)
#110F11
(17,15,17)
#0F0D10
(15,13,16)
#0D0B0F
(13,11,15)
#0B090E
(11,9,14)
#09070D
(9,7,13)
#07050C
(7,5,12)
#05030B
(5,3,11)
#000000
(0,0,0)

Tints of #191715

#191715
(25,23,21)
#2D2C2A
(45,44,42)
#41413F
(65,65,63)
#555654
(85,86,84)
#696B69
(105,107,105)
#7D807E
(125,128,126)
#919593
(145,149,147)
#A5AAA8
(165,170,168)
#B9BFBD
(185,191,189)
#CDD4D2
(205,212,210)
#E1E9E7
(225,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #191715; }

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

This text font color is #191715.


Background Color

.myBgColor { background-color: #191715; }

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

This div background color is #191715.


Border color

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

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

This div border color is #191715.


Opacity

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

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

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

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

This text has shadow with #191715 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #191715 on black background.


Color preview on white background

This text has color #191715 on white background.



Black color preview on #191715 background

This text has black color on #191715 background.


White color preview on #191715 background

This text has white color on #191715 background.