COLOR #1F122B

HEX: #1F122B
RGB: (31,18,43)

Color info

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

RGB color model

#1F122B color RGB value is (31,18,43).

  • red value is 31;
  • green value is 18;
  • blue value is 43.
RGB:
(31,18,43)
(12%,7%,17%)

RGB channels and saturation

R 31 of 255 = 12%
G 18 of 255 = 7%
B 43 of 255 = 17%

31
18
43

R + G + B ~ 12%. #1F122B is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 18 + 43 = 92 (100%)
R 31 of 92 ~ 33.7%
G 18 of 92 ~ 19.57%
B 43 of 92 ~ 46.74%

%33.7
%19.57
%46.74

CMYK color model

#1F122B color CMYK value is (28,58,0,83).

  • cyan value is 27.91%
  • magenta value is 58.14%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(28,58,0,83)
C28M58Y0K83 
(28%,58%,0%,83%)
(0.28/0.58/0.00/0.83)	

CMYK percentages

%27.91
%58.14
%0
%83.14

Codes

Color #1F122B in popluar color models

1F122B
RGB311843
HSL271°40.98%11.96%
HSB/HSV271°58.14%16.86%
CMYK27.91%58.14%0.00%
83.14%

Color #1F122B in popluar number systems.

HEX1F122B
Decimal311843
Binary1111110010101011
Octal372253

Shades and tints

Shades of #1F122B

#1F122B
(31,18,43)
#1D1128
(29,17,40)
#1B1025
(27,16,37)
#190F22
(25,15,34)
#170E1F
(23,14,31)
#150D1C
(21,13,28)
#130C19
(19,12,25)
#110B16
(17,11,22)
#0F0A13
(15,10,19)
#0D0910
(13,9,16)
#0B080D
(11,8,13)
#000000
(0,0,0)

Tints of #1F122B

#1F122B
(31,18,43)
#33273E
(51,39,62)
#473C51
(71,60,81)
#5B5164
(91,81,100)
#6F6677
(111,102,119)
#837B8A
(131,123,138)
#97909D
(151,144,157)
#ABA5B0
(171,165,176)
#BFBAC3
(191,186,195)
#D3CFD6
(211,207,214)
#E7E4E9
(231,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F122B; }

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

This text font color is #1F122B.


Background Color

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

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

This div background color is #1F122B.


Border color

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

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

This div border color is #1F122B.


Opacity

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

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

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

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

This text has shadow with #1F122B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F122B on black background.


Color preview on white background

This text has color #1F122B on white background.



Black color preview on #1F122B background

This text has black color on #1F122B background.


White color preview on #1F122B background

This text has white color on #1F122B background.