COLOR #1F1739

HEX: #1F1739
RGB: (31,23,57)

Color info

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

RGB color model

#1F1739 color RGB value is (31,23,57).

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

RGB channels and saturation

R 31 of 255 = 12%
G 23 of 255 = 9%
B 57 of 255 = 22%

31
23
57

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

Portions of RGB colors in percentages

R + G + B =
31 + 23 + 57 = 111 (100%)
R 31 of 111 ~ 27.93%
G 23 of 111 ~ 20.72%
B 57 of 111 ~ 51.35%

%27.93
%20.72
%51.35

CMYK color model

#1F1739 color CMYK value is (46,60,0,78).

  • cyan value is 45.61%
  • magenta value is 59.65%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(46,60,0,78)
C46M60Y0K78 
(46%,60%,0%,78%)
(0.46/0.60/0.00/0.78)	

CMYK percentages

%45.61
%59.65
%0
%77.65

Codes

Color #1F1739 in popluar color models

1F1739
RGB312357
HSL254°42.50%15.69%
HSB/HSV254°59.65%22.35%
CMYK45.61%59.65%0.00%
77.65%

Color #1F1739 in popluar number systems.

HEX1F1739
Decimal312357
Binary1111110111111001
Octal372771

Shades and tints

Shades of #1F1739

#1F1739
(31,23,57)
#1D1534
(29,21,52)
#1B132F
(27,19,47)
#19112A
(25,17,42)
#170F25
(23,15,37)
#150D20
(21,13,32)
#130B1B
(19,11,27)
#110916
(17,9,22)
#0F0711
(15,7,17)
#0D050C
(13,5,12)
#0B0307
(11,3,7)
#000000
(0,0,0)

Tints of #1F1739

#1F1739
(31,23,57)
#332C4B
(51,44,75)
#47415D
(71,65,93)
#5B566F
(91,86,111)
#6F6B81
(111,107,129)
#838093
(131,128,147)
#9795A5
(151,149,165)
#ABAAB7
(171,170,183)
#BFBFC9
(191,191,201)
#D3D4DB
(211,212,219)
#E7E9ED
(231,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F1739; }

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

This text font color is #1F1739.


Background Color

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

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

This div background color is #1F1739.


Border color

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

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

This div border color is #1F1739.


Opacity

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

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

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

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

This text has shadow with #1F1739 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F1739 on black background.


Color preview on white background

This text has color #1F1739 on white background.



Black color preview on #1F1739 background

This text has black color on #1F1739 background.


White color preview on #1F1739 background

This text has white color on #1F1739 background.