COLOR #1F131D

HEX: #1F131D RGB: (31,19,29)

Color info

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

RGB color model

#1F131D color RGB value is (31,19,29).

RGB: (31,19,29) (12%, 7%, 11%)

RGB channels and saturation

R 31 of 255 = 12%
G 19 of 255 = 7%
B 29 of 255 = 11%

31
19
29

R + G + B ~ 10%. #1F131D is dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 19 + 29 = 79 (100%)
R 31 of 79 ~ 39.24%
G 19 of 79 ~ 24.05%
B 29 of 79 ~ 36.71'%

%39.24
%24.05
%36.71

CMYK color model

#1F131D color CMYK value is (0,39,6,88).

  • cyan value is 0.00%
  • magenta value is 38.71%
  • yellow value is 6.45%
  • key color value is 87.84%

CMYK: (0,39,6,88)
C0M39Y6K88 (0%, 39%, 6%, 88%)
(0.00 / 0.39 / 0.06 / 0.88)

CMYK percentages

%0
%38.71
%6.45
%87.84

Codes

Color #1F131D in popluar color models

1F 13 1D
RGB 31 19 29
HSL 310° 24.00% 9.80%
HSB/HSV 310° 38.71% 12.16%
CMYK 0.00% 38.71% 6.45%
87.84%

Color #1F131D in popluar number systems.

HEX 1F 13 1D
Decimal 31 19 29
Binary 11111 10011 11101
Octal 37 23 35

Shades and tints

Shades of #1F131D

#1F131D
(31,19,29)
#1D121B
(29,18,27)
#1B1119
(27,17,25)
#191017
(25,16,23)
#170F15
(23,15,21)
#150E13
(21,14,19)
#130D11
(19,13,17)
#110C0F
(17,12,15)
#0F0B0D
(15,11,13)
#0D0A0B
(13,10,11)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #1F131D

#1F131D
(31,19,29)
#332831
(51,40,49)
#473D45
(71,61,69)
#5B5259
(91,82,89)
#6F676D
(111,103,109)
#837C81
(131,124,129)
#979195
(151,145,149)
#ABA6A9
(171,166,169)
#BFBBBD
(191,187,189)
#D3D0D1
(211,208,209)
#E7E5E5
(231,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F131D; }

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

This text font color is #1F131D.

Background Color

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

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

This div background color is #1F131D.

Border color

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

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

This div border color is #1F131D.

Opacity

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

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

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

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

This text has shadow with #1F131D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F131D.

Preview

Color preview on black background

This text has color #1F131D on black background.


Color preview on white background

This text has color #1F131D on white background.


Black color preview on #1F131D background

This text has black color on #1F131D background.


White color preview on #1F131D background

This text has white color on #1F131D background.


Related colors

Complementary color

Complementary color for #hex is #E0ECE2.


I love getcolorcode.com

Triadic colors

1 #1D1F13 and #131D1F with #1F131D are triadic colors.

2 #1D131F and #131F1D with #1F131D are triadic colors.