COLOR #1F1113

HEX: #1F1113
RGB: (31,17,19)

Color info

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

RGB color model

#1F1113 color RGB value is (31,17,19).

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

RGB channels and saturation

R 31 of 255 = 12%
G 17 of 255 = 7%
B 19 of 255 = 7%

31
17
19

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

Portions of RGB colors in percentages

R + G + B =
31 + 17 + 19 = 67 (100%)
R 31 of 67 ~ 46.27%
G 17 of 67 ~ 25.37%
B 19 of 67 ~ 28.36%

%46.27
%25.37
%28.36

CMYK color model

#1F1113 color CMYK value is (0,45,39,88).

  • cyan value is 0.00%
  • magenta value is 45.16%
  • yellow value is 38.71%
  • key color value is 87.84%
CMYK:
(0,45,39,88)
C0M45Y39K88 
(0%,45%,39%,88%)
(0.00/0.45/0.39/0.88)	

CMYK percentages

%0
%45.16
%38.71
%87.84

Codes

Color #1F1113 in popluar color models

1F1113
RGB311719
HSL351°29.17%9.41%
HSB/HSV351°45.16%12.16%
CMYK0.00%45.16%38.71%
87.84%

Color #1F1113 in popluar number systems.

HEX1F1113
Decimal311719
Binary111111000110011
Octal372123

Shades and tints

Shades of #1F1113

#1F1113
(31,17,19)
#1D1012
(29,16,18)
#1B0F11
(27,15,17)
#190E10
(25,14,16)
#170D0F
(23,13,15)
#150C0E
(21,12,14)
#130B0D
(19,11,13)
#110A0C
(17,10,12)
#0F090B
(15,9,11)
#0D080A
(13,8,10)
#0B0709
(11,7,9)
#000000
(0,0,0)

Tints of #1F1113

#1F1113
(31,17,19)
#332628
(51,38,40)
#473B3D
(71,59,61)
#5B5052
(91,80,82)
#6F6567
(111,101,103)
#837A7C
(131,122,124)
#978F91
(151,143,145)
#ABA4A6
(171,164,166)
#BFB9BB
(191,185,187)
#D3CED0
(211,206,208)
#E7E3E5
(231,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F1113; }

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

This text font color is #1F1113.


Background Color

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

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

This div background color is #1F1113.


Border color

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

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

This div border color is #1F1113.


Opacity

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

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

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

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

This text has shadow with #1F1113 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F1113 on black background.


Color preview on white background

This text has color #1F1113 on white background.



Black color preview on #1F1113 background

This text has black color on #1F1113 background.


White color preview on #1F1113 background

This text has white color on #1F1113 background.