COLOR #17190B

HEX: #17190B
RGB: (23,25,11)

Color info

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

RGB color model

#17190B color RGB value is (23,25,11).

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

RGB channels and saturation

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

23
25
11

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

Portions of RGB colors in percentages

R + G + B =
23 + 25 + 11 = 59 (100%)
R 23 of 59 ~ 38.98%
G 25 of 59 ~ 42.37%
B 11 of 59 ~ 18.64%

%38.98
%42.37
%18.64

CMYK color model

#17190B color CMYK value is (8,0,56,90).

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 56.00%
  • key color value is 90.20%
CMYK:
(8,0,56,90)
C8M0Y56K90 
(8%,0%,56%,90%)
(0.08/0.00/0.56/0.90)	

CMYK percentages

%8
%0
%56
%90.2

Codes

Color #17190B in popluar color models

17190B
RGB232511
HSL69°38.89%7.06%
HSB/HSV69°56.00%9.80%
CMYK8.00%0.00%56.00%
90.20%

Color #17190B in popluar number systems.

HEX17190B
Decimal232511
Binary10111110011011
Octal273113

Shades and tints

Shades of #17190B

#17190B
(23,25,11)
#15170A
(21,23,10)
#131509
(19,21,9)
#111308
(17,19,8)
#0F1107
(15,17,7)
#0D0F06
(13,15,6)
#0B0D05
(11,13,5)
#090B04
(9,11,4)
#070903
(7,9,3)
#050702
(5,7,2)
#030501
(3,5,1)
#000000
(0,0,0)

Tints of #17190B

#17190B
(23,25,11)
#2C2D21
(44,45,33)
#414137
(65,65,55)
#56554D
(86,85,77)
#6B6963
(107,105,99)
#807D79
(128,125,121)
#95918F
(149,145,143)
#AAA5A5
(170,165,165)
#BFB9BB
(191,185,187)
#D4CDD1
(212,205,209)
#E9E1E7
(233,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17190B; }

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

This text font color is #17190B.


Background Color

.myBgColor { background-color: #17190B; }

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

This div background color is #17190B.


Border color

.myBorderColor { border: 1px solid #17190B; }

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

This div border color is #17190B.


Opacity

.myOpacity80 { color: #17190B; opacity: 0.8; }

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

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

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

This text has shadow with #17190B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17190B on black background.


Color preview on white background

This text has color #17190B on white background.



Black color preview on #17190B background

This text has black color on #17190B background.


White color preview on #17190B background

This text has white color on #17190B background.