COLOR #131017

HEX: #131017
RGB: (19,16,23)

Color info

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

RGB color model

#131017 color RGB value is (19,16,23).

  • red value is 19;
  • green value is 16;
  • blue value is 23.
RGB:
(19,16,23)
(7%,6%,9%)

RGB channels and saturation

R 19 of 255 = 7%
G 16 of 255 = 6%
B 23 of 255 = 9%

19
16
23

R + G + B ~ 7%. #131017 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 16 + 23 = 58 (100%)
R 19 of 58 ~ 32.76%
G 16 of 58 ~ 27.59%
B 23 of 58 ~ 39.66%

%32.76
%27.59
%39.66

CMYK color model

#131017 color CMYK value is (17,30,0,91).

  • cyan value is 17.39%
  • magenta value is 30.43%
  • yellow value is 0.00%
  • key color value is 90.98%
CMYK:
(17,30,0,91)
C17M30Y0K91 
(17%,30%,0%,91%)
(0.17/0.30/0.00/0.91)	

CMYK percentages

%17.39
%30.43
%0
%90.98

Codes

Color #131017 in popluar color models

131017
RGB191623
HSL266°17.95%7.65%
HSB/HSV266°30.43%9.02%
CMYK17.39%30.43%0.00%
90.98%

Color #131017 in popluar number systems.

HEX131017
Decimal191623
Binary100111000010111
Octal232027

Shades and tints

Shades of #131017

#131017
(19,16,23)
#120F15
(18,15,21)
#110E13
(17,14,19)
#100D11
(16,13,17)
#0F0C0F
(15,12,15)
#0E0B0D
(14,11,13)
#0D0A0B
(13,10,11)
#0C0909
(12,9,9)
#0B0807
(11,8,7)
#0A0705
(10,7,5)
#090603
(9,6,3)
#000000
(0,0,0)

Tints of #131017

#131017
(19,16,23)
#28252C
(40,37,44)
#3D3A41
(61,58,65)
#524F56
(82,79,86)
#67646B
(103,100,107)
#7C7980
(124,121,128)
#918E95
(145,142,149)
#A6A3AA
(166,163,170)
#BBB8BF
(187,184,191)
#D0CDD4
(208,205,212)
#E5E2E9
(229,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131017; }

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

This text font color is #131017.


Background Color

.myBgColor { background-color: #131017; }

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

This div background color is #131017.


Border color

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

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

This div border color is #131017.


Opacity

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

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

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

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

This text has shadow with #131017 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131017 on black background.


Color preview on white background

This text has color #131017 on white background.



Black color preview on #131017 background

This text has black color on #131017 background.


White color preview on #131017 background

This text has white color on #131017 background.