COLOR #191313

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

25
19
19

R + G + B ~ 8%. #191313 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 19 + 19 = 63 (100%)
R 25 of 63 ~ 39.68%
G 19 of 63 ~ 30.16%
B 19 of 63 ~ 30.16%

%39.68
%30.16
%30.16

CMYK color model

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

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

CMYK percentages

%0
%24
%24
%90.2

Codes

Color #191313 in popluar color models

191313
RGB251919
HSL13.64%8.63%
HSB/HSV24.00%9.80%
CMYK0.00%24.00%24.00%
90.20%

Color #191313 in popluar number systems.

HEX191313
Decimal251919
Binary110011001110011
Octal312323

Shades and tints

Shades of #191313

#191313
(25,19,19)
#171212
(23,18,18)
#151111
(21,17,17)
#131010
(19,16,16)
#110F0F
(17,15,15)
#0F0E0E
(15,14,14)
#0D0D0D
(13,13,13)
#0B0C0C
(11,12,12)
#090B0B
(9,11,11)
#070A0A
(7,10,10)
#050909
(5,9,9)
#000000
(0,0,0)

Tints of #191313

#191313
(25,19,19)
#2D2828
(45,40,40)
#413D3D
(65,61,61)
#555252
(85,82,82)
#696767
(105,103,103)
#7D7C7C
(125,124,124)
#919191
(145,145,145)
#A5A6A6
(165,166,166)
#B9BBBB
(185,187,187)
#CDD0D0
(205,208,208)
#E1E5E5
(225,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #191313; }

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

This text font color is #191313.


Background Color

.myBgColor { background-color: #191313; }

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

This div background color is #191313.


Border color

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

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

This div border color is #191313.


Opacity

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

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

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

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

This text has shadow with #191313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #191313 on black background.


Color preview on white background

This text has color #191313 on white background.



Black color preview on #191313 background

This text has black color on #191313 background.


White color preview on #191313 background

This text has white color on #191313 background.