COLOR #131117

HEX: #131117 RGB: (19,17,23)

Color info

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

RGB color model

#131117 color RGB value is (19,17,23).

RGB: (19,17,23) (7%, 7%, 9%)

RGB channels and saturation

R 19 of 255 = 7%
G 17 of 255 = 7%
B 23 of 255 = 9%

19
17
23

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

Portions of RGB colors in percentages

R + G + B = 19 + 17 + 23 = 59 (100%)
R 19 of 59 ~ 32.2%
G 17 of 59 ~ 28.81%
B 23 of 59 ~ 38.98'%

%32.2
%28.81
%38.98

CMYK color model

#131117 color CMYK value is (17,26,0,91).

  • cyan value is 17.39%
  • magenta value is 26.09%
  • yellow value is 0.00%
  • key color value is 90.98%

CMYK: (17,26,0,91)
C17M26Y0K91 (17%, 26%, 0%, 91%)
(0.17 / 0.26 / 0.00 / 0.91)

CMYK percentages

%17.39
%26.09
%0
%90.98

Codes

Color #131117 in popluar color models

13 11 17
RGB 19 17 23
HSL 260° 15.00% 7.84%
HSB/HSV 260° 26.09% 9.02%
CMYK 17.39% 26.09% 0.00%
90.98%

Color #131117 in popluar number systems.

HEX 13 11 17
Decimal 19 17 23
Binary 10011 10001 10111
Octal 23 21 27

Shades and tints

Shades of #131117

#131117
(19,17,23)
#121015
(18,16,21)
#110F13
(17,15,19)
#100E11
(16,14,17)
#0F0D0F
(15,13,15)
#0E0C0D
(14,12,13)
#0D0B0B
(13,11,11)
#0C0A09
(12,10,9)
#0B0907
(11,9,7)
#0A0805
(10,8,5)
#090703
(9,7,3)
#000000
(0,0,0)

Tints of #131117

#131117
(19,17,23)
#28262C
(40,38,44)
#3D3B41
(61,59,65)
#525056
(82,80,86)
#67656B
(103,101,107)
#7C7A80
(124,122,128)
#918F95
(145,143,149)
#A6A4AA
(166,164,170)
#BBB9BF
(187,185,191)
#D0CED4
(208,206,212)
#E5E3E9
(229,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131117; }

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

This text font color is #131117.

Background Color

.myBgColor { background-color: #131117; }

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

This div background color is #131117.

Border color

.myBorderColor { border: 1px solid #131117; }

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

This div border color is #131117.

Opacity

.myOpacity80 { color: #131117; opacity: 0.8; }

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

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

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

This text has shadow with #131117 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #131117.

Preview

Color preview on black background

This text has color #131117 on black background.


Color preview on white background

This text has color #131117 on white background.


Black color preview on #131117 background

This text has black color on #131117 background.


White color preview on #131117 background

This text has white color on #131117 background.


Related colors

Complementary color

Complementary color for #hex is #ECEEE8.


I love getcolorcode.com

Triadic colors

1 #171311 and #111713 with #131117 are triadic colors.

2 #171113 and #111317 with #131117 are triadic colors.