COLOR #1D1312

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

29
19
18

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

Portions of RGB colors in percentages

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

%43.94
%28.79
%27.27

CMYK color model

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

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

CMYK percentages

%0
%34.48
%37.93
%88.63

Codes

Color #1D1312 in popluar color models

1D1312
RGB291918
HSL23.40%9.22%
HSB/HSV37.93%11.37%
CMYK0.00%34.48%37.93%
88.63%

Color #1D1312 in popluar number systems.

HEX1D1312
Decimal291918
Binary111011001110010
Octal352322

Shades and tints

Shades of #1D1312

#1D1312
(29,19,18)
#1B1211
(27,18,17)
#191110
(25,17,16)
#17100F
(23,16,15)
#150F0E
(21,15,14)
#130E0D
(19,14,13)
#110D0C
(17,13,12)
#0F0C0B
(15,12,11)
#0D0B0A
(13,11,10)
#0B0A09
(11,10,9)
#090908
(9,9,8)
#000000
(0,0,0)

Tints of #1D1312

#1D1312
(29,19,18)
#312827
(49,40,39)
#453D3C
(69,61,60)
#595251
(89,82,81)
#6D6766
(109,103,102)
#817C7B
(129,124,123)
#959190
(149,145,144)
#A9A6A5
(169,166,165)
#BDBBBA
(189,187,186)
#D1D0CF
(209,208,207)
#E5E5E4
(229,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D1312; }

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

This text font color is #1D1312.


Background Color

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

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

This div background color is #1D1312.


Border color

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

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

This div border color is #1D1312.


Opacity

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

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

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

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

This text has shadow with #1D1312 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #1D1312 on black background.


Color preview on white background

This text has color #1D1312 on white background.



Black color preview on #1D1312 background

This text has black color on #1D1312 background.


White color preview on #1D1312 background

This text has white color on #1D1312 background.