COLOR #1F1913

HEX: #1F1913
RGB: (31,25,19)

Color info

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

RGB color model

#1F1913 color RGB value is (31,25,19).

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

RGB channels and saturation

R 31 of 255 = 12%
G 25 of 255 = 10%
B 19 of 255 = 7%

31
25
19

R + G + B ~ 10%. #1F1913 is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 25 + 19 = 75 (100%)
R 31 of 75 ~ 41.33%
G 25 of 75 ~ 33.33%
B 19 of 75 ~ 25.33%

%41.33
%33.33
%25.33

CMYK color model

#1F1913 color CMYK value is (0,19,39,88).

  • cyan value is 0.00%
  • magenta value is 19.35%
  • yellow value is 38.71%
  • key color value is 87.84%
CMYK:
(0,19,39,88)
C0M19Y39K88 
(0%,19%,39%,88%)
(0.00/0.19/0.39/0.88)	

CMYK percentages

%0
%19.35
%38.71
%87.84

Codes

Color #1F1913 in popluar color models

1F1913
RGB312519
HSL30°24.00%9.80%
HSB/HSV30°38.71%12.16%
CMYK0.00%19.35%38.71%
87.84%

Color #1F1913 in popluar number systems.

HEX1F1913
Decimal312519
Binary111111100110011
Octal373123

Shades and tints

Shades of #1F1913

#1F1913
(31,25,19)
#1D1712
(29,23,18)
#1B1511
(27,21,17)
#191310
(25,19,16)
#17110F
(23,17,15)
#150F0E
(21,15,14)
#130D0D
(19,13,13)
#110B0C
(17,11,12)
#0F090B
(15,9,11)
#0D070A
(13,7,10)
#0B0509
(11,5,9)
#000000
(0,0,0)

Tints of #1F1913

#1F1913
(31,25,19)
#332D28
(51,45,40)
#47413D
(71,65,61)
#5B5552
(91,85,82)
#6F6967
(111,105,103)
#837D7C
(131,125,124)
#979191
(151,145,145)
#ABA5A6
(171,165,166)
#BFB9BB
(191,185,187)
#D3CDD0
(211,205,208)
#E7E1E5
(231,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F1913; }

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

This text font color is #1F1913.


Background Color

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

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

This div background color is #1F1913.


Border color

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

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

This div border color is #1F1913.


Opacity

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

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

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

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

This text has shadow with #1F1913 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F1913 on black background.


Color preview on white background

This text has color #1F1913 on white background.



Black color preview on #1F1913 background

This text has black color on #1F1913 background.


White color preview on #1F1913 background

This text has white color on #1F1913 background.