COLOR #1F1601

HEX: #1F1601
RGB: (31,22,1)

Color info

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

RGB color model

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

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

RGB channels and saturation

R 31 of 255 = 12%
G 22 of 255 = 9%
B 1 of 255 = 0%

31
22
1

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

Portions of RGB colors in percentages

R + G + B =
31 + 22 + 1 = 54 (100%)
R 31 of 54 ~ 57.41%
G 22 of 54 ~ 40.74%
B 1 of 54 ~ 1.85%

%57.41
%40.74

CMYK color model

#1F1601 color CMYK value is (0,29,97,88).

  • cyan value is 0.00%
  • magenta value is 29.03%
  • yellow value is 96.77%
  • key color value is 87.84%
CMYK:
(0,29,97,88)
C0M29Y97K88 
(0%,29%,97%,88%)
(0.00/0.29/0.97/0.88)	

CMYK percentages

%0
%29.03
%96.77
%87.84

Codes

Color #1F1601 in popluar color models

1F1601
RGB31221
HSL42°93.75%6.27%
HSB/HSV42°96.77%12.16%
CMYK0.00%29.03%96.77%
87.84%

Color #1F1601 in popluar number systems.

HEX1F1601
Decimal31221
Binary11111101101
Octal37261

Shades and tints

Shades of #1F1601

#1F1601
(31,22,1)
#1D1401
(29,20,1)
#1B1201
(27,18,1)
#191001
(25,16,1)
#170E01
(23,14,1)
#150C01
(21,12,1)
#130A01
(19,10,1)
#110801
(17,8,1)
#0F0601
(15,6,1)
#0D0401
(13,4,1)
#0B0201
(11,2,1)
#000000
(0,0,0)

Tints of #1F1601

#1F1601
(31,22,1)
#332B18
(51,43,24)
#47402F
(71,64,47)
#5B5546
(91,85,70)
#6F6A5D
(111,106,93)
#837F74
(131,127,116)
#97948B
(151,148,139)
#ABA9A2
(171,169,162)
#BFBEB9
(191,190,185)
#D3D3D0
(211,211,208)
#E7E8E7
(231,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F1601; }

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

This text font color is #1F1601.


Background Color

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

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

This div background color is #1F1601.


Border color

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

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

This div border color is #1F1601.


Opacity

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

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

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

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

This text has shadow with #1F1601 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F1601 on black background.


Color preview on white background

This text has color #1F1601 on white background.



Black color preview on #1F1601 background

This text has black color on #1F1601 background.


White color preview on #1F1601 background

This text has white color on #1F1601 background.