COLOR #1D1A13

HEX: #1D1A13 RGB: (29,26,19)

Color info

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

RGB color model

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

RGB: (29,26,19) (11%, 10%, 7%)

RGB channels and saturation

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

29
26
19

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

Portions of RGB colors in percentages

R + G + B = 29 + 26 + 19 = 74 (100%)
R 29 of 74 ~ 39.19%
G 26 of 74 ~ 35.14%
B 19 of 74 ~ 25.68'%

%39.19
%35.14
%25.68

CMYK color model

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

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

CMYK: (0,10,34,89)
C0M10Y34K89 (0%, 10%, 34%, 89%)
(0.00 / 0.10 / 0.34 / 0.89)

CMYK percentages

%0
%10.34
%34.48
%88.63

Codes

Color #1D1A13 in popluar color models

1D 1A 13
RGB 29 26 19
HSL 42° 20.83% 9.41%
HSB/HSV 42° 34.48% 11.37%
CMYK 0.00% 10.34% 34.48%
88.63%

Color #1D1A13 in popluar number systems.

HEX 1D 1A 13
Decimal 29 26 19
Binary 11101 11010 10011
Octal 35 32 23

Shades and tints

Shades of #1D1A13

#1D1A13
(29,26,19)
#1B1812
(27,24,18)
#191611
(25,22,17)
#171410
(23,20,16)
#15120F
(21,18,15)
#13100E
(19,16,14)
#110E0D
(17,14,13)
#0F0C0C
(15,12,12)
#0D0A0B
(13,10,11)
#0B080A
(11,8,10)
#090609
(9,6,9)
#000000
(0,0,0)

Tints of #1D1A13

#1D1A13
(29,26,19)
#312E28
(49,46,40)
#45423D
(69,66,61)
#595652
(89,86,82)
#6D6A67
(109,106,103)
#817E7C
(129,126,124)
#959291
(149,146,145)
#A9A6A6
(169,166,166)
#BDBABB
(189,186,187)
#D1CED0
(209,206,208)
#E5E2E5
(229,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D1A13; }

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

This text font color is #1D1A13.

Background Color

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

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

This div background color is #1D1A13.

Border color

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

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

This div border color is #1D1A13.

Opacity

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

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

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

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

This text has shadow with #1D1A13 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D1A13.

Preview

Color preview on black background

This text has color #1D1A13 on black background.


Color preview on white background

This text has color #1D1A13 on white background.


Black color preview on #1D1A13 background

This text has black color on #1D1A13 background.


White color preview on #1D1A13 background

This text has white color on #1D1A13 background.


Related colors

Complementary color

Complementary color for #hex is #E2E5EC.


I love getcolorcode.com

Triadic colors

1 #131D1A and #1A131D with #1D1A13 are triadic colors.

2 #131A1D and #1A1D13 with #1D1A13 are triadic colors.