COLOR #1D130F

HEX: #1D130F RGB: (29,19,15)

Color info

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

RGB color model

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

RGB: (29,19,15) (11%, 7%, 6%)

RGB channels and saturation

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

29
19
15

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

Portions of RGB colors in percentages

R + G + B = 29 + 19 + 15 = 63 (100%)
R 29 of 63 ~ 46.03%
G 19 of 63 ~ 30.16%
B 15 of 63 ~ 23.81'%

%46.03
%30.16
%23.81

CMYK color model

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

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

CMYK: (0,34,48,89)
C0M34Y48K89 (0%, 34%, 48%, 89%)
(0.00 / 0.34 / 0.48 / 0.89)

CMYK percentages

%0
%34.48
%48.28
%88.63

Codes

Color #1D130F in popluar color models

1D 13 0F
RGB 29 19 15
HSL 17° 31.82% 8.63%
HSB/HSV 17° 48.28% 11.37%
CMYK 0.00% 34.48% 48.28%
88.63%

Color #1D130F in popluar number systems.

HEX 1D 13 0F
Decimal 29 19 15
Binary 11101 10011 1111
Octal 35 23 17

Shades and tints

Shades of #1D130F

#1D130F
(29,19,15)
#1B120E
(27,18,14)
#19110D
(25,17,13)
#17100C
(23,16,12)
#150F0B
(21,15,11)
#130E0A
(19,14,10)
#110D09
(17,13,9)
#0F0C08
(15,12,8)
#0D0B07
(13,11,7)
#0B0A06
(11,10,6)
#090905
(9,9,5)
#000000
(0,0,0)

Tints of #1D130F

#1D130F
(29,19,15)
#312824
(49,40,36)
#453D39
(69,61,57)
#59524E
(89,82,78)
#6D6763
(109,103,99)
#817C78
(129,124,120)
#95918D
(149,145,141)
#A9A6A2
(169,166,162)
#BDBBB7
(189,187,183)
#D1D0CC
(209,208,204)
#E5E5E1
(229,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D130F; }

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

This text font color is #1D130F.

Background Color

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

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

This div background color is #1D130F.

Border color

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

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

This div border color is #1D130F.

Opacity

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

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

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

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

This text has shadow with #1D130F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D130F.

Preview

Color preview on black background

This text has color #1D130F on black background.


Color preview on white background

This text has color #1D130F on white background.


Black color preview on #1D130F background

This text has black color on #1D130F background.


White color preview on #1D130F background

This text has white color on #1D130F background.


Related colors

Complementary color

Complementary color for #hex is #E2ECF0.


I love getcolorcode.com

Triadic colors

1 #0F1D13 and #130F1D with #1D130F are triadic colors.

2 #0F131D and #131D0F with #1D130F are triadic colors.