COLOR #13191B

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

19
25
27

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

Portions of RGB colors in percentages

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

%26.76
%35.21
%38.03

CMYK color model

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

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

CMYK percentages

%29.63
%7.41
%0
%89.41

Codes

Color #13191B in popluar color models

13191B
RGB192527
HSL195°17.39%9.02%
HSB/HSV195°29.63%10.59%
CMYK29.63%7.41%0.00%
89.41%

Color #13191B in popluar number systems.

HEX13191B
Decimal192527
Binary100111100111011
Octal233133

Shades and tints

Shades of #13191B

#13191B
(19,25,27)
#121719
(18,23,25)
#111517
(17,21,23)
#101315
(16,19,21)
#0F1113
(15,17,19)
#0E0F11
(14,15,17)
#0D0D0F
(13,13,15)
#0C0B0D
(12,11,13)
#0B090B
(11,9,11)
#0A0709
(10,7,9)
#090507
(9,5,7)
#000000
(0,0,0)

Tints of #13191B

#13191B
(19,25,27)
#282D2F
(40,45,47)
#3D4143
(61,65,67)
#525557
(82,85,87)
#67696B
(103,105,107)
#7C7D7F
(124,125,127)
#919193
(145,145,147)
#A6A5A7
(166,165,167)
#BBB9BB
(187,185,187)
#D0CDCF
(208,205,207)
#E5E1E3
(229,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13191B; }

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

This text font color is #13191B.


Background Color

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

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

This div background color is #13191B.


Border color

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

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

This div border color is #13191B.


Opacity

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

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

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

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

This text has shadow with #13191B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13191B on black background.


Color preview on white background

This text has color #13191B on white background.



Black color preview on #13191B background

This text has black color on #13191B background.


White color preview on #13191B background

This text has white color on #13191B background.