COLOR #1F181F

HEX: #1F181F
RGB: (31,24,31)

Color info

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

RGB color model

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

  • red value is 31;
  • green value is 24;
  • blue value is 31.
RGB:
(31,24,31)
(12%,9%,12%)

RGB channels and saturation

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

31
24
31

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

Portions of RGB colors in percentages

R + G + B =
31 + 24 + 31 = 86 (100%)
R 31 of 86 ~ 36.05%
G 24 of 86 ~ 27.91%
B 31 of 86 ~ 36.05%

%36.05
%27.91
%36.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.58%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(0,23,0,88)
C0M23Y0K88 
(0%,23%,0%,88%)
(0.00/0.23/0.00/0.88)	

CMYK percentages

%0
%22.58
%0
%87.84

Codes

Color #1F181F in popluar color models

1F181F
RGB312431
HSL300°12.73%10.78%
HSB/HSV300°22.58%12.16%
CMYK0.00%22.58%0.00%
87.84%

Color #1F181F in popluar number systems.

HEX1F181F
Decimal312431
Binary111111100011111
Octal373037

Shades and tints

Shades of #1F181F

#1F181F
(31,24,31)
#1D161D
(29,22,29)
#1B141B
(27,20,27)
#191219
(25,18,25)
#171017
(23,16,23)
#150E15
(21,14,21)
#130C13
(19,12,19)
#110A11
(17,10,17)
#0F080F
(15,8,15)
#0D060D
(13,6,13)
#0B040B
(11,4,11)
#000000
(0,0,0)

Tints of #1F181F

#1F181F
(31,24,31)
#332D33
(51,45,51)
#474247
(71,66,71)
#5B575B
(91,87,91)
#6F6C6F
(111,108,111)
#838183
(131,129,131)
#979697
(151,150,151)
#ABABAB
(171,171,171)
#BFC0BF
(191,192,191)
#D3D5D3
(211,213,211)
#E7EAE7
(231,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F181F; }

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

This text font color is #1F181F.


Background Color

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

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

This div background color is #1F181F.


Border color

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

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

This div border color is #1F181F.


Opacity

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

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

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

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

This text has shadow with #1F181F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F181F on black background.


Color preview on white background

This text has color #1F181F on white background.



Black color preview on #1F181F background

This text has black color on #1F181F background.


White color preview on #1F181F background

This text has white color on #1F181F background.