COLOR #1D1115

HEX: #1D1115
RGB: (29,17,21)

Color info

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

RGB color model

#1D1115 color RGB value is (29,17,21).

  • red value is 29;
  • green value is 17;
  • blue value is 21.
RGB:
(29,17,21)
(11%,7%,8%)

RGB channels and saturation

R 29 of 255 = 11%
G 17 of 255 = 7%
B 21 of 255 = 8%

29
17
21

R + G + B ~ 9%. #1D1115 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 17 + 21 = 67 (100%)
R 29 of 67 ~ 43.28%
G 17 of 67 ~ 25.37%
B 21 of 67 ~ 31.34%

%43.28
%25.37
%31.34

CMYK color model

#1D1115 color CMYK value is (0,41,28,89).

  • cyan value is 0.00%
  • magenta value is 41.38%
  • yellow value is 27.59%
  • key color value is 88.63%
CMYK:
(0,41,28,89)
C0M41Y28K89 
(0%,41%,28%,89%)
(0.00/0.41/0.28/0.89)	

CMYK percentages

%0
%41.38
%27.59
%88.63

Codes

Color #1D1115 in popluar color models

1D1115
RGB291721
HSL340°26.09%9.02%
HSB/HSV340°41.38%11.37%
CMYK0.00%41.38%27.59%
88.63%

Color #1D1115 in popluar number systems.

HEX1D1115
Decimal291721
Binary111011000110101
Octal352125

Shades and tints

Shades of #1D1115

#1D1115
(29,17,21)
#1B1014
(27,16,20)
#190F13
(25,15,19)
#170E12
(23,14,18)
#150D11
(21,13,17)
#130C10
(19,12,16)
#110B0F
(17,11,15)
#0F0A0E
(15,10,14)
#0D090D
(13,9,13)
#0B080C
(11,8,12)
#09070B
(9,7,11)
#000000
(0,0,0)

Tints of #1D1115

#1D1115
(29,17,21)
#31262A
(49,38,42)
#453B3F
(69,59,63)
#595054
(89,80,84)
#6D6569
(109,101,105)
#817A7E
(129,122,126)
#958F93
(149,143,147)
#A9A4A8
(169,164,168)
#BDB9BD
(189,185,189)
#D1CED2
(209,206,210)
#E5E3E7
(229,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D1115 color. Also use rgb(29,17,21) instead hex code.

Text Font Color

.myTextColor { color: #1D1115; }

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

This text font color is #1D1115.


Background Color

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

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

This div background color is #1D1115.


Border color

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

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

This div border color is #1D1115.


Opacity

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

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

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

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

This text has shadow with #1D1115 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D1115 on black background.


Color preview on white background

This text has color #1D1115 on white background.



Black color preview on #1D1115 background

This text has black color on #1D1115 background.


White color preview on #1D1115 background

This text has white color on #1D1115 background.