COLOR #1F0513

HEX: #1F0513
RGB: (31,5,19)

Color info

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

RGB color model

#1F0513 color RGB value is (31,5,19).

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

RGB channels and saturation

R 31 of 255 = 12%
G 5 of 255 = 2%
B 19 of 255 = 7%

31
5
19

R + G + B ~ 7%. #1F0513 is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 5 + 19 = 55 (100%)
R 31 of 55 ~ 56.36%
G 5 of 55 ~ 9.09%
B 19 of 55 ~ 34.55%

%56.36
%34.55

CMYK color model

#1F0513 color CMYK value is (0,84,39,88).

  • cyan value is 0.00%
  • magenta value is 83.87%
  • yellow value is 38.71%
  • key color value is 87.84%
CMYK:
(0,84,39,88)
C0M84Y39K88 
(0%,84%,39%,88%)
(0.00/0.84/0.39/0.88)	

CMYK percentages

%0
%83.87
%38.71
%87.84

Codes

Color #1F0513 in popluar color models

1F0513
RGB31519
HSL328°72.22%7.06%
HSB/HSV328°83.87%12.16%
CMYK0.00%83.87%38.71%
87.84%

Color #1F0513 in popluar number systems.

HEX1F0513
Decimal31519
Binary1111110110011
Octal37523

Shades and tints

Shades of #1F0513

#1F0513
(31,5,19)
#1D0512
(29,5,18)
#1B0511
(27,5,17)
#190510
(25,5,16)
#17050F
(23,5,15)
#15050E
(21,5,14)
#13050D
(19,5,13)
#11050C
(17,5,12)
#0F050B
(15,5,11)
#0D050A
(13,5,10)
#0B0509
(11,5,9)
#000000
(0,0,0)

Tints of #1F0513

#1F0513
(31,5,19)
#331B28
(51,27,40)
#47313D
(71,49,61)
#5B4752
(91,71,82)
#6F5D67
(111,93,103)
#83737C
(131,115,124)
#978991
(151,137,145)
#AB9FA6
(171,159,166)
#BFB5BB
(191,181,187)
#D3CBD0
(211,203,208)
#E7E1E5
(231,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F0513; }

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

This text font color is #1F0513.


Background Color

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

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

This div background color is #1F0513.


Border color

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

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

This div border color is #1F0513.


Opacity

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

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

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

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

This text has shadow with #1F0513 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F0513 on black background.


Color preview on white background

This text has color #1F0513 on white background.



Black color preview on #1F0513 background

This text has black color on #1F0513 background.


White color preview on #1F0513 background

This text has white color on #1F0513 background.