COLOR #13170B

HEX: #13170B RGB: (19,23,11)

Color info

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

RGB color model

#13170B color RGB value is (19,23,11).

RGB: (19,23,11) (7%, 9%, 4%)

RGB channels and saturation

R 19 of 255 = 7%
G 23 of 255 = 9%
B 11 of 255 = 4%

19
23
11

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

Portions of RGB colors in percentages

R + G + B = 19 + 23 + 11 = 53 (100%)
R 19 of 53 ~ 35.85%
G 23 of 53 ~ 43.4%
B 11 of 53 ~ 20.75'%

%35.85
%43.4
%20.75

CMYK color model

#13170B color CMYK value is (17,0,52,91).

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

CMYK: (17,0,52,91)
C17M0Y52K91 (17%, 0%, 52%, 91%)
(0.17 / 0.00 / 0.52 / 0.91)

CMYK percentages

%17.39
%0
%52.17
%90.98

Codes

Color #13170B in popluar color models

13 17 0B
RGB 19 23 11
HSL 80° 35.29% 6.67%
HSB/HSV 80° 52.17% 9.02%
CMYK 17.39% 0.00% 52.17%
90.98%

Color #13170B in popluar number systems.

HEX 13 17 0B
Decimal 19 23 11
Binary 10011 10111 1011
Octal 23 27 13

Shades and tints

Shades of #13170B

#13170B
(19,23,11)
#12150A
(18,21,10)
#111309
(17,19,9)
#101108
(16,17,8)
#0F0F07
(15,15,7)
#0E0D06
(14,13,6)
#0D0B05
(13,11,5)
#0C0904
(12,9,4)
#0B0703
(11,7,3)
#0A0502
(10,5,2)
#090301
(9,3,1)
#000000
(0,0,0)

Tints of #13170B

#13170B
(19,23,11)
#282C21
(40,44,33)
#3D4137
(61,65,55)
#52564D
(82,86,77)
#676B63
(103,107,99)
#7C8079
(124,128,121)
#91958F
(145,149,143)
#A6AAA5
(166,170,165)
#BBBFBB
(187,191,187)
#D0D4D1
(208,212,209)
#E5E9E7
(229,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13170B; }

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

This text font color is #13170B.

Background Color

.myBgColor { background-color: #13170B; }

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

This div background color is #13170B.

Border color

.myBorderColor { border: 1px solid #13170B; }

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

This div border color is #13170B.

Opacity

.myOpacity80 { color: #13170B; opacity: 0.8; }

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

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

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

This text has shadow with #13170B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #13170B.

Preview

Color preview on black background

This text has color #13170B on black background.


Color preview on white background

This text has color #13170B on white background.


Black color preview on #13170B background

This text has black color on #13170B background.


White color preview on #13170B background

This text has white color on #13170B background.


Related colors

Complementary color

Complementary color for #hex is #ECE8F4.


I love getcolorcode.com

Triadic colors

1 #0B1317 and #170B13 with #13170B are triadic colors.

2 #0B1713 and #17130B with #13170B are triadic colors.