COLOR #1D041F

HEX: #1D041F
RGB: (29,4,31)

Color info

#1D041F contains red, green and blue colors in about the same proportion. Web safe color of #1D041F is #330033 (or #303).

RGB color model

#1D041F color RGB value is (29,4,31).

  • red value is 29;
  • green value is 4;
  • blue value is 31.
RGB:
(29,4,31)
(11%,2%,12%)

RGB channels and saturation

R 29 of 255 = 11%
G 4 of 255 = 2%
B 31 of 255 = 12%

29
4
31

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

Portions of RGB colors in percentages

R + G + B =
29 + 4 + 31 = 64 (100%)
R 29 of 64 ~ 45.31%
G 4 of 64 ~ 6.25%
B 31 of 64 ~ 48.44%

%45.31
%48.44

CMYK color model

#1D041F color CMYK value is (6,87,0,88).

  • cyan value is 6.45%
  • magenta value is 87.10%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(6,87,0,88)
C6M87Y0K88 
(6%,87%,0%,88%)
(0.06/0.87/0.00/0.88)	

CMYK percentages

%6.45
%87.1
%0
%87.84

Codes

Color #1D041F in popluar color models

1D041F
RGB29431
HSL296°77.14%6.86%
HSB/HSV296°87.10%12.16%
CMYK6.45%87.10%0.00%
87.84%

Color #1D041F in popluar number systems.

HEX1D041F
Decimal29431
Binary1110110011111
Octal35437

Shades and tints

Shades of #1D041F

#1D041F
(29,4,31)
#1B041D
(27,4,29)
#19041B
(25,4,27)
#170419
(23,4,25)
#150417
(21,4,23)
#130415
(19,4,21)
#110413
(17,4,19)
#0F0411
(15,4,17)
#0D040F
(13,4,15)
#0B040D
(11,4,13)
#09040B
(9,4,11)
#000000
(0,0,0)

Tints of #1D041F

#1D041F
(29,4,31)
#311A33
(49,26,51)
#453047
(69,48,71)
#59465B
(89,70,91)
#6D5C6F
(109,92,111)
#817283
(129,114,131)
#958897
(149,136,151)
#A99EAB
(169,158,171)
#BDB4BF
(189,180,191)
#D1CAD3
(209,202,211)
#E5E0E7
(229,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D041F; }

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

This text font color is #1D041F.


Background Color

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

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

This div background color is #1D041F.


Border color

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

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

This div border color is #1D041F.


Opacity

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

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

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

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

This text has shadow with #1D041F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D041F on black background.


Color preview on white background

This text has color #1D041F on white background.



Black color preview on #1D041F background

This text has black color on #1D041F background.


White color preview on #1D041F background

This text has white color on #1D041F background.