COLOR #191915

HEX: #191915
RGB: (25,25,21)

Color info

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

RGB color model

#191915 color RGB value is (25,25,21).

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

RGB channels and saturation

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

25
25
21

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

Portions of RGB colors in percentages

R + G + B =
25 + 25 + 21 = 71 (100%)
R 25 of 71 ~ 35.21%
G 25 of 71 ~ 35.21%
B 21 of 71 ~ 29.58%

%35.21
%35.21
%29.58

CMYK color model

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

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

CMYK percentages

%0
%0
%16
%90.2

Codes

Color #191915 in popluar color models

191915
RGB252521
HSL60°8.70%9.02%
HSB/HSV60°16.00%9.80%
CMYK0.00%0.00%16.00%
90.20%

Color #191915 in popluar number systems.

HEX191915
Decimal252521
Binary110011100110101
Octal313125

Shades and tints

Shades of #191915

#191915
(25,25,21)
#171714
(23,23,20)
#151513
(21,21,19)
#131312
(19,19,18)
#111111
(17,17,17)
#0F0F10
(15,15,16)
#0D0D0F
(13,13,15)
#0B0B0E
(11,11,14)
#09090D
(9,9,13)
#07070C
(7,7,12)
#05050B
(5,5,11)
#000000
(0,0,0)

Tints of #191915

#191915
(25,25,21)
#2D2D2A
(45,45,42)
#41413F
(65,65,63)
#555554
(85,85,84)
#696969
(105,105,105)
#7D7D7E
(125,125,126)
#919193
(145,145,147)
#A5A5A8
(165,165,168)
#B9B9BD
(185,185,189)
#CDCDD2
(205,205,210)
#E1E1E7
(225,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #191915; }

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

This text font color is #191915.


Background Color

.myBgColor { background-color: #191915; }

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

This div background color is #191915.


Border color

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

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

This div border color is #191915.


Opacity

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

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

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

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

This text has shadow with #191915 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #191915 on black background.


Color preview on white background

This text has color #191915 on white background.



Black color preview on #191915 background

This text has black color on #191915 background.


White color preview on #191915 background

This text has white color on #191915 background.