COLOR #13161C

HEX: #13161C
RGB: (19,22,28)

Color info

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

RGB color model

#13161C color RGB value is (19,22,28).

  • red value is 19;
  • green value is 22;
  • blue value is 28.
RGB:
(19,22,28)
(7%,9%,11%)

RGB channels and saturation

R 19 of 255 = 7%
G 22 of 255 = 9%
B 28 of 255 = 11%

19
22
28

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

Portions of RGB colors in percentages

R + G + B =
19 + 22 + 28 = 69 (100%)
R 19 of 69 ~ 27.54%
G 22 of 69 ~ 31.88%
B 28 of 69 ~ 40.58%

%27.54
%31.88
%40.58

CMYK color model

#13161C color CMYK value is (32,21,0,89).

  • cyan value is 32.14%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(32,21,0,89)
C32M21Y0K89 
(32%,21%,0%,89%)
(0.32/0.21/0.00/0.89)	

CMYK percentages

%32.14
%21.43
%0
%89.02

Codes

Color #13161C in popluar color models

13161C
RGB192228
HSL220°19.15%9.22%
HSB/HSV220°32.14%10.98%
CMYK32.14%21.43%0.00%
89.02%

Color #13161C in popluar number systems.

HEX13161C
Decimal192228
Binary100111011011100
Octal232634

Shades and tints

Shades of #13161C

#13161C
(19,22,28)
#12141A
(18,20,26)
#111218
(17,18,24)
#101016
(16,16,22)
#0F0E14
(15,14,20)
#0E0C12
(14,12,18)
#0D0A10
(13,10,16)
#0C080E
(12,8,14)
#0B060C
(11,6,12)
#0A040A
(10,4,10)
#090208
(9,2,8)
#000000
(0,0,0)

Tints of #13161C

#13161C
(19,22,28)
#282B30
(40,43,48)
#3D4044
(61,64,68)
#525558
(82,85,88)
#676A6C
(103,106,108)
#7C7F80
(124,127,128)
#919494
(145,148,148)
#A6A9A8
(166,169,168)
#BBBEBC
(187,190,188)
#D0D3D0
(208,211,208)
#E5E8E4
(229,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13161C color. Also use rgb(19,22,28) instead hex code.

Text Font Color

.myTextColor { color: #13161C; }

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

This text font color is #13161C.


Background Color

.myBgColor { background-color: #13161C; }

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

This div background color is #13161C.


Border color

.myBorderColor { border: 1px solid #13161C; }

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

This div border color is #13161C.


Opacity

.myOpacity80 { color: #13161C; opacity: 0.8; }

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

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

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

This text has shadow with #13161C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13161C on black background.


Color preview on white background

This text has color #13161C on white background.



Black color preview on #13161C background

This text has black color on #13161C background.


White color preview on #13161C background

This text has white color on #13161C background.