COLOR #191515

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

25
21
21

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

Portions of RGB colors in percentages

R + G + B =
25 + 21 + 21 = 67 (100%)
R 25 of 67 ~ 37.31%
G 21 of 67 ~ 31.34%
B 21 of 67 ~ 31.34%

%37.31
%31.34
%31.34

CMYK color model

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

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

CMYK percentages

%0
%16
%16
%90.2

Codes

Color #191515 in popluar color models

191515
RGB252121
HSL8.70%9.02%
HSB/HSV16.00%9.80%
CMYK0.00%16.00%16.00%
90.20%

Color #191515 in popluar number systems.

HEX191515
Decimal252121
Binary110011010110101
Octal312525

Shades and tints

Shades of #191515

#191515
(25,21,21)
#171414
(23,20,20)
#151313
(21,19,19)
#131212
(19,18,18)
#111111
(17,17,17)
#0F1010
(15,16,16)
#0D0F0F
(13,15,15)
#0B0E0E
(11,14,14)
#090D0D
(9,13,13)
#070C0C
(7,12,12)
#050B0B
(5,11,11)
#000000
(0,0,0)

Tints of #191515

#191515
(25,21,21)
#2D2A2A
(45,42,42)
#413F3F
(65,63,63)
#555454
(85,84,84)
#696969
(105,105,105)
#7D7E7E
(125,126,126)
#919393
(145,147,147)
#A5A8A8
(165,168,168)
#B9BDBD
(185,189,189)
#CDD2D2
(205,210,210)
#E1E7E7
(225,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #191515; }

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

This text font color is #191515.


Background Color

.myBgColor { background-color: #191515; }

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

This div background color is #191515.


Border color

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

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

This div border color is #191515.


Opacity

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

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

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

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

This text has shadow with #191515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #191515 on black background.


Color preview on white background

This text has color #191515 on white background.



Black color preview on #191515 background

This text has black color on #191515 background.


White color preview on #191515 background

This text has white color on #191515 background.