COLOR #13181C

HEX: #13181C
RGB: (19,24,28)

Color info

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

RGB color model

#13181C color RGB value is (19,24,28).

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

RGB channels and saturation

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

19
24
28

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

Portions of RGB colors in percentages

R + G + B =
19 + 24 + 28 = 71 (100%)
R 19 of 71 ~ 26.76%
G 24 of 71 ~ 33.8%
B 28 of 71 ~ 39.44%

%26.76
%33.8
%39.44

CMYK color model

#13181C color CMYK value is (32,14,0,89).

  • cyan value is 32.14%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(32,14,0,89)
C32M14Y0K89 
(32%,14%,0%,89%)
(0.32/0.14/0.00/0.89)	

CMYK percentages

%32.14
%14.29
%0
%89.02

Codes

Color #13181C in popluar color models

13181C
RGB192428
HSL207°19.15%9.22%
HSB/HSV207°32.14%10.98%
CMYK32.14%14.29%0.00%
89.02%

Color #13181C in popluar number systems.

HEX13181C
Decimal192428
Binary100111100011100
Octal233034

Shades and tints

Shades of #13181C

#13181C
(19,24,28)
#12161A
(18,22,26)
#111418
(17,20,24)
#101216
(16,18,22)
#0F1014
(15,16,20)
#0E0E12
(14,14,18)
#0D0C10
(13,12,16)
#0C0A0E
(12,10,14)
#0B080C
(11,8,12)
#0A060A
(10,6,10)
#090408
(9,4,8)
#000000
(0,0,0)

Tints of #13181C

#13181C
(19,24,28)
#282D30
(40,45,48)
#3D4244
(61,66,68)
#525758
(82,87,88)
#676C6C
(103,108,108)
#7C8180
(124,129,128)
#919694
(145,150,148)
#A6ABA8
(166,171,168)
#BBC0BC
(187,192,188)
#D0D5D0
(208,213,208)
#E5EAE4
(229,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13181C; }

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

This text font color is #13181C.


Background Color

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

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

This div background color is #13181C.


Border color

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

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

This div border color is #13181C.


Opacity

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

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

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

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

This text has shadow with #13181C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13181C on black background.


Color preview on white background

This text has color #13181C on white background.



Black color preview on #13181C background

This text has black color on #13181C background.


White color preview on #13181C background

This text has white color on #13181C background.