COLOR #1F181D

HEX: #1F181D RGB: (31,24,29)

Color info

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

RGB color model

#1F181D color RGB value is (31,24,29).

RGB: (31,24,29) (12%, 9%, 11%)

RGB channels and saturation

R 31 of 255 = 12%
G 24 of 255 = 9%
B 29 of 255 = 11%

31
24
29

R + G + B ~ 11%. #1F181D is dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 24 + 29 = 84 (100%)
R 31 of 84 ~ 36.9%
G 24 of 84 ~ 28.57%
B 29 of 84 ~ 34.52'%

%36.9
%28.57
%34.52

CMYK color model

#1F181D color CMYK value is (0,23,6,88).

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

CMYK: (0,23,6,88)
C0M23Y6K88 (0%, 23%, 6%, 88%)
(0.00 / 0.23 / 0.06 / 0.88)

CMYK percentages

%0
%22.58
%6.45
%87.84

Codes

Color #1F181D in popluar color models

1F 18 1D
RGB 31 24 29
HSL 317° 12.73% 10.78%
HSB/HSV 317° 22.58% 12.16%
CMYK 0.00% 22.58% 6.45%
87.84%

Color #1F181D in popluar number systems.

HEX 1F 18 1D
Decimal 31 24 29
Binary 11111 11000 11101
Octal 37 30 35

Shades and tints

Shades of #1F181D

#1F181D
(31,24,29)
#1D161B
(29,22,27)
#1B1419
(27,20,25)
#191217
(25,18,23)
#171015
(23,16,21)
#150E13
(21,14,19)
#130C11
(19,12,17)
#110A0F
(17,10,15)
#0F080D
(15,8,13)
#0D060B
(13,6,11)
#0B0409
(11,4,9)
#000000
(0,0,0)

Tints of #1F181D

#1F181D
(31,24,29)
#332D31
(51,45,49)
#474245
(71,66,69)
#5B5759
(91,87,89)
#6F6C6D
(111,108,109)
#838181
(131,129,129)
#979695
(151,150,149)
#ABABA9
(171,171,169)
#BFC0BD
(191,192,189)
#D3D5D1
(211,213,209)
#E7EAE5
(231,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F181D; }

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

This text font color is #1F181D.

Background Color

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

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

This div background color is #1F181D.

Border color

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

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

This div border color is #1F181D.

Opacity

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

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

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

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

This text has shadow with #1F181D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F181D.

Preview

Color preview on black background

This text has color #1F181D on black background.


Color preview on white background

This text has color #1F181D on white background.


Black color preview on #1F181D background

This text has black color on #1F181D background.


White color preview on #1F181D background

This text has white color on #1F181D background.


Related colors

Complementary color

Complementary color for #hex is #E0E7E2.


I love getcolorcode.com

Triadic colors

1 #1D1F18 and #181D1F with #1F181D are triadic colors.

2 #1D181F and #181F1D with #1F181D are triadic colors.