COLOR #1D1719

HEX: #1D1719
RGB: (29,23,25)

Color info

#1D1719 contains red, green and blue colors in about the same proportion. Web safe color of #1D1719 is #330000 (or #300).

RGB color model

#1D1719 color RGB value is (29,23,25).

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

RGB channels and saturation

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

29
23
25

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

Portions of RGB colors in percentages

R + G + B =
29 + 23 + 25 = 77 (100%)
R 29 of 77 ~ 37.66%
G 23 of 77 ~ 29.87%
B 25 of 77 ~ 32.47%

%37.66
%29.87
%32.47

CMYK color model

#1D1719 color CMYK value is (0,21,14,89).

  • cyan value is 0.00%
  • magenta value is 20.69%
  • yellow value is 13.79%
  • key color value is 88.63%
CMYK:
(0,21,14,89)
C0M21Y14K89 
(0%,21%,14%,89%)
(0.00/0.21/0.14/0.89)	

CMYK percentages

%0
%20.69
%13.79
%88.63

Codes

Color #1D1719 in popluar color models

1D1719
RGB292325
HSL340°11.54%10.20%
HSB/HSV340°20.69%11.37%
CMYK0.00%20.69%13.79%
88.63%

Color #1D1719 in popluar number systems.

HEX1D1719
Decimal292325
Binary111011011111001
Octal352731

Shades and tints

Shades of #1D1719

#1D1719
(29,23,25)
#1B1517
(27,21,23)
#191315
(25,19,21)
#171113
(23,17,19)
#150F11
(21,15,17)
#130D0F
(19,13,15)
#110B0D
(17,11,13)
#0F090B
(15,9,11)
#0D0709
(13,7,9)
#0B0507
(11,5,7)
#090305
(9,3,5)
#000000
(0,0,0)

Tints of #1D1719

#1D1719
(29,23,25)
#312C2D
(49,44,45)
#454141
(69,65,65)
#595655
(89,86,85)
#6D6B69
(109,107,105)
#81807D
(129,128,125)
#959591
(149,149,145)
#A9AAA5
(169,170,165)
#BDBFB9
(189,191,185)
#D1D4CD
(209,212,205)
#E5E9E1
(229,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D1719; }

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

This text font color is #1D1719.


Background Color

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

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

This div background color is #1D1719.


Border color

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

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

This div border color is #1D1719.


Opacity

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

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

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

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

This text has shadow with #1D1719 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D1719 on black background.


Color preview on white background

This text has color #1D1719 on white background.



Black color preview on #1D1719 background

This text has black color on #1D1719 background.


White color preview on #1D1719 background

This text has white color on #1D1719 background.