COLOR #131719

HEX: #131719 RGB: (19,23,25)

Color info

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

RGB color model

#131719 color RGB value is (19,23,25).

RGB: (19,23,25) (7%, 9%, 10%)

RGB channels and saturation

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

19
23
25

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

Portions of RGB colors in percentages

R + G + B = 19 + 23 + 25 = 67 (100%)
R 19 of 67 ~ 28.36%
G 23 of 67 ~ 34.33%
B 25 of 67 ~ 37.31'%

%28.36
%34.33
%37.31

CMYK color model

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

  • cyan value is 24.00%
  • magenta value is 8.00%
  • yellow value is 0.00%
  • key color value is 90.20%

CMYK: (24,8,0,90)
C24M8Y0K90 (24%, 8%, 0%, 90%)
(0.24 / 0.08 / 0.00 / 0.90)

CMYK percentages

%24
%8
%0
%90.2

Codes

Color #131719 in popluar color models

13 17 19
RGB 19 23 25
HSL 200° 13.64% 8.63%
HSB/HSV 200° 24.00% 9.80%
CMYK 24.00% 8.00% 0.00%
90.20%

Color #131719 in popluar number systems.

HEX 13 17 19
Decimal 19 23 25
Binary 10011 10111 11001
Octal 23 27 31

Shades and tints

Shades of #131719

#131719
(19,23,25)
#121517
(18,21,23)
#111315
(17,19,21)
#101113
(16,17,19)
#0F0F11
(15,15,17)
#0E0D0F
(14,13,15)
#0D0B0D
(13,11,13)
#0C090B
(12,9,11)
#0B0709
(11,7,9)
#0A0507
(10,5,7)
#090305
(9,3,5)
#000000
(0,0,0)

Tints of #131719

#131719
(19,23,25)
#282C2D
(40,44,45)
#3D4141
(61,65,65)
#525655
(82,86,85)
#676B69
(103,107,105)
#7C807D
(124,128,125)
#919591
(145,149,145)
#A6AAA5
(166,170,165)
#BBBFB9
(187,191,185)
#D0D4CD
(208,212,205)
#E5E9E1
(229,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131719; }

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

This text font color is #131719.

Background Color

.myBgColor { background-color: #131719; }

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

This div background color is #131719.

Border color

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

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

This div border color is #131719.

Opacity

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

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

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

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

This text has shadow with #131719 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #131719.

Preview

Color preview on black background

This text has color #131719 on black background.


Color preview on white background

This text has color #131719 on white background.


Black color preview on #131719 background

This text has black color on #131719 background.


White color preview on #131719 background

This text has white color on #131719 background.


Related colors

Complementary color

Complementary color for #hex is #ECE8E6.


I love getcolorcode.com

Triadic colors

1 #191317 and #171913 with #131719 are triadic colors.

2 #191713 and #171319 with #131719 are triadic colors.