COLOR #1D141F

HEX: #1D141F
RGB: (29,20,31)

Color info

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

RGB color model

#1D141F color RGB value is (29,20,31).

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

RGB channels and saturation

R 29 of 255 = 11%
G 20 of 255 = 8%
B 31 of 255 = 12%

29
20
31

R + G + B ~ 10%. #1D141F is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 20 + 31 = 80 (100%)
R 29 of 80 ~ 36.25%
G 20 of 80 ~ 25%
B 31 of 80 ~ 38.75%

%36.25
%25
%38.75

CMYK color model

#1D141F color CMYK value is (6,35,0,88).

  • cyan value is 6.45%
  • magenta value is 35.48%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(6,35,0,88)
C6M35Y0K88 
(6%,35%,0%,88%)
(0.06/0.35/0.00/0.88)	

CMYK percentages

%6.45
%35.48
%0
%87.84

Codes

Color #1D141F in popluar color models

1D141F
RGB292031
HSL289°21.57%10.00%
HSB/HSV289°35.48%12.16%
CMYK6.45%35.48%0.00%
87.84%

Color #1D141F in popluar number systems.

HEX1D141F
Decimal292031
Binary111011010011111
Octal352437

Shades and tints

Shades of #1D141F

#1D141F
(29,20,31)
#1B131D
(27,19,29)
#19121B
(25,18,27)
#171119
(23,17,25)
#151017
(21,16,23)
#130F15
(19,15,21)
#110E13
(17,14,19)
#0F0D11
(15,13,17)
#0D0C0F
(13,12,15)
#0B0B0D
(11,11,13)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #1D141F

#1D141F
(29,20,31)
#312933
(49,41,51)
#453E47
(69,62,71)
#59535B
(89,83,91)
#6D686F
(109,104,111)
#817D83
(129,125,131)
#959297
(149,146,151)
#A9A7AB
(169,167,171)
#BDBCBF
(189,188,191)
#D1D1D3
(209,209,211)
#E5E6E7
(229,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D141F; }

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

This text font color is #1D141F.


Background Color

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

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

This div background color is #1D141F.


Border color

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

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

This div border color is #1D141F.


Opacity

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

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

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

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

This text has shadow with #1D141F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D141F on black background.


Color preview on white background

This text has color #1D141F on white background.



Black color preview on #1D141F background

This text has black color on #1D141F background.


White color preview on #1D141F background

This text has white color on #1D141F background.