COLOR #191709

HEX: #191709 RGB: (25,23,9)

Color info

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

RGB color model

#191709 color RGB value is (25,23,9).

RGB: (25,23,9) (10%, 9%, 4%)

RGB channels and saturation

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

25
23
9

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

Portions of RGB colors in percentages

R + G + B = 25 + 23 + 9 = 57 (100%)
R 25 of 57 ~ 43.86%
G 23 of 57 ~ 40.35%
B 9 of 57 ~ 15.79'%

%43.86
%40.35
%15.79

CMYK color model

#191709 color CMYK value is (0,8,64,90).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 64.00%
  • key color value is 90.20%

CMYK: (0,8,64,90)
C0M8Y64K90 (0%, 8%, 64%, 90%)
(0.00 / 0.08 / 0.64 / 0.90)

CMYK percentages

%0
%8
%64
%90.2

Codes

Color #191709 in popluar color models

19 17 09
RGB 25 23 9
HSL 53° 47.06% 6.67%
HSB/HSV 53° 64.00% 9.80%
CMYK 0.00% 8.00% 64.00%
90.20%

Color #191709 in popluar number systems.

HEX 19 17 09
Decimal 25 23 9
Binary 11001 10111 1001
Octal 31 27 11

Shades and tints

Shades of #191709

#191709
(25,23,9)
#171509
(23,21,9)
#151309
(21,19,9)
#131109
(19,17,9)
#110F09
(17,15,9)
#0F0D09
(15,13,9)
#0D0B09
(13,11,9)
#0B0909
(11,9,9)
#090709
(9,7,9)
#070509
(7,5,9)
#050309
(5,3,9)
#000000
(0,0,0)

Tints of #191709

#191709
(25,23,9)
#2D2C1F
(45,44,31)
#414135
(65,65,53)
#55564B
(85,86,75)
#696B61
(105,107,97)
#7D8077
(125,128,119)
#91958D
(145,149,141)
#A5AAA3
(165,170,163)
#B9BFB9
(185,191,185)
#CDD4CF
(205,212,207)
#E1E9E5
(225,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #191709; }

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

This text font color is #191709.

Background Color

.myBgColor { background-color: #191709; }

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

This div background color is #191709.

Border color

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

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

This div border color is #191709.

Opacity

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

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

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

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

This text has shadow with #191709 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #191709.

Preview

Color preview on black background

This text has color #191709 on black background.


Color preview on white background

This text has color #191709 on white background.


Black color preview on #191709 background

This text has black color on #191709 background.


White color preview on #191709 background

This text has white color on #191709 background.


Related colors

Complementary color

Complementary color for #hex is #E6E8F6.


I love getcolorcode.com

Triadic colors

1 #091917 and #170919 with #191709 are triadic colors.

2 #091719 and #171909 with #191709 are triadic colors.