COLOR #17191E

HEX: #17191E
RGB: (23,25,30)

Color info

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

RGB color model

#17191E color RGB value is (23,25,30).

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

RGB channels and saturation

R 23 of 255 = 9%
G 25 of 255 = 10%
B 30 of 255 = 12%

23
25
30

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

Portions of RGB colors in percentages

R + G + B =
23 + 25 + 30 = 78 (100%)
R 23 of 78 ~ 29.49%
G 25 of 78 ~ 32.05%
B 30 of 78 ~ 38.46%

%29.49
%32.05
%38.46

CMYK color model

#17191E color CMYK value is (23,17,0,88).

  • cyan value is 23.33%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(23,17,0,88)
C23M17Y0K88 
(23%,17%,0%,88%)
(0.23/0.17/0.00/0.88)	

CMYK percentages

%23.33
%16.67
%0
%88.24

Codes

Color #17191E in popluar color models

17191E
RGB232530
HSL223°13.21%10.39%
HSB/HSV223°23.33%11.76%
CMYK23.33%16.67%0.00%
88.24%

Color #17191E in popluar number systems.

HEX17191E
Decimal232530
Binary101111100111110
Octal273136

Shades and tints

Shades of #17191E

#17191E
(23,25,30)
#15171C
(21,23,28)
#13151A
(19,21,26)
#111318
(17,19,24)
#0F1116
(15,17,22)
#0D0F14
(13,15,20)
#0B0D12
(11,13,18)
#090B10
(9,11,16)
#07090E
(7,9,14)
#05070C
(5,7,12)
#03050A
(3,5,10)
#000000
(0,0,0)

Tints of #17191E

#17191E
(23,25,30)
#2C2D32
(44,45,50)
#414146
(65,65,70)
#56555A
(86,85,90)
#6B696E
(107,105,110)
#807D82
(128,125,130)
#959196
(149,145,150)
#AAA5AA
(170,165,170)
#BFB9BE
(191,185,190)
#D4CDD2
(212,205,210)
#E9E1E6
(233,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17191E; }

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

This text font color is #17191E.


Background Color

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

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

This div background color is #17191E.


Border color

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

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

This div border color is #17191E.


Opacity

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

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

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

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

This text has shadow with #17191E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17191E on black background.


Color preview on white background

This text has color #17191E on white background.



Black color preview on #17191E background

This text has black color on #17191E background.


White color preview on #17191E background

This text has white color on #17191E background.