COLOR #1F131E

HEX: #1F131E RGB: (31,19,30)

Color info

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

RGB color model

#1F131E color RGB value is (31,19,30).

RGB: (31,19,30) (12%, 7%, 12%)

RGB channels and saturation

R 31 of 255 = 12%
G 19 of 255 = 7%
B 30 of 255 = 12%

31
19
30

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

Portions of RGB colors in percentages

R + G + B = 31 + 19 + 30 = 80 (100%)
R 31 of 80 ~ 38.75%
G 19 of 80 ~ 23.75%
B 30 of 80 ~ 37.5'%

%38.75
%23.75
%37.5

CMYK color model

#1F131E color CMYK value is (0,39,3,88).

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

CMYK: (0,39,3,88)
C0M39Y3K88 (0%, 39%, 3%, 88%)
(0.00 / 0.39 / 0.03 / 0.88)

CMYK percentages

%0
%38.71
%3.23
%87.84

Codes

Color #1F131E in popluar color models

1F 13 1E
RGB 31 19 30
HSL 305° 24.00% 9.80%
HSB/HSV 305° 38.71% 12.16%
CMYK 0.00% 38.71% 3.23%
87.84%

Color #1F131E in popluar number systems.

HEX 1F 13 1E
Decimal 31 19 30
Binary 11111 10011 11110
Octal 37 23 36

Shades and tints

Shades of #1F131E

#1F131E
(31,19,30)
#1D121C
(29,18,28)
#1B111A
(27,17,26)
#191018
(25,16,24)
#170F16
(23,15,22)
#150E14
(21,14,20)
#130D12
(19,13,18)
#110C10
(17,12,16)
#0F0B0E
(15,11,14)
#0D0A0C
(13,10,12)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #1F131E

#1F131E
(31,19,30)
#332832
(51,40,50)
#473D46
(71,61,70)
#5B525A
(91,82,90)
#6F676E
(111,103,110)
#837C82
(131,124,130)
#979196
(151,145,150)
#ABA6AA
(171,166,170)
#BFBBBE
(191,187,190)
#D3D0D2
(211,208,210)
#E7E5E6
(231,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F131E; }

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

This text font color is #1F131E.

Background Color

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

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

This div background color is #1F131E.

Border color

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

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

This div border color is #1F131E.

Opacity

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

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

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

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

This text has shadow with #1F131E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F131E.

Preview

Color preview on black background

This text has color #1F131E on black background.


Color preview on white background

This text has color #1F131E on white background.


Black color preview on #1F131E background

This text has black color on #1F131E background.


White color preview on #1F131E background

This text has white color on #1F131E background.


Related colors

Complementary color

Complementary color for #hex is #E0ECE1.


I love getcolorcode.com

Triadic colors

1 #1E1F13 and #131E1F with #1F131E are triadic colors.

2 #1E131F and #131F1E with #1F131E are triadic colors.