COLOR #1F2119

HEX: #1F2119 RGB: (31,33,25)

Color info

#1F2119 contains red, green and blue colors in about the same proportion. Web safe color of #1F2119 is #333300 (or #330).

RGB color model

#1F2119 color RGB value is (31,33,25).

RGB: (31,33,25) (12%, 13%, 10%)

RGB channels and saturation

R 31 of 255 = 12%
G 33 of 255 = 13%
B 25 of 255 = 10%

31
33
25

R + G + B ~ 12%. #1F2119 is dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 33 + 25 = 89 (100%)
R 31 of 89 ~ 34.83%
G 33 of 89 ~ 37.08%
B 25 of 89 ~ 28.09'%

%34.83
%37.08
%28.09

CMYK color model

#1F2119 color CMYK value is (6,0,24,87).

  • cyan value is 6.06%
  • magenta value is 0.00%
  • yellow value is 24.24%
  • key color value is 87.06%
CMYK: (6,0,24,87) C6M0Y24K87 (6%,0%,24%,87%) (0.06/0.00/0.24/0.87) 

CMYK percentages

%6.06
%0
%24.24
%87.06

Codes

Color #1F2119 in popluar color models

1F 21 19
RGB 31 33 25
HSL 75° 13.79% 11.37%
HSB/HSV 75° 24.24% 12.94%
CMYK 6.06% 0.00% 24.24%
87.06%

Color #1F2119 in popluar number systems.

HEX 1F 21 19
Decimal 31 33 25
Binary 11111 100001 11001
Octal 37 41 31

Shades and tints

Shades of #1F2119

#1F2119
(31,33,25)
#1D1E17
(29,30,23)
#1B1B15
(27,27,21)
#191813
(25,24,19)
#171511
(23,21,17)
#15120F
(21,18,15)
#130F0D
(19,15,13)
#110C0B
(17,12,11)
#0F0909
(15,9,9)
#0D0607
(13,6,7)
#0B0305
(11,3,5)
#000000
(0,0,0)

Tints of #1F2119

#1F2119
(31,33,25)
#33352D
(51,53,45)
#474941
(71,73,65)
#5B5D55
(91,93,85)
#6F7169
(111,113,105)
#83857D
(131,133,125)
#979991
(151,153,145)
#ABADA5
(171,173,165)
#BFC1B9
(191,193,185)
#D3D5CD
(211,213,205)
#E7E9E1
(231,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F2119; }

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

This text font color is #1F2119.

Background Color

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

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

This div background color is #1F2119.

Border color

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

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

This div border color is #1F2119.

Opacity

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

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

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

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

This text has shadow with #1F2119 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F2119.

Preview

Color preview on black background

This text has color #1F2119 on black background.


Color preview on white background

This text has color #1F2119 on white background.


Black color preview on #1F2119 background

This text has black color on #1F2119 background.


White color preview on #1F2119 background

This text has white color on #1F2119 background.


Related colors

Complementary color

Complementary color for #hex is #E0DEE6.


I love getcolorcode.com

Triadic colors

1 #191F21 and #21191F with #1F2119 are triadic colors.

2 #19211F and #211F19 with #1F2119 are triadic colors.