COLOR #1F2117

HEX: #1F2117
RGB: (31,33,23)

Color info

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

RGB color model

#1F2117 color RGB value is (31,33,23).

  • red value is 31;
  • green value is 33;
  • blue value is 23.
RGB:
(31,33,23)
(12%,13%,9%)

RGB channels and saturation

R 31 of 255 = 12%
G 33 of 255 = 13%
B 23 of 255 = 9%

31
33
23

R + G + B ~ 11%. #1F2117 is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 33 + 23 = 87 (100%)
R 31 of 87 ~ 35.63%
G 33 of 87 ~ 37.93%
B 23 of 87 ~ 26.44%

%35.63
%37.93
%26.44

CMYK color model

#1F2117 color CMYK value is (6,0,30,87).

  • cyan value is 6.06%
  • magenta value is 0.00%
  • yellow value is 30.30%
  • key color value is 87.06%
CMYK:
(6,0,30,87)
C6M0Y30K87 
(6%,0%,30%,87%)
(0.06/0.00/0.30/0.87)	

CMYK percentages

%6.06
%0
%30.3
%87.06

Codes

Color #1F2117 in popluar color models

1F2117
RGB313323
HSL72°17.86%10.98%
HSB/HSV72°30.30%12.94%
CMYK6.06%0.00%30.30%
87.06%

Color #1F2117 in popluar number systems.

HEX1F2117
Decimal313323
Binary1111110000110111
Octal374127

Shades and tints

Shades of #1F2117

#1F2117
(31,33,23)
#1D1E15
(29,30,21)
#1B1B13
(27,27,19)
#191811
(25,24,17)
#17150F
(23,21,15)
#15120D
(21,18,13)
#130F0B
(19,15,11)
#110C09
(17,12,9)
#0F0907
(15,9,7)
#0D0605
(13,6,5)
#0B0303
(11,3,3)
#000000
(0,0,0)

Tints of #1F2117

#1F2117
(31,33,23)
#33352C
(51,53,44)
#474941
(71,73,65)
#5B5D56
(91,93,86)
#6F716B
(111,113,107)
#838580
(131,133,128)
#979995
(151,153,149)
#ABADAA
(171,173,170)
#BFC1BF
(191,193,191)
#D3D5D4
(211,213,212)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F2117; }

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

This text font color is #1F2117.


Background Color

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

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

This div background color is #1F2117.


Border color

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

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

This div border color is #1F2117.


Opacity

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

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

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

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

This text has shadow with #1F2117 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F2117 on black background.


Color preview on white background

This text has color #1F2117 on white background.



Black color preview on #1F2117 background

This text has black color on #1F2117 background.


White color preview on #1F2117 background

This text has white color on #1F2117 background.