COLOR #191913

HEX: #191913
RGB: (25,25,19)

Color info

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

RGB color model

#191913 color RGB value is (25,25,19).

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

RGB channels and saturation

R 25 of 255 = 10%
G 25 of 255 = 10%
B 19 of 255 = 7%

25
25
19

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

Portions of RGB colors in percentages

R + G + B =
25 + 25 + 19 = 69 (100%)
R 25 of 69 ~ 36.23%
G 25 of 69 ~ 36.23%
B 19 of 69 ~ 27.54%

%36.23
%36.23
%27.54

CMYK color model

#191913 color CMYK value is (0,0,24,90).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 90.20%
CMYK:
(0,0,24,90)
C0M0Y24K90 
(0%,0%,24%,90%)
(0.00/0.00/0.24/0.90)	

CMYK percentages

%0
%0
%24
%90.2

Codes

Color #191913 in popluar color models

191913
RGB252519
HSL60°13.64%8.63%
HSB/HSV60°24.00%9.80%
CMYK0.00%0.00%24.00%
90.20%

Color #191913 in popluar number systems.

HEX191913
Decimal252519
Binary110011100110011
Octal313123

Shades and tints

Shades of #191913

#191913
(25,25,19)
#171712
(23,23,18)
#151511
(21,21,17)
#131310
(19,19,16)
#11110F
(17,17,15)
#0F0F0E
(15,15,14)
#0D0D0D
(13,13,13)
#0B0B0C
(11,11,12)
#09090B
(9,9,11)
#07070A
(7,7,10)
#050509
(5,5,9)
#000000
(0,0,0)

Tints of #191913

#191913
(25,25,19)
#2D2D28
(45,45,40)
#41413D
(65,65,61)
#555552
(85,85,82)
#696967
(105,105,103)
#7D7D7C
(125,125,124)
#919191
(145,145,145)
#A5A5A6
(165,165,166)
#B9B9BB
(185,185,187)
#CDCDD0
(205,205,208)
#E1E1E5
(225,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #191913; }

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

This text font color is #191913.


Background Color

.myBgColor { background-color: #191913; }

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

This div background color is #191913.


Border color

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

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

This div border color is #191913.


Opacity

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

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

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

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

This text has shadow with #191913 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #191913 on black background.


Color preview on white background

This text has color #191913 on white background.



Black color preview on #191913 background

This text has black color on #191913 background.


White color preview on #191913 background

This text has white color on #191913 background.