COLOR #1F1449

HEX: #1F1449 RGB: (31,20,73)

Color info

#1F1449 contains red, green and blue colors in about the same proportion. Web safe color of #1F1449 is #330033 (or #303).

RGB color model

#1F1449 color RGB value is (31,20,73).

RGB: (31,20,73) (12%, 8%, 29%)

RGB channels and saturation

R 31 of 255 = 12%
G 20 of 255 = 8%
B 73 of 255 = 29%

31
20
73

R + G + B ~ 16%. #1F1449 is dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 20 + 73 = 124 (100%)
R 31 of 124 ~ 25%
G 20 of 124 ~ 16.13%
B 73 of 124 ~ 58.87'%

%25
%16.13
%58.87

CMYK color model

#1F1449 color CMYK value is (58,73,0,71).

  • cyan value is 57.53%
  • magenta value is 72.60%
  • yellow value is 0.00%
  • key color value is 71.37%

CMYK: (58,73,0,71)
C58M73Y0K71 (58%, 73%, 0%, 71%)
(0.58 / 0.73 / 0.00 / 0.71)

CMYK percentages

%57.53
%72.6
%0
%71.37

Codes

Color #1F1449 in popluar color models

1F 14 49
RGB 31 20 73
HSL 252° 56.99% 18.24%
HSB/HSV 252° 72.60% 28.63%
CMYK 57.53% 72.60% 0.00%
71.37%

Color #1F1449 in popluar number systems.

HEX 1F 14 49
Decimal 31 20 73
Binary 11111 10100 1001001
Octal 37 24 111

Shades and tints

Shades of #1F1449

#1F1449
(31,20,73)
#1D1343
(29,19,67)
#1B123D
(27,18,61)
#191137
(25,17,55)
#171031
(23,16,49)
#150F2B
(21,15,43)
#130E25
(19,14,37)
#110D1F
(17,13,31)
#0F0C19
(15,12,25)
#0D0B13
(13,11,19)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #1F1449

#1F1449
(31,20,73)
#332959
(51,41,89)
#473E69
(71,62,105)
#5B5379
(91,83,121)
#6F6889
(111,104,137)
#837D99
(131,125,153)
#9792A9
(151,146,169)
#ABA7B9
(171,167,185)
#BFBCC9
(191,188,201)
#D3D1D9
(211,209,217)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F1449; }

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

This text font color is #1F1449.

Background Color

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

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

This div background color is #1F1449.

Border color

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

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

This div border color is #1F1449.

Opacity

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

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

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

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

This text has shadow with #1F1449 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F1449.

Preview

Color preview on black background

This text has color #1F1449 on black background.


Color preview on white background

This text has color #1F1449 on white background.


Black color preview on #1F1449 background

This text has black color on #1F1449 background.


White color preview on #1F1449 background

This text has white color on #1F1449 background.


Related colors

Complementary color

Complementary color for #hex is #E0EBB6.


I love getcolorcode.com

Triadic colors

1 #491F14 and #14491F with #1F1449 are triadic colors.

2 #49141F and #141F49 with #1F1449 are triadic colors.