COLOR #1F0D01

HEX: #1F0D01
RGB: (31,13,1)

Color info

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

RGB color model

#1F0D01 color RGB value is (31,13,1).

  • red value is 31;
  • green value is 13;
  • blue value is 1.
RGB:
(31,13,1)
(12%,5%,0%)

RGB channels and saturation

R 31 of 255 = 12%
G 13 of 255 = 5%
B 1 of 255 = 0%

31
13
1

R + G + B ~ 6%. #1F0D01 is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 13 + 1 = 45 (100%)
R 31 of 45 ~ 68.89%
G 13 of 45 ~ 28.89%
B 1 of 45 ~ 2.22%

%68.89
%28.89

CMYK color model

#1F0D01 color CMYK value is (0,58,97,88).

  • cyan value is 0.00%
  • magenta value is 58.06%
  • yellow value is 96.77%
  • key color value is 87.84%
CMYK:
(0,58,97,88)
C0M58Y97K88 
(0%,58%,97%,88%)
(0.00/0.58/0.97/0.88)	

CMYK percentages

%0
%58.06
%96.77
%87.84

Codes

Color #1F0D01 in popluar color models

1F0D01
RGB31131
HSL24°93.75%6.27%
HSB/HSV24°96.77%12.16%
CMYK0.00%58.06%96.77%
87.84%

Color #1F0D01 in popluar number systems.

HEX1F0D01
Decimal31131
Binary1111111011
Octal37151

Shades and tints

Shades of #1F0D01

#1F0D01
(31,13,1)
#1D0C01
(29,12,1)
#1B0B01
(27,11,1)
#190A01
(25,10,1)
#170901
(23,9,1)
#150801
(21,8,1)
#130701
(19,7,1)
#110601
(17,6,1)
#0F0501
(15,5,1)
#0D0401
(13,4,1)
#0B0301
(11,3,1)
#000000
(0,0,0)

Tints of #1F0D01

#1F0D01
(31,13,1)
#332318
(51,35,24)
#47392F
(71,57,47)
#5B4F46
(91,79,70)
#6F655D
(111,101,93)
#837B74
(131,123,116)
#97918B
(151,145,139)
#ABA7A2
(171,167,162)
#BFBDB9
(191,189,185)
#D3D3D0
(211,211,208)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F0D01; }

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

This text font color is #1F0D01.


Background Color

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

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

This div background color is #1F0D01.


Border color

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

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

This div border color is #1F0D01.


Opacity

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

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

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

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

This text has shadow with #1F0D01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F0D01 on black background.


Color preview on white background

This text has color #1F0D01 on white background.



Black color preview on #1F0D01 background

This text has black color on #1F0D01 background.


White color preview on #1F0D01 background

This text has white color on #1F0D01 background.