COLOR #1D1103

HEX: #1D1103
RGB: (29,17,3)

Color info

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

RGB color model

#1D1103 color RGB value is (29,17,3).

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

RGB channels and saturation

R 29 of 255 = 11%
G 17 of 255 = 7%
B 3 of 255 = 1%

29
17
3

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

Portions of RGB colors in percentages

R + G + B =
29 + 17 + 3 = 49 (100%)
R 29 of 49 ~ 59.18%
G 17 of 49 ~ 34.69%
B 3 of 49 ~ 6.12%

%59.18
%34.69

CMYK color model

#1D1103 color CMYK value is (0,41,90,89).

  • cyan value is 0.00%
  • magenta value is 41.38%
  • yellow value is 89.66%
  • key color value is 88.63%
CMYK:
(0,41,90,89)
C0M41Y90K89 
(0%,41%,90%,89%)
(0.00/0.41/0.90/0.89)	

CMYK percentages

%0
%41.38
%89.66
%88.63

Codes

Color #1D1103 in popluar color models

1D1103
RGB29173
HSL32°81.25%6.27%
HSB/HSV32°89.66%11.37%
CMYK0.00%41.38%89.66%
88.63%

Color #1D1103 in popluar number systems.

HEX1D1103
Decimal29173
Binary111011000111
Octal35213

Shades and tints

Shades of #1D1103

#1D1103
(29,17,3)
#1B1003
(27,16,3)
#190F03
(25,15,3)
#170E03
(23,14,3)
#150D03
(21,13,3)
#130C03
(19,12,3)
#110B03
(17,11,3)
#0F0A03
(15,10,3)
#0D0903
(13,9,3)
#0B0803
(11,8,3)
#090703
(9,7,3)
#000000
(0,0,0)

Tints of #1D1103

#1D1103
(29,17,3)
#312619
(49,38,25)
#453B2F
(69,59,47)
#595045
(89,80,69)
#6D655B
(109,101,91)
#817A71
(129,122,113)
#958F87
(149,143,135)
#A9A49D
(169,164,157)
#BDB9B3
(189,185,179)
#D1CEC9
(209,206,201)
#E5E3DF
(229,227,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D1103; }

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

This text font color is #1D1103.


Background Color

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

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

This div background color is #1D1103.


Border color

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

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

This div border color is #1D1103.


Opacity

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

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

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

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

This text has shadow with #1D1103 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D1103 on black background.


Color preview on white background

This text has color #1D1103 on white background.



Black color preview on #1D1103 background

This text has black color on #1D1103 background.


White color preview on #1D1103 background

This text has white color on #1D1103 background.