COLOR #1F1116

HEX: #1F1116
RGB: (31,17,22)

Color info

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

RGB color model

#1F1116 color RGB value is (31,17,22).

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

RGB channels and saturation

R 31 of 255 = 12%
G 17 of 255 = 7%
B 22 of 255 = 9%

31
17
22

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

Portions of RGB colors in percentages

R + G + B =
31 + 17 + 22 = 70 (100%)
R 31 of 70 ~ 44.29%
G 17 of 70 ~ 24.29%
B 22 of 70 ~ 31.43%

%44.29
%24.29
%31.43

CMYK color model

#1F1116 color CMYK value is (0,45,29,88).

  • cyan value is 0.00%
  • magenta value is 45.16%
  • yellow value is 29.03%
  • key color value is 87.84%
CMYK:
(0,45,29,88)
C0M45Y29K88 
(0%,45%,29%,88%)
(0.00/0.45/0.29/0.88)	

CMYK percentages

%0
%45.16
%29.03
%87.84

Codes

Color #1F1116 in popluar color models

1F1116
RGB311722
HSL339°29.17%9.41%
HSB/HSV339°45.16%12.16%
CMYK0.00%45.16%29.03%
87.84%

Color #1F1116 in popluar number systems.

HEX1F1116
Decimal311722
Binary111111000110110
Octal372126

Shades and tints

Shades of #1F1116

#1F1116
(31,17,22)
#1D1014
(29,16,20)
#1B0F12
(27,15,18)
#190E10
(25,14,16)
#170D0E
(23,13,14)
#150C0C
(21,12,12)
#130B0A
(19,11,10)
#110A08
(17,10,8)
#0F0906
(15,9,6)
#0D0804
(13,8,4)
#0B0702
(11,7,2)
#000000
(0,0,0)

Tints of #1F1116

#1F1116
(31,17,22)
#33262B
(51,38,43)
#473B40
(71,59,64)
#5B5055
(91,80,85)
#6F656A
(111,101,106)
#837A7F
(131,122,127)
#978F94
(151,143,148)
#ABA4A9
(171,164,169)
#BFB9BE
(191,185,190)
#D3CED3
(211,206,211)
#E7E3E8
(231,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F1116; }

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

This text font color is #1F1116.


Background Color

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

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

This div background color is #1F1116.


Border color

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

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

This div border color is #1F1116.


Opacity

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

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

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

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

This text has shadow with #1F1116 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F1116 on black background.


Color preview on white background

This text has color #1F1116 on white background.



Black color preview on #1F1116 background

This text has black color on #1F1116 background.


White color preview on #1F1116 background

This text has white color on #1F1116 background.