COLOR #1F1D31

HEX: #1F1D31
RGB: (31,29,49)

Color info

#1F1D31 contains red, green and blue colors in about the same proportion. Web safe color of #1F1D31 is #333333 (or #333).

RGB color model

#1F1D31 color RGB value is (31,29,49).

  • red value is 31;
  • green value is 29;
  • blue value is 49.
RGB:
(31,29,49)
(12%,11%,19%)

RGB channels and saturation

R 31 of 255 = 12%
G 29 of 255 = 11%
B 49 of 255 = 19%

31
29
49

R + G + B ~ 14%. #1F1D31 is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 29 + 49 = 109 (100%)
R 31 of 109 ~ 28.44%
G 29 of 109 ~ 26.61%
B 49 of 109 ~ 44.95%

%28.44
%26.61
%44.95

CMYK color model

#1F1D31 color CMYK value is (37,41,0,81).

  • cyan value is 36.73%
  • magenta value is 40.82%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(37,41,0,81)
C37M41Y0K81 
(37%,41%,0%,81%)
(0.37/0.41/0.00/0.81)	

CMYK percentages

%36.73
%40.82
%0
%80.78

Codes

Color #1F1D31 in popluar color models

1F1D31
RGB312949
HSL246°25.64%15.29%
HSB/HSV246°40.82%19.22%
CMYK36.73%40.82%0.00%
80.78%

Color #1F1D31 in popluar number systems.

HEX1F1D31
Decimal312949
Binary1111111101110001
Octal373561

Shades and tints

Shades of #1F1D31

#1F1D31
(31,29,49)
#1D1B2D
(29,27,45)
#1B1929
(27,25,41)
#191725
(25,23,37)
#171521
(23,21,33)
#15131D
(21,19,29)
#131119
(19,17,25)
#110F15
(17,15,21)
#0F0D11
(15,13,17)
#0D0B0D
(13,11,13)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #1F1D31

#1F1D31
(31,29,49)
#333143
(51,49,67)
#474555
(71,69,85)
#5B5967
(91,89,103)
#6F6D79
(111,109,121)
#83818B
(131,129,139)
#97959D
(151,149,157)
#ABA9AF
(171,169,175)
#BFBDC1
(191,189,193)
#D3D1D3
(211,209,211)
#E7E5E5
(231,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F1D31; }

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

This text font color is #1F1D31.


Background Color

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

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

This div background color is #1F1D31.


Border color

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

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

This div border color is #1F1D31.


Opacity

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

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

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

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

This text has shadow with #1F1D31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F1D31 on black background.


Color preview on white background

This text has color #1F1D31 on white background.



Black color preview on #1F1D31 background

This text has black color on #1F1D31 background.


White color preview on #1F1D31 background

This text has white color on #1F1D31 background.