COLOR #19131F

HEX: #19131F
RGB: (25,19,31)

Color info

#19131F contains red, green and blue colors in about the same proportion. Web safe color of #19131F is #000033 (or #003).

RGB color model

#19131F color RGB value is (25,19,31).

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

RGB channels and saturation

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

25
19
31

R + G + B ~ 10%. #19131F is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 19 + 31 = 75 (100%)
R 25 of 75 ~ 33.33%
G 19 of 75 ~ 25.33%
B 31 of 75 ~ 41.33%

%33.33
%25.33
%41.33

CMYK color model

#19131F color CMYK value is (19,39,0,88).

  • cyan value is 19.35%
  • magenta value is 38.71%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(19,39,0,88)
C19M39Y0K88 
(19%,39%,0%,88%)
(0.19/0.39/0.00/0.88)	

CMYK percentages

%19.35
%38.71
%0
%87.84

Codes

Color #19131F in popluar color models

19131F
RGB251931
HSL270°24.00%9.80%
HSB/HSV270°38.71%12.16%
CMYK19.35%38.71%0.00%
87.84%

Color #19131F in popluar number systems.

HEX19131F
Decimal251931
Binary110011001111111
Octal312337

Shades and tints

Shades of #19131F

#19131F
(25,19,31)
#17121D
(23,18,29)
#15111B
(21,17,27)
#131019
(19,16,25)
#110F17
(17,15,23)
#0F0E15
(15,14,21)
#0D0D13
(13,13,19)
#0B0C11
(11,12,17)
#090B0F
(9,11,15)
#070A0D
(7,10,13)
#05090B
(5,9,11)
#000000
(0,0,0)

Tints of #19131F

#19131F
(25,19,31)
#2D2833
(45,40,51)
#413D47
(65,61,71)
#55525B
(85,82,91)
#69676F
(105,103,111)
#7D7C83
(125,124,131)
#919197
(145,145,151)
#A5A6AB
(165,166,171)
#B9BBBF
(185,187,191)
#CDD0D3
(205,208,211)
#E1E5E7
(225,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #19131F; }

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

This text font color is #19131F.


Background Color

.myBgColor { background-color: #19131F; }

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

This div background color is #19131F.


Border color

.myBorderColor { border: 1px solid #19131F; }

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

This div border color is #19131F.


Opacity

.myOpacity80 { color: #19131F; opacity: 0.8; }

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

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

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

This text has shadow with #19131F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19131F on black background.


Color preview on white background

This text has color #19131F on white background.



Black color preview on #19131F background

This text has black color on #19131F background.


White color preview on #19131F background

This text has white color on #19131F background.