COLOR #1F1414

HEX: #1F1414
RGB: (31,20,20)

Color info

#1F1414 contains red, green and blue colors in about the same proportion. Web safe color of #1F1414 is #330000 (or #300).

RGB color model

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

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

RGB channels and saturation

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

31
20
20

R + G + B ~ 9%. #1F1414 is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 20 + 20 = 71 (100%)
R 31 of 71 ~ 43.66%
G 20 of 71 ~ 28.17%
B 20 of 71 ~ 28.17%

%43.66
%28.17
%28.17

CMYK color model

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

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

CMYK percentages

%0
%35.48
%35.48
%87.84

Codes

Color #1F1414 in popluar color models

1F1414
RGB312020
HSL21.57%10.00%
HSB/HSV35.48%12.16%
CMYK0.00%35.48%35.48%
87.84%

Color #1F1414 in popluar number systems.

HEX1F1414
Decimal312020
Binary111111010010100
Octal372424

Shades and tints

Shades of #1F1414

#1F1414
(31,20,20)
#1D1313
(29,19,19)
#1B1212
(27,18,18)
#191111
(25,17,17)
#171010
(23,16,16)
#150F0F
(21,15,15)
#130E0E
(19,14,14)
#110D0D
(17,13,13)
#0F0C0C
(15,12,12)
#0D0B0B
(13,11,11)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #1F1414

#1F1414
(31,20,20)
#332929
(51,41,41)
#473E3E
(71,62,62)
#5B5353
(91,83,83)
#6F6868
(111,104,104)
#837D7D
(131,125,125)
#979292
(151,146,146)
#ABA7A7
(171,167,167)
#BFBCBC
(191,188,188)
#D3D1D1
(211,209,209)
#E7E6E6
(231,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F1414; }

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

This text font color is #1F1414.


Background Color

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

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

This div background color is #1F1414.


Border color

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

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

This div border color is #1F1414.


Opacity

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

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

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

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

This text has shadow with #1F1414 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F1414 on black background.


Color preview on white background

This text has color #1F1414 on white background.



Black color preview on #1F1414 background

This text has black color on #1F1414 background.


White color preview on #1F1414 background

This text has white color on #1F1414 background.