COLOR #17131C

HEX: #17131C RGB: (23,19,28)

Color info

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

RGB color model

#17131C color RGB value is (23,19,28).

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

RGB channels and saturation

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

23
19
28

R + G + B ~ 9%. #17131C is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 19 + 28 = 70 (100%)
R 23 of 70 ~ 32.86%
G 19 of 70 ~ 27.14%
B 28 of 70 ~ 40'%

%32.86
%27.14
%40

CMYK color model

#17131C color CMYK value is (18,32,0,89).

  • cyan value is 17.86%
  • magenta value is 32.14%
  • yellow value is 0.00%
  • key color value is 89.02%

CMYK: (18,32,0,89)
C18M32Y0K89 (18%, 32%, 0%, 89%)
(0.18 / 0.32 / 0.00 / 0.89)

CMYK percentages

%17.86
%32.14
%0
%89.02

Codes

Color #17131C in popluar color models

17 13 1C
RGB 23 19 28
HSL 267° 19.15% 9.22%
HSB/HSV 267° 32.14% 10.98%
CMYK 17.86% 32.14% 0.00%
89.02%

Color #17131C in popluar number systems.

HEX 17 13 1C
Decimal 23 19 28
Binary 10111 10011 11100
Octal 27 23 34

Shades and tints

Shades of #17131C

#17131C
(23,19,28)
#15121A
(21,18,26)
#131118
(19,17,24)
#111016
(17,16,22)
#0F0F14
(15,15,20)
#0D0E12
(13,14,18)
#0B0D10
(11,13,16)
#090C0E
(9,12,14)
#070B0C
(7,11,12)
#050A0A
(5,10,10)
#030908
(3,9,8)
#000000
(0,0,0)

Tints of #17131C

#17131C
(23,19,28)
#2C2830
(44,40,48)
#413D44
(65,61,68)
#565258
(86,82,88)
#6B676C
(107,103,108)
#807C80
(128,124,128)
#959194
(149,145,148)
#AAA6A8
(170,166,168)
#BFBBBC
(191,187,188)
#D4D0D0
(212,208,208)
#E9E5E4
(233,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17131C; }

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

This text font color is #17131C.

Background Color

.myBgColor { background-color: #17131C; }

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

This div background color is #17131C.

Border color

.myBorderColor { border: 1px solid #17131C; }

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

This div border color is #17131C.

Opacity

.myOpacity80 { color: #17131C; opacity: 0.8; }

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

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

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

This text has shadow with #17131C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #17131C.

Preview

Color preview on black background

This text has color #17131C on black background.


Color preview on white background

This text has color #17131C on white background.


Black color preview on #17131C background

This text has black color on #17131C background.


White color preview on #17131C background

This text has white color on #17131C background.


Related colors

Complementary color

Complementary color for #hex is #E8ECE3.


I love getcolorcode.com

Triadic colors

1 #1C1713 and #131C17 with #17131C are triadic colors.

2 #1C1317 and #13171C with #17131C are triadic colors.