COLOR #17191C

HEX: #17191C
RGB: (23,25,28)

Color info

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

RGB color model

#17191C color RGB value is (23,25,28).

  • red value is 23;
  • green value is 25;
  • blue value is 28.
RGB:
(23,25,28)
(9%,10%,11%)

RGB channels and saturation

R 23 of 255 = 9%
G 25 of 255 = 10%
B 28 of 255 = 11%

23
25
28

R + G + B ~ 10%. #17191C is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 25 + 28 = 76 (100%)
R 23 of 76 ~ 30.26%
G 25 of 76 ~ 32.89%
B 28 of 76 ~ 36.84%

%30.26
%32.89
%36.84

CMYK color model

#17191C color CMYK value is (18,11,0,89).

  • cyan value is 17.86%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(18,11,0,89)
C18M11Y0K89 
(18%,11%,0%,89%)
(0.18/0.11/0.00/0.89)	

CMYK percentages

%17.86
%10.71
%0
%89.02

Codes

Color #17191C in popluar color models

17191C
RGB232528
HSL216°9.80%10.00%
HSB/HSV216°17.86%10.98%
CMYK17.86%10.71%0.00%
89.02%

Color #17191C in popluar number systems.

HEX17191C
Decimal232528
Binary101111100111100
Octal273134

Shades and tints

Shades of #17191C

#17191C
(23,25,28)
#15171A
(21,23,26)
#131518
(19,21,24)
#111316
(17,19,22)
#0F1114
(15,17,20)
#0D0F12
(13,15,18)
#0B0D10
(11,13,16)
#090B0E
(9,11,14)
#07090C
(7,9,12)
#05070A
(5,7,10)
#030508
(3,5,8)
#000000
(0,0,0)

Tints of #17191C

#17191C
(23,25,28)
#2C2D30
(44,45,48)
#414144
(65,65,68)
#565558
(86,85,88)
#6B696C
(107,105,108)
#807D80
(128,125,128)
#959194
(149,145,148)
#AAA5A8
(170,165,168)
#BFB9BC
(191,185,188)
#D4CDD0
(212,205,208)
#E9E1E4
(233,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17191C; }

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

This text font color is #17191C.


Background Color

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

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

This div background color is #17191C.


Border color

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

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

This div border color is #17191C.


Opacity

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

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

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

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

This text has shadow with #17191C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17191C on black background.


Color preview on white background

This text has color #17191C on white background.



Black color preview on #17191C background

This text has black color on #17191C background.


White color preview on #17191C background

This text has white color on #17191C background.