COLOR #170019

HEX: #170019
RGB: (23,0,25)

Color info

#170019 contains only red and blue colors. Web safe color of #170019 is #000000 (or #000).

RGB color model

#170019 color RGB value is (23,0,25).

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

RGB channels and saturation

R 23 of 255 = 9%
G 0 of 255 = 0%
B 25 of 255 = 10%

23
0
25

R + G + B ~ 6%. #170019 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 0 + 25 = 48 (100%)
R 23 of 48 ~ 47.92%
G 0 of 48 ~ 0%
B 25 of 48 ~ 52.08%

%47.92
%52.08

CMYK color model

#170019 color CMYK value is (8,100,0,90).

  • cyan value is 8.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(8,100,0,90)
C8M100Y0K90 
(8%,100%,0%,90%)
(0.08/1.00/0.00/0.90)	

CMYK percentages

%8
%100
%0
%90.2

Codes

Color #170019 in popluar color models

170019
RGB23025
HSL295°100.00%4.90%
HSB/HSV295°100.00%9.80%
CMYK8.00%100.00%0.00%
90.20%

Color #170019 in popluar number systems.

HEX170019
Decimal23025
Binary10111011001
Octal27031

Shades and tints

Shades of #170019

#170019
(23,0,25)
#150017
(21,0,23)
#130015
(19,0,21)
#110013
(17,0,19)
#0F0011
(15,0,17)
#0D000F
(13,0,15)
#0B000D
(11,0,13)
#09000B
(9,0,11)
#070009
(7,0,9)
#050007
(5,0,7)
#030005
(3,0,5)
#000000
(0,0,0)

Tints of #170019

#170019
(23,0,25)
#2C172D
(44,23,45)
#412E41
(65,46,65)
#564555
(86,69,85)
#6B5C69
(107,92,105)
#80737D
(128,115,125)
#958A91
(149,138,145)
#AAA1A5
(170,161,165)
#BFB8B9
(191,184,185)
#D4CFCD
(212,207,205)
#E9E6E1
(233,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #170019; }

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

This text font color is #170019.


Background Color

.myBgColor { background-color: #170019; }

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

This div background color is #170019.


Border color

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

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

This div border color is #170019.


Opacity

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

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

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

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

This text has shadow with #170019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #170019 on black background.


Color preview on white background

This text has color #170019 on white background.



Black color preview on #170019 background

This text has black color on #170019 background.


White color preview on #170019 background

This text has white color on #170019 background.