COLOR #1D0901

HEX: #1D0901
RGB: (29,9,1)

Color info

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

RGB color model

#1D0901 color RGB value is (29,9,1).

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

RGB channels and saturation

R 29 of 255 = 11%
G 9 of 255 = 4%
B 1 of 255 = 0%

29
9
1

R + G + B ~ 5%. #1D0901 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 9 + 1 = 39 (100%)
R 29 of 39 ~ 74.36%
G 9 of 39 ~ 23.08%
B 1 of 39 ~ 2.56%

%74.36
%23.08

CMYK color model

#1D0901 color CMYK value is (0,69,97,89).

  • cyan value is 0.00%
  • magenta value is 68.97%
  • yellow value is 96.55%
  • key color value is 88.63%
CMYK:
(0,69,97,89)
C0M69Y97K89 
(0%,69%,97%,89%)
(0.00/0.69/0.97/0.89)	

CMYK percentages

%0
%68.97
%96.55
%88.63

Codes

Color #1D0901 in popluar color models

1D0901
RGB2991
HSL17°93.33%5.88%
HSB/HSV17°96.55%11.37%
CMYK0.00%68.97%96.55%
88.63%

Color #1D0901 in popluar number systems.

HEX1D0901
Decimal2991
Binary1110110011
Octal35111

Shades and tints

Shades of #1D0901

#1D0901
(29,9,1)
#1B0901
(27,9,1)
#190901
(25,9,1)
#170901
(23,9,1)
#150901
(21,9,1)
#130901
(19,9,1)
#110901
(17,9,1)
#0F0901
(15,9,1)
#0D0901
(13,9,1)
#0B0901
(11,9,1)
#090901
(9,9,1)
#000000
(0,0,0)

Tints of #1D0901

#1D0901
(29,9,1)
#311F18
(49,31,24)
#45352F
(69,53,47)
#594B46
(89,75,70)
#6D615D
(109,97,93)
#817774
(129,119,116)
#958D8B
(149,141,139)
#A9A3A2
(169,163,162)
#BDB9B9
(189,185,185)
#D1CFD0
(209,207,208)
#E5E5E7
(229,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D0901; }

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

This text font color is #1D0901.


Background Color

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

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

This div background color is #1D0901.


Border color

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

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

This div border color is #1D0901.


Opacity

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

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

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

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

This text has shadow with #1D0901 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D0901 on black background.


Color preview on white background

This text has color #1D0901 on white background.



Black color preview on #1D0901 background

This text has black color on #1D0901 background.


White color preview on #1D0901 background

This text has white color on #1D0901 background.