COLOR #1D1313

HEX: #1D1313
RGB: (29,19,19)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

29
19
19

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

Portions of RGB colors in percentages

R + G + B =
29 + 19 + 19 = 67 (100%)
R 29 of 67 ~ 43.28%
G 19 of 67 ~ 28.36%
B 19 of 67 ~ 28.36%

%43.28
%28.36
%28.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.48%
  • yellow value is 34.48%
  • key color value is 88.63%
CMYK:
(0,34,34,89)
C0M34Y34K89 
(0%,34%,34%,89%)
(0.00/0.34/0.34/0.89)	

CMYK percentages

%0
%34.48
%34.48
%88.63

Codes

Color #1D1313 in popluar color models

1D1313
RGB291919
HSL20.83%9.41%
HSB/HSV34.48%11.37%
CMYK0.00%34.48%34.48%
88.63%

Color #1D1313 in popluar number systems.

HEX1D1313
Decimal291919
Binary111011001110011
Octal352323

Shades and tints

Shades of #1D1313

#1D1313
(29,19,19)
#1B1212
(27,18,18)
#191111
(25,17,17)
#171010
(23,16,16)
#150F0F
(21,15,15)
#130E0E
(19,14,14)
#110D0D
(17,13,13)
#0F0C0C
(15,12,12)
#0D0B0B
(13,11,11)
#0B0A0A
(11,10,10)
#090909
(9,9,9)
#000000
(0,0,0)

Tints of #1D1313

#1D1313
(29,19,19)
#312828
(49,40,40)
#453D3D
(69,61,61)
#595252
(89,82,82)
#6D6767
(109,103,103)
#817C7C
(129,124,124)
#959191
(149,145,145)
#A9A6A6
(169,166,166)
#BDBBBB
(189,187,187)
#D1D0D0
(209,208,208)
#E5E5E5
(229,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D1313; }

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

This text font color is #1D1313.


Background Color

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

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

This div background color is #1D1313.


Border color

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

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

This div border color is #1D1313.


Opacity

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

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

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

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

This text has shadow with #1D1313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D1313 on black background.


Color preview on white background

This text has color #1D1313 on white background.



Black color preview on #1D1313 background

This text has black color on #1D1313 background.


White color preview on #1D1313 background

This text has white color on #1D1313 background.