COLOR #1D1301

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

29
19
1

R + G + B ~ 6%. #1D1301 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 19 + 1 = 49 (100%)
R 29 of 49 ~ 59.18%
G 19 of 49 ~ 38.78%
B 1 of 49 ~ 2.04%

%59.18
%38.78

CMYK color model

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

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

CMYK percentages

%0
%34.48
%96.55
%88.63

Codes

Color #1D1301 in popluar color models

1D1301
RGB29191
HSL39°93.33%5.88%
HSB/HSV39°96.55%11.37%
CMYK0.00%34.48%96.55%
88.63%

Color #1D1301 in popluar number systems.

HEX1D1301
Decimal29191
Binary11101100111
Octal35231

Shades and tints

Shades of #1D1301

#1D1301
(29,19,1)
#1B1201
(27,18,1)
#191101
(25,17,1)
#171001
(23,16,1)
#150F01
(21,15,1)
#130E01
(19,14,1)
#110D01
(17,13,1)
#0F0C01
(15,12,1)
#0D0B01
(13,11,1)
#0B0A01
(11,10,1)
#090901
(9,9,1)
#000000
(0,0,0)

Tints of #1D1301

#1D1301
(29,19,1)
#312818
(49,40,24)
#453D2F
(69,61,47)
#595246
(89,82,70)
#6D675D
(109,103,93)
#817C74
(129,124,116)
#95918B
(149,145,139)
#A9A6A2
(169,166,162)
#BDBBB9
(189,187,185)
#D1D0D0
(209,208,208)
#E5E5E7
(229,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D1301; }

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

This text font color is #1D1301.


Background Color

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

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

This div background color is #1D1301.


Border color

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

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

This div border color is #1D1301.


Opacity

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

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

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

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

This text has shadow with #1D1301 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D1301 on black background.


Color preview on white background

This text has color #1D1301 on white background.



Black color preview on #1D1301 background

This text has black color on #1D1301 background.


White color preview on #1D1301 background

This text has white color on #1D1301 background.