COLOR #1F1401

HEX: #1F1401 RGB: (31,20,1)

Color info

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

RGB color model

#1F1401 color RGB value is (31,20,1).

RGB: (31,20,1) (12%, 8%, 0%)

RGB channels and saturation

R 31 of 255 = 12%
G 20 of 255 = 8%
B 1 of 255 = 0%

31
20
1

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

Portions of RGB colors in percentages

R + G + B = 31 + 20 + 1 = 52 (100%)
R 31 of 52 ~ 59.62%
G 20 of 52 ~ 38.46%
B 1 of 52 ~ 1.92'%

%59.62
%38.46

CMYK color model

#1F1401 color CMYK value is (0,35,97,88).

  • cyan value is 0.00%
  • magenta value is 35.48%
  • yellow value is 96.77%
  • key color value is 87.84%

CMYK: (0,35,97,88)
C0M35Y97K88 (0%, 35%, 97%, 88%)
(0.00 / 0.35 / 0.97 / 0.88)

CMYK percentages

%0
%35.48
%96.77
%87.84

Codes

Color #1F1401 in popluar color models

1F 14 01
RGB 31 20 1
HSL 38° 93.75% 6.27%
HSB/HSV 38° 96.77% 12.16%
CMYK 0.00% 35.48% 96.77%
87.84%

Color #1F1401 in popluar number systems.

HEX 1F 14 01
Decimal 31 20 1
Binary 11111 10100 1
Octal 37 24 1

Shades and tints

Shades of #1F1401

#1F1401
(31,20,1)
#1D1301
(29,19,1)
#1B1201
(27,18,1)
#191101
(25,17,1)
#171001
(23,16,1)
#150F01
(21,15,1)
#130E01
(19,14,1)
#110D01
(17,13,1)
#0F0C01
(15,12,1)
#0D0B01
(13,11,1)
#0B0A01
(11,10,1)
#000000
(0,0,0)

Tints of #1F1401

#1F1401
(31,20,1)
#332918
(51,41,24)
#473E2F
(71,62,47)
#5B5346
(91,83,70)
#6F685D
(111,104,93)
#837D74
(131,125,116)
#97928B
(151,146,139)
#ABA7A2
(171,167,162)
#BFBCB9
(191,188,185)
#D3D1D0
(211,209,208)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F1401; }

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

This text font color is #1F1401.

Background Color

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

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

This div background color is #1F1401.

Border color

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

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

This div border color is #1F1401.

Opacity

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

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

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

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

This text has shadow with #1F1401 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F1401.

Preview

Color preview on black background

This text has color #1F1401 on black background.


Color preview on white background

This text has color #1F1401 on white background.


Black color preview on #1F1401 background

This text has black color on #1F1401 background.


White color preview on #1F1401 background

This text has white color on #1F1401 background.


Related colors

Complementary color

Complementary color for #hex is #E0EBFE.


I love getcolorcode.com

Triadic colors

1 #011F14 and #14011F with #1F1401 are triadic colors.

2 #01141F and #141F01 with #1F1401 are triadic colors.