COLOR #1D1511

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

Color info

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

RGB color model

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

RGB: (29,21,17) (11%, 8%, 7%)

RGB channels and saturation

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

29
21
17

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

Portions of RGB colors in percentages

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

%43.28
%31.34
%25.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.59%
  • yellow value is 41.38%
  • key color value is 88.63%

CMYK: (0,28,41,89)
C0M28Y41K89 (0%, 28%, 41%, 89%)
(0.00 / 0.28 / 0.41 / 0.89)

CMYK percentages

%0
%27.59
%41.38
%88.63

Codes

Color #1D1511 in popluar color models

1D 15 11
RGB 29 21 17
HSL 20° 26.09% 9.02%
HSB/HSV 20° 41.38% 11.37%
CMYK 0.00% 27.59% 41.38%
88.63%

Color #1D1511 in popluar number systems.

HEX 1D 15 11
Decimal 29 21 17
Binary 11101 10101 10001
Octal 35 25 21

Shades and tints

Shades of #1D1511

#1D1511
(29,21,17)
#1B1410
(27,20,16)
#19130F
(25,19,15)
#17120E
(23,18,14)
#15110D
(21,17,13)
#13100C
(19,16,12)
#110F0B
(17,15,11)
#0F0E0A
(15,14,10)
#0D0D09
(13,13,9)
#0B0C08
(11,12,8)
#090B07
(9,11,7)
#000000
(0,0,0)

Tints of #1D1511

#1D1511
(29,21,17)
#312A26
(49,42,38)
#453F3B
(69,63,59)
#595450
(89,84,80)
#6D6965
(109,105,101)
#817E7A
(129,126,122)
#95938F
(149,147,143)
#A9A8A4
(169,168,164)
#BDBDB9
(189,189,185)
#D1D2CE
(209,210,206)
#E5E7E3
(229,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D1511; }

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

This text font color is #1D1511.

Background Color

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

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

This div background color is #1D1511.

Border color

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

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

This div border color is #1D1511.

Opacity

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

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

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

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

This text has shadow with #1D1511 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D1511.

Preview

Color preview on black background

This text has color #1D1511 on black background.


Color preview on white background

This text has color #1D1511 on white background.


Black color preview on #1D1511 background

This text has black color on #1D1511 background.


White color preview on #1D1511 background

This text has white color on #1D1511 background.


Related colors

Complementary color

Complementary color for #hex is #E2EAEE.


I love getcolorcode.com

Triadic colors

1 #111D15 and #15111D with #1D1511 are triadic colors.

2 #11151D and #151D11 with #1D1511 are triadic colors.