COLOR #1D1213

HEX: #1D1213 RGB: (29,18,19)

Color info

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

RGB color model

#1D1213 color RGB value is (29,18,19).

RGB: (29,18,19) (11%, 7%, 7%)

RGB channels and saturation

R 29 of 255 = 11%
G 18 of 255 = 7%
B 19 of 255 = 7%

29
18
19

R + G + B ~ 8%. #1D1213 is dark color.

Portions of RGB colors in percentages

R + G + B = 29 + 18 + 19 = 66 (100%)
R 29 of 66 ~ 43.94%
G 18 of 66 ~ 27.27%
B 19 of 66 ~ 28.79'%

%43.94
%27.27
%28.79

CMYK color model

#1D1213 color CMYK value is (0,38,34,89).

  • cyan value is 0.00%
  • magenta value is 37.93%
  • yellow value is 34.48%
  • key color value is 88.63%

CMYK: (0,38,34,89)
C0M38Y34K89 (0%, 38%, 34%, 89%)
(0.00 / 0.38 / 0.34 / 0.89)

CMYK percentages

%0
%37.93
%34.48
%88.63

Codes

Color #1D1213 in popluar color models

1D 12 13
RGB 29 18 19
HSL 355° 23.40% 9.22%
HSB/HSV 355° 37.93% 11.37%
CMYK 0.00% 37.93% 34.48%
88.63%

Color #1D1213 in popluar number systems.

HEX 1D 12 13
Decimal 29 18 19
Binary 11101 10010 10011
Octal 35 22 23

Shades and tints

Shades of #1D1213

#1D1213
(29,18,19)
#1B1112
(27,17,18)
#191011
(25,16,17)
#170F10
(23,15,16)
#150E0F
(21,14,15)
#130D0E
(19,13,14)
#110C0D
(17,12,13)
#0F0B0C
(15,11,12)
#0D0A0B
(13,10,11)
#0B090A
(11,9,10)
#090809
(9,8,9)
#000000
(0,0,0)

Tints of #1D1213

#1D1213
(29,18,19)
#312728
(49,39,40)
#453C3D
(69,60,61)
#595152
(89,81,82)
#6D6667
(109,102,103)
#817B7C
(129,123,124)
#959091
(149,144,145)
#A9A5A6
(169,165,166)
#BDBABB
(189,186,187)
#D1CFD0
(209,207,208)
#E5E4E5
(229,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D1213 color. Also use rgb(29,18,19) instead hex code.

Text Font Color

.myTextColor { color: #1D1213; }

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

This text font color is #1D1213.

Background Color

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

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

This div background color is #1D1213.

Border color

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

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

This div border color is #1D1213.

Opacity

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

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

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

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

This text has shadow with #1D1213 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D1213.

Preview

Color preview on black background

This text has color #1D1213 on black background.


Color preview on white background

This text has color #1D1213 on white background.


Black color preview on #1D1213 background

This text has black color on #1D1213 background.


White color preview on #1D1213 background

This text has white color on #1D1213 background.


Related colors

Complementary color

Complementary color for #hex is #E2EDEC.


I love getcolorcode.com

Triadic colors

1 #131D12 and #12131D with #1D1213 are triadic colors.

2 #13121D and #121D13 with #1D1213 are triadic colors.