COLOR #131319

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

19
19
25

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

Portions of RGB colors in percentages

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

%30.16
%30.16
%39.68

CMYK color model

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

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

CMYK percentages

%24
%24
%0
%90.2

Codes

Color #131319 in popluar color models

131319
RGB191925
HSL240°13.64%8.63%
HSB/HSV240°24.00%9.80%
CMYK24.00%24.00%0.00%
90.20%

Color #131319 in popluar number systems.

HEX131319
Decimal191925
Binary100111001111001
Octal232331

Shades and tints

Shades of #131319

#131319
(19,19,25)
#121217
(18,18,23)
#111115
(17,17,21)
#101013
(16,16,19)
#0F0F11
(15,15,17)
#0E0E0F
(14,14,15)
#0D0D0D
(13,13,13)
#0C0C0B
(12,12,11)
#0B0B09
(11,11,9)
#0A0A07
(10,10,7)
#090905
(9,9,5)
#000000
(0,0,0)

Tints of #131319

#131319
(19,19,25)
#28282D
(40,40,45)
#3D3D41
(61,61,65)
#525255
(82,82,85)
#676769
(103,103,105)
#7C7C7D
(124,124,125)
#919191
(145,145,145)
#A6A6A5
(166,166,165)
#BBBBB9
(187,187,185)
#D0D0CD
(208,208,205)
#E5E5E1
(229,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131319; }

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

This text font color is #131319.


Background Color

.myBgColor { background-color: #131319; }

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

This div background color is #131319.


Border color

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

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

This div border color is #131319.


Opacity

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

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

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

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

This text has shadow with #131319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131319 on black background.


Color preview on white background

This text has color #131319 on white background.



Black color preview on #131319 background

This text has black color on #131319 background.


White color preview on #131319 background

This text has white color on #131319 background.