COLOR #1F1F51

HEX: #1F1F51
RGB: (31,31,81)

Color info

#1F1F51 contains red, green and blue colors in about the same proportion. Web safe color of #1F1F51 is #333366 (or #336).

RGB color model

#1F1F51 color RGB value is (31,31,81).

  • red value is 31;
  • green value is 31;
  • blue value is 81.
RGB:
(31,31,81)
(12%,12%,32%)

RGB channels and saturation

R 31 of 255 = 12%
G 31 of 255 = 12%
B 81 of 255 = 32%

31
31
81

R + G + B ~ 19%. #1F1F51 is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 31 + 81 = 143 (100%)
R 31 of 143 ~ 21.68%
G 31 of 143 ~ 21.68%
B 81 of 143 ~ 56.64%

%21.68
%21.68
%56.64

CMYK color model

#1F1F51 color CMYK value is (62,62,0,68).

  • cyan value is 61.73%
  • magenta value is 61.73%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(62,62,0,68)
C62M62Y0K68 
(62%,62%,0%,68%)
(0.62/0.62/0.00/0.68)	

CMYK percentages

%61.73
%61.73
%0
%68.24

Codes

Color #1F1F51 in popluar color models

1F1F51
RGB313181
HSL240°44.64%21.96%
HSB/HSV240°61.73%31.76%
CMYK61.73%61.73%0.00%
68.24%

Color #1F1F51 in popluar number systems.

HEX1F1F51
Decimal313181
Binary11111111111010001
Octal3737121

Shades and tints

Shades of #1F1F51

#1F1F51
(31,31,81)
#1D1D4A
(29,29,74)
#1B1B43
(27,27,67)
#19193C
(25,25,60)
#171735
(23,23,53)
#15152E
(21,21,46)
#131327
(19,19,39)
#111120
(17,17,32)
#0F0F19
(15,15,25)
#0D0D12
(13,13,18)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #1F1F51

#1F1F51
(31,31,81)
#333360
(51,51,96)
#47476F
(71,71,111)
#5B5B7E
(91,91,126)
#6F6F8D
(111,111,141)
#83839C
(131,131,156)
#9797AB
(151,151,171)
#ABABBA
(171,171,186)
#BFBFC9
(191,191,201)
#D3D3D8
(211,211,216)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F1F51; }

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

This text font color is #1F1F51.


Background Color

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

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

This div background color is #1F1F51.


Border color

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

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

This div border color is #1F1F51.


Opacity

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

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

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

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

This text has shadow with #1F1F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F1F51 on black background.


Color preview on white background

This text has color #1F1F51 on white background.



Black color preview on #1F1F51 background

This text has black color on #1F1F51 background.


White color preview on #1F1F51 background

This text has white color on #1F1F51 background.