COLOR #1F141D

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

Color info

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

RGB color model

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

RGB: (31,20,29) (12%, 8%, 11%)

RGB channels and saturation

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

31
20
29

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

Portions of RGB colors in percentages

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

%38.75
%25
%36.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.48%
  • yellow value is 6.45%
  • key color value is 87.84%

CMYK: (0,35,6,88)
C0M35Y6K88 (0%, 35%, 6%, 88%)
(0.00 / 0.35 / 0.06 / 0.88)

CMYK percentages

%0
%35.48
%6.45
%87.84

Codes

Color #1F141D in popluar color models

1F 14 1D
RGB 31 20 29
HSL 311° 21.57% 10.00%
HSB/HSV 311° 35.48% 12.16%
CMYK 0.00% 35.48% 6.45%
87.84%

Color #1F141D in popluar number systems.

HEX 1F 14 1D
Decimal 31 20 29
Binary 11111 10100 11101
Octal 37 24 35

Shades and tints

Shades of #1F141D

#1F141D
(31,20,29)
#1D131B
(29,19,27)
#1B1219
(27,18,25)
#191117
(25,17,23)
#171015
(23,16,21)
#150F13
(21,15,19)
#130E11
(19,14,17)
#110D0F
(17,13,15)
#0F0C0D
(15,12,13)
#0D0B0B
(13,11,11)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #1F141D

#1F141D
(31,20,29)
#332931
(51,41,49)
#473E45
(71,62,69)
#5B5359
(91,83,89)
#6F686D
(111,104,109)
#837D81
(131,125,129)
#979295
(151,146,149)
#ABA7A9
(171,167,169)
#BFBCBD
(191,188,189)
#D3D1D1
(211,209,209)
#E7E6E5
(231,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F141D; }

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

This text font color is #1F141D.

Background Color

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

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

This div background color is #1F141D.

Border color

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

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

This div border color is #1F141D.

Opacity

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

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

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

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

This text has shadow with #1F141D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F141D.

Preview

Color preview on black background

This text has color #1F141D on black background.


Color preview on white background

This text has color #1F141D on white background.


Black color preview on #1F141D background

This text has black color on #1F141D background.


White color preview on #1F141D background

This text has white color on #1F141D background.


Related colors

Complementary color

Complementary color for #hex is #E0EBE2.


I love getcolorcode.com

Triadic colors

1 #1D1F14 and #141D1F with #1F141D are triadic colors.

2 #1D141F and #141F1D with #1F141D are triadic colors.