COLOR #13181E

HEX: #13181E RGB: (19,24,30)

Color info

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

RGB color model

#13181E color RGB value is (19,24,30).

RGB: (19,24,30) (7%, 9%, 12%)

RGB channels and saturation

R 19 of 255 = 7%
G 24 of 255 = 9%
B 30 of 255 = 12%

19
24
30

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

Portions of RGB colors in percentages

R + G + B = 19 + 24 + 30 = 73 (100%)
R 19 of 73 ~ 26.03%
G 24 of 73 ~ 32.88%
B 30 of 73 ~ 41.1'%

%26.03
%32.88
%41.1

CMYK color model

#13181E color CMYK value is (37,20,0,88).

  • cyan value is 36.67%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 88.24%

CMYK: (37,20,0,88)
C37M20Y0K88 (37%, 20%, 0%, 88%)
(0.37 / 0.20 / 0.00 / 0.88)

CMYK percentages

%36.67
%20
%0
%88.24

Codes

Color #13181E in popluar color models

13 18 1E
RGB 19 24 30
HSL 213° 22.45% 9.61%
HSB/HSV 213° 36.67% 11.76%
CMYK 36.67% 20.00% 0.00%
88.24%

Color #13181E in popluar number systems.

HEX 13 18 1E
Decimal 19 24 30
Binary 10011 11000 11110
Octal 23 30 36

Shades and tints

Shades of #13181E

#13181E
(19,24,30)
#12161C
(18,22,28)
#11141A
(17,20,26)
#101218
(16,18,24)
#0F1016
(15,16,22)
#0E0E14
(14,14,20)
#0D0C12
(13,12,18)
#0C0A10
(12,10,16)
#0B080E
(11,8,14)
#0A060C
(10,6,12)
#09040A
(9,4,10)
#000000
(0,0,0)

Tints of #13181E

#13181E
(19,24,30)
#282D32
(40,45,50)
#3D4246
(61,66,70)
#52575A
(82,87,90)
#676C6E
(103,108,110)
#7C8182
(124,129,130)
#919696
(145,150,150)
#A6ABAA
(166,171,170)
#BBC0BE
(187,192,190)
#D0D5D2
(208,213,210)
#E5EAE6
(229,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13181E; }

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

This text font color is #13181E.

Background Color

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

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

This div background color is #13181E.

Border color

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

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

This div border color is #13181E.

Opacity

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

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

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

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

This text has shadow with #13181E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #13181E.

Preview

Color preview on black background

This text has color #13181E on black background.


Color preview on white background

This text has color #13181E on white background.


Black color preview on #13181E background

This text has black color on #13181E background.


White color preview on #13181E background

This text has white color on #13181E background.


Related colors

Complementary color

Complementary color for #hex is #ECE7E1.


I love getcolorcode.com

Triadic colors

1 #1E1318 and #181E13 with #13181E are triadic colors.

2 #1E1813 and #18131E with #13181E are triadic colors.