COLOR #13131A

HEX: #13131A
RGB: (19,19,26)

Color info

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

RGB color model

#13131A color RGB value is (19,19,26).

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

RGB channels and saturation

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

19
19
26

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

Portions of RGB colors in percentages

R + G + B =
19 + 19 + 26 = 64 (100%)
R 19 of 64 ~ 29.69%
G 19 of 64 ~ 29.69%
B 26 of 64 ~ 40.63%

%29.69
%29.69
%40.63

CMYK color model

#13131A color CMYK value is (27,27,0,90).

  • cyan value is 26.92%
  • magenta value is 26.92%
  • yellow value is 0.00%
  • key color value is 89.80%
CMYK:
(27,27,0,90)
C27M27Y0K90 
(27%,27%,0%,90%)
(0.27/0.27/0.00/0.90)	

CMYK percentages

%26.92
%26.92
%0
%89.8

Codes

Color #13131A in popluar color models

13131A
RGB191926
HSL240°15.56%8.82%
HSB/HSV240°26.92%10.20%
CMYK26.92%26.92%0.00%
89.80%

Color #13131A in popluar number systems.

HEX13131A
Decimal191926
Binary100111001111010
Octal232332

Shades and tints

Shades of #13131A

#13131A
(19,19,26)
#121218
(18,18,24)
#111116
(17,17,22)
#101014
(16,16,20)
#0F0F12
(15,15,18)
#0E0E10
(14,14,16)
#0D0D0E
(13,13,14)
#0C0C0C
(12,12,12)
#0B0B0A
(11,11,10)
#0A0A08
(10,10,8)
#090906
(9,9,6)
#000000
(0,0,0)

Tints of #13131A

#13131A
(19,19,26)
#28282E
(40,40,46)
#3D3D42
(61,61,66)
#525256
(82,82,86)
#67676A
(103,103,106)
#7C7C7E
(124,124,126)
#919192
(145,145,146)
#A6A6A6
(166,166,166)
#BBBBBA
(187,187,186)
#D0D0CE
(208,208,206)
#E5E5E2
(229,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13131A; }

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

This text font color is #13131A.


Background Color

.myBgColor { background-color: #13131A; }

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

This div background color is #13131A.


Border color

.myBorderColor { border: 1px solid #13131A; }

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

This div border color is #13131A.


Opacity

.myOpacity80 { color: #13131A; opacity: 0.8; }

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

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

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

This text has shadow with #13131A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13131A on black background.


Color preview on white background

This text has color #13131A on white background.



Black color preview on #13131A background

This text has black color on #13131A background.


White color preview on #13131A background

This text has white color on #13131A background.