COLOR #1D0D15

HEX: #1D0D15 RGB: (29,13,21)

Color info

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

RGB color model

#1D0D15 color RGB value is (29,13,21).

RGB: (29,13,21) (11%, 5%, 8%)

RGB channels and saturation

R 29 of 255 = 11%
G 13 of 255 = 5%
B 21 of 255 = 8%

29
13
21

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

Portions of RGB colors in percentages

R + G + B = 29 + 13 + 21 = 63 (100%)
R 29 of 63 ~ 46.03%
G 13 of 63 ~ 20.63%
B 21 of 63 ~ 33.33'%

%46.03
%20.63
%33.33

CMYK color model

#1D0D15 color CMYK value is (0,55,28,89).

  • cyan value is 0.00%
  • magenta value is 55.17%
  • yellow value is 27.59%
  • key color value is 88.63%

CMYK: (0,55,28,89)
C0M55Y28K89 (0%, 55%, 28%, 89%)
(0.00 / 0.55 / 0.28 / 0.89)

CMYK percentages

%0
%55.17
%27.59
%88.63

Codes

Color #1D0D15 in popluar color models

1D 0D 15
RGB 29 13 21
HSL 330° 38.10% 8.24%
HSB/HSV 330° 55.17% 11.37%
CMYK 0.00% 55.17% 27.59%
88.63%

Color #1D0D15 in popluar number systems.

HEX 1D 0D 15
Decimal 29 13 21
Binary 11101 1101 10101
Octal 35 15 25

Shades and tints

Shades of #1D0D15

#1D0D15
(29,13,21)
#1B0C14
(27,12,20)
#190B13
(25,11,19)
#170A12
(23,10,18)
#150911
(21,9,17)
#130810
(19,8,16)
#11070F
(17,7,15)
#0F060E
(15,6,14)
#0D050D
(13,5,13)
#0B040C
(11,4,12)
#09030B
(9,3,11)
#000000
(0,0,0)

Tints of #1D0D15

#1D0D15
(29,13,21)
#31232A
(49,35,42)
#45393F
(69,57,63)
#594F54
(89,79,84)
#6D6569
(109,101,105)
#817B7E
(129,123,126)
#959193
(149,145,147)
#A9A7A8
(169,167,168)
#BDBDBD
(189,189,189)
#D1D3D2
(209,211,210)
#E5E9E7
(229,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D0D15; }

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

This text font color is #1D0D15.

Background Color

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

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

This div background color is #1D0D15.

Border color

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

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

This div border color is #1D0D15.

Opacity

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

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

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

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

This text has shadow with #1D0D15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D0D15.

Preview

Color preview on black background

This text has color #1D0D15 on black background.


Color preview on white background

This text has color #1D0D15 on white background.


Black color preview on #1D0D15 background

This text has black color on #1D0D15 background.


White color preview on #1D0D15 background

This text has white color on #1D0D15 background.


Related colors

Complementary color

Complementary color for #hex is #E2F2EA.


I love getcolorcode.com

Triadic colors

1 #151D0D and #0D151D with #1D0D15 are triadic colors.

2 #150D1D and #0D1D15 with #1D0D15 are triadic colors.