COLOR #1D171B

HEX: #1D171B
RGB: (29,23,27)

Color info

#1D171B contains red, green and blue colors in about the same proportion. Web safe color of #1D171B is #330033 (or #303).

RGB color model

#1D171B color RGB value is (29,23,27).

  • red value is 29;
  • green value is 23;
  • blue value is 27.
RGB:
(29,23,27)
(11%,9%,11%)

RGB channels and saturation

R 29 of 255 = 11%
G 23 of 255 = 9%
B 27 of 255 = 11%

29
23
27

R + G + B ~ 10%. #1D171B is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 23 + 27 = 79 (100%)
R 29 of 79 ~ 36.71%
G 23 of 79 ~ 29.11%
B 27 of 79 ~ 34.18%

%36.71
%29.11
%34.18

CMYK color model

#1D171B color CMYK value is (0,21,7,89).

  • cyan value is 0.00%
  • magenta value is 20.69%
  • yellow value is 6.90%
  • key color value is 88.63%
CMYK:
(0,21,7,89)
C0M21Y7K89 
(0%,21%,7%,89%)
(0.00/0.21/0.07/0.89)	

CMYK percentages

%0
%20.69
%6.9
%88.63

Codes

Color #1D171B in popluar color models

1D171B
RGB292327
HSL320°11.54%10.20%
HSB/HSV320°20.69%11.37%
CMYK0.00%20.69%6.90%
88.63%

Color #1D171B in popluar number systems.

HEX1D171B
Decimal292327
Binary111011011111011
Octal352733

Shades and tints

Shades of #1D171B

#1D171B
(29,23,27)
#1B1519
(27,21,25)
#191317
(25,19,23)
#171115
(23,17,21)
#150F13
(21,15,19)
#130D11
(19,13,17)
#110B0F
(17,11,15)
#0F090D
(15,9,13)
#0D070B
(13,7,11)
#0B0509
(11,5,9)
#090307
(9,3,7)
#000000
(0,0,0)

Tints of #1D171B

#1D171B
(29,23,27)
#312C2F
(49,44,47)
#454143
(69,65,67)
#595657
(89,86,87)
#6D6B6B
(109,107,107)
#81807F
(129,128,127)
#959593
(149,149,147)
#A9AAA7
(169,170,167)
#BDBFBB
(189,191,187)
#D1D4CF
(209,212,207)
#E5E9E3
(229,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D171B color. Also use rgb(29,23,27) instead hex code.

Text Font Color

.myTextColor { color: #1D171B; }

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

This text font color is #1D171B.


Background Color

.myBgColor { background-color: #1D171B; }

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

This div background color is #1D171B.


Border color

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

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

This div border color is #1D171B.


Opacity

.myOpacity80 { color: #1D171B; opacity: 0.8; }

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

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

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

This text has shadow with #1D171B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D171B on black background.


Color preview on white background

This text has color #1D171B on white background.



Black color preview on #1D171B background

This text has black color on #1D171B background.


White color preview on #1D171B background

This text has white color on #1D171B background.