COLOR #1F1D49

HEX: #1F1D49
RGB: (31,29,73)

Color info

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

RGB color model

#1F1D49 color RGB value is (31,29,73).

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

RGB channels and saturation

R 31 of 255 = 12%
G 29 of 255 = 11%
B 73 of 255 = 29%

31
29
73

R + G + B ~ 17%. #1F1D49 is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 29 + 73 = 133 (100%)
R 31 of 133 ~ 23.31%
G 29 of 133 ~ 21.8%
B 73 of 133 ~ 54.89%

%23.31
%21.8
%54.89

CMYK color model

#1F1D49 color CMYK value is (58,60,0,71).

  • cyan value is 57.53%
  • magenta value is 60.27%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(58,60,0,71)
C58M60Y0K71 
(58%,60%,0%,71%)
(0.58/0.60/0.00/0.71)	

CMYK percentages

%57.53
%60.27
%0
%71.37

Codes

Color #1F1D49 in popluar color models

1F1D49
RGB312973
HSL243°43.14%20.00%
HSB/HSV243°60.27%28.63%
CMYK57.53%60.27%0.00%
71.37%

Color #1F1D49 in popluar number systems.

HEX1F1D49
Decimal312973
Binary11111111011001001
Octal3735111

Shades and tints

Shades of #1F1D49

#1F1D49
(31,29,73)
#1D1B43
(29,27,67)
#1B193D
(27,25,61)
#191737
(25,23,55)
#171531
(23,21,49)
#15132B
(21,19,43)
#131125
(19,17,37)
#110F1F
(17,15,31)
#0F0D19
(15,13,25)
#0D0B13
(13,11,19)
#0B090D
(11,9,13)
#000000
(0,0,0)

Tints of #1F1D49

#1F1D49
(31,29,73)
#333159
(51,49,89)
#474569
(71,69,105)
#5B5979
(91,89,121)
#6F6D89
(111,109,137)
#838199
(131,129,153)
#9795A9
(151,149,169)
#ABA9B9
(171,169,185)
#BFBDC9
(191,189,201)
#D3D1D9
(211,209,217)
#E7E5E9
(231,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F1D49; }

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

This text font color is #1F1D49.


Background Color

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

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

This div background color is #1F1D49.


Border color

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

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

This div border color is #1F1D49.


Opacity

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

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

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

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

This text has shadow with #1F1D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F1D49 on black background.


Color preview on white background

This text has color #1F1D49 on white background.



Black color preview on #1F1D49 background

This text has black color on #1F1D49 background.


White color preview on #1F1D49 background

This text has white color on #1F1D49 background.