COLOR #19131B

HEX: #19131B
RGB: (25,19,27)

Color info

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

RGB color model

#19131B color RGB value is (25,19,27).

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

RGB channels and saturation

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

25
19
27

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

Portions of RGB colors in percentages

R + G + B =
25 + 19 + 27 = 71 (100%)
R 25 of 71 ~ 35.21%
G 19 of 71 ~ 26.76%
B 27 of 71 ~ 38.03%

%35.21
%26.76
%38.03

CMYK color model

#19131B color CMYK value is (7,30,0,89).

  • cyan value is 7.41%
  • magenta value is 29.63%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(7,30,0,89)
C7M30Y0K89 
(7%,30%,0%,89%)
(0.07/0.30/0.00/0.89)	

CMYK percentages

%7.41
%29.63
%0
%89.41

Codes

Color #19131B in popluar color models

19131B
RGB251927
HSL285°17.39%9.02%
HSB/HSV285°29.63%10.59%
CMYK7.41%29.63%0.00%
89.41%

Color #19131B in popluar number systems.

HEX19131B
Decimal251927
Binary110011001111011
Octal312333

Shades and tints

Shades of #19131B

#19131B
(25,19,27)
#171219
(23,18,25)
#151117
(21,17,23)
#131015
(19,16,21)
#110F13
(17,15,19)
#0F0E11
(15,14,17)
#0D0D0F
(13,13,15)
#0B0C0D
(11,12,13)
#090B0B
(9,11,11)
#070A09
(7,10,9)
#050907
(5,9,7)
#000000
(0,0,0)

Tints of #19131B

#19131B
(25,19,27)
#2D282F
(45,40,47)
#413D43
(65,61,67)
#555257
(85,82,87)
#69676B
(105,103,107)
#7D7C7F
(125,124,127)
#919193
(145,145,147)
#A5A6A7
(165,166,167)
#B9BBBB
(185,187,187)
#CDD0CF
(205,208,207)
#E1E5E3
(225,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #19131B; }

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

This text font color is #19131B.


Background Color

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

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

This div background color is #19131B.


Border color

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

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

This div border color is #19131B.


Opacity

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

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

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

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

This text has shadow with #19131B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19131B on black background.


Color preview on white background

This text has color #19131B on white background.



Black color preview on #19131B background

This text has black color on #19131B background.


White color preview on #19131B background

This text has white color on #19131B background.