COLOR #1D1114

HEX: #1D1114
RGB: (29,17,20)

Color info

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

RGB color model

#1D1114 color RGB value is (29,17,20).

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

RGB channels and saturation

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

29
17
20

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

Portions of RGB colors in percentages

R + G + B =
29 + 17 + 20 = 66 (100%)
R 29 of 66 ~ 43.94%
G 17 of 66 ~ 25.76%
B 20 of 66 ~ 30.3%

%43.94
%25.76
%30.3

CMYK color model

#1D1114 color CMYK value is (0,41,31,89).

  • cyan value is 0.00%
  • magenta value is 41.38%
  • yellow value is 31.03%
  • key color value is 88.63%
CMYK:
(0,41,31,89)
C0M41Y31K89 
(0%,41%,31%,89%)
(0.00/0.41/0.31/0.89)	

CMYK percentages

%0
%41.38
%31.03
%88.63

Codes

Color #1D1114 in popluar color models

1D1114
RGB291720
HSL345°26.09%9.02%
HSB/HSV345°41.38%11.37%
CMYK0.00%41.38%31.03%
88.63%

Color #1D1114 in popluar number systems.

HEX1D1114
Decimal291720
Binary111011000110100
Octal352124

Shades and tints

Shades of #1D1114

#1D1114
(29,17,20)
#1B1013
(27,16,19)
#190F12
(25,15,18)
#170E11
(23,14,17)
#150D10
(21,13,16)
#130C0F
(19,12,15)
#110B0E
(17,11,14)
#0F0A0D
(15,10,13)
#0D090C
(13,9,12)
#0B080B
(11,8,11)
#09070A
(9,7,10)
#000000
(0,0,0)

Tints of #1D1114

#1D1114
(29,17,20)
#312629
(49,38,41)
#453B3E
(69,59,62)
#595053
(89,80,83)
#6D6568
(109,101,104)
#817A7D
(129,122,125)
#958F92
(149,143,146)
#A9A4A7
(169,164,167)
#BDB9BC
(189,185,188)
#D1CED1
(209,206,209)
#E5E3E6
(229,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D1114; }

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

This text font color is #1D1114.


Background Color

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

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

This div background color is #1D1114.


Border color

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

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

This div border color is #1D1114.


Opacity

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

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

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

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

This text has shadow with #1D1114 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D1114 on black background.


Color preview on white background

This text has color #1D1114 on white background.



Black color preview on #1D1114 background

This text has black color on #1D1114 background.


White color preview on #1D1114 background

This text has white color on #1D1114 background.