COLOR #13111A

HEX: #13111A RGB: (19,17,26)

Color info

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

RGB color model

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

RGB: (19,17,26) (7%, 7%, 10%)

RGB channels and saturation

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

19
17
26

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

Portions of RGB colors in percentages

R + G + B = 19 + 17 + 26 = 62 (100%)
R 19 of 62 ~ 30.65%
G 17 of 62 ~ 27.42%
B 26 of 62 ~ 41.94'%

%30.65
%27.42
%41.94

CMYK color model

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

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

CMYK percentages

%26.92
%34.62
%0
%89.8

Codes

Color #13111A in popluar color models

13 11 1A
RGB 19 17 26
HSL 253° 20.93% 8.43%
HSB/HSV 253° 34.62% 10.20%
CMYK 26.92% 34.62% 0.00%
89.80%

Color #13111A in popluar number systems.

HEX 13 11 1A
Decimal 19 17 26
Binary 10011 10001 11010
Octal 23 21 32

Shades and tints

Shades of #13111A

#13111A
(19,17,26)
#121018
(18,16,24)
#110F16
(17,15,22)
#100E14
(16,14,20)
#0F0D12
(15,13,18)
#0E0C10
(14,12,16)
#0D0B0E
(13,11,14)
#0C0A0C
(12,10,12)
#0B090A
(11,9,10)
#0A0808
(10,8,8)
#090706
(9,7,6)
#000000
(0,0,0)

Tints of #13111A

#13111A
(19,17,26)
#28262E
(40,38,46)
#3D3B42
(61,59,66)
#525056
(82,80,86)
#67656A
(103,101,106)
#7C7A7E
(124,122,126)
#918F92
(145,143,146)
#A6A4A6
(166,164,166)
#BBB9BA
(187,185,186)
#D0CECE
(208,206,206)
#E5E3E2
(229,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13111A; }

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

This text font color is #13111A.

Background Color

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

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

This div background color is #13111A.

Border color

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

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

This div border color is #13111A.

Opacity

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

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

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

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

This text has shadow with #13111A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #13111A.

Preview

Color preview on black background

This text has color #13111A on black background.


Color preview on white background

This text has color #13111A on white background.


Black color preview on #13111A background

This text has black color on #13111A background.


White color preview on #13111A background

This text has white color on #13111A background.


Related colors

Complementary color

Complementary color for #hex is #ECEEE5.


I love getcolorcode.com

Triadic colors

1 #1A1311 and #111A13 with #13111A are triadic colors.

2 #1A1113 and #11131A with #13111A are triadic colors.