COLOR #171318

HEX: #171318
RGB: (23,19,24)

Color info

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

RGB color model

#171318 color RGB value is (23,19,24).

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

RGB channels and saturation

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

23
19
24

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

Portions of RGB colors in percentages

R + G + B =
23 + 19 + 24 = 66 (100%)
R 23 of 66 ~ 34.85%
G 19 of 66 ~ 28.79%
B 24 of 66 ~ 36.36%

%34.85
%28.79
%36.36

CMYK color model

#171318 color CMYK value is (4,21,0,91).

  • cyan value is 4.17%
  • magenta value is 20.83%
  • yellow value is 0.00%
  • key color value is 90.59%
CMYK:
(4,21,0,91)
C4M21Y0K91 
(4%,21%,0%,91%)
(0.04/0.21/0.00/0.91)	

CMYK percentages

%4.17
%20.83
%0
%90.59

Codes

Color #171318 in popluar color models

171318
RGB231924
HSL288°11.63%8.43%
HSB/HSV288°20.83%9.41%
CMYK4.17%20.83%0.00%
90.59%

Color #171318 in popluar number systems.

HEX171318
Decimal231924
Binary101111001111000
Octal272330

Shades and tints

Shades of #171318

#171318
(23,19,24)
#151216
(21,18,22)
#131114
(19,17,20)
#111012
(17,16,18)
#0F0F10
(15,15,16)
#0D0E0E
(13,14,14)
#0B0D0C
(11,13,12)
#090C0A
(9,12,10)
#070B08
(7,11,8)
#050A06
(5,10,6)
#030904
(3,9,4)
#000000
(0,0,0)

Tints of #171318

#171318
(23,19,24)
#2C282D
(44,40,45)
#413D42
(65,61,66)
#565257
(86,82,87)
#6B676C
(107,103,108)
#807C81
(128,124,129)
#959196
(149,145,150)
#AAA6AB
(170,166,171)
#BFBBC0
(191,187,192)
#D4D0D5
(212,208,213)
#E9E5EA
(233,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #171318; }

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

This text font color is #171318.


Background Color

.myBgColor { background-color: #171318; }

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

This div background color is #171318.


Border color

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

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

This div border color is #171318.


Opacity

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

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

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

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

This text has shadow with #171318 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #171318 on black background.


Color preview on white background

This text has color #171318 on white background.



Black color preview on #171318 background

This text has black color on #171318 background.


White color preview on #171318 background

This text has white color on #171318 background.