COLOR #1F1311

HEX: #1F1311 RGB: (31,19,17)

Color info

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

RGB color model

#1F1311 color RGB value is (31,19,17).

RGB: (31,19,17) (12%, 7%, 7%)

RGB channels and saturation

R 31 of 255 = 12%
G 19 of 255 = 7%
B 17 of 255 = 7%

31
19
17

R + G + B ~ 9%. #1F1311 is dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 19 + 17 = 67 (100%)
R 31 of 67 ~ 46.27%
G 19 of 67 ~ 28.36%
B 17 of 67 ~ 25.37'%

%46.27
%28.36
%25.37

CMYK color model

#1F1311 color CMYK value is (0,39,45,88).

  • cyan value is 0.00%
  • magenta value is 38.71%
  • yellow value is 45.16%
  • key color value is 87.84%

CMYK: (0,39,45,88)
C0M39Y45K88 (0%, 39%, 45%, 88%)
(0.00 / 0.39 / 0.45 / 0.88)

CMYK percentages

%0
%38.71
%45.16
%87.84

Codes

Color #1F1311 in popluar color models

1F 13 11
RGB 31 19 17
HSL 29.17% 9.41%
HSB/HSV 45.16% 12.16%
CMYK 0.00% 38.71% 45.16%
87.84%

Color #1F1311 in popluar number systems.

HEX 1F 13 11
Decimal 31 19 17
Binary 11111 10011 10001
Octal 37 23 21

Shades and tints

Shades of #1F1311

#1F1311
(31,19,17)
#1D1210
(29,18,16)
#1B110F
(27,17,15)
#19100E
(25,16,14)
#170F0D
(23,15,13)
#150E0C
(21,14,12)
#130D0B
(19,13,11)
#110C0A
(17,12,10)
#0F0B09
(15,11,9)
#0D0A08
(13,10,8)
#0B0907
(11,9,7)
#000000
(0,0,0)

Tints of #1F1311

#1F1311
(31,19,17)
#332826
(51,40,38)
#473D3B
(71,61,59)
#5B5250
(91,82,80)
#6F6765
(111,103,101)
#837C7A
(131,124,122)
#97918F
(151,145,143)
#ABA6A4
(171,166,164)
#BFBBB9
(191,187,185)
#D3D0CE
(211,208,206)
#E7E5E3
(231,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F1311; }

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

This text font color is #1F1311.

Background Color

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

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

This div background color is #1F1311.

Border color

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

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

This div border color is #1F1311.

Opacity

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

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

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

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

This text has shadow with #1F1311 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F1311.

Preview

Color preview on black background

This text has color #1F1311 on black background.


Color preview on white background

This text has color #1F1311 on white background.


Black color preview on #1F1311 background

This text has black color on #1F1311 background.


White color preview on #1F1311 background

This text has white color on #1F1311 background.


Related colors

Complementary color

Complementary color for #hex is #E0ECEE.


I love getcolorcode.com

Triadic colors

1 #111F13 and #13111F with #1F1311 are triadic colors.

2 #11131F and #131F11 with #1F1311 are triadic colors.