COLOR #1F0113

HEX: #1F0113 RGB: (31,1,19)

Color info

#1F0113 contains red, green and blue colors in about the same proportion. Web safe color of #1F0113 is #330000 (or #300).

RGB color model

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

RGB: (31,1,19) (12%, 0%, 7%)

RGB channels and saturation

R 31 of 255 = 12%
G 1 of 255 = 0%
B 19 of 255 = 7%

31
1
19

R + G + B ~ 6%. #1F0113 is dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 1 + 19 = 51 (100%)
R 31 of 51 ~ 60.78%
G 1 of 51 ~ 1.96%
B 19 of 51 ~ 37.25'%

%60.78
%37.25

CMYK color model

#1F0113 color CMYK value is (0,97,39,88).

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

CMYK: (0,97,39,88)
C0M97Y39K88 (0%, 97%, 39%, 88%)
(0.00 / 0.97 / 0.39 / 0.88)

CMYK percentages

%0
%96.77
%38.71
%87.84

Codes

Color #1F0113 in popluar color models

1F 01 13
RGB 31 1 19
HSL 324° 93.75% 6.27%
HSB/HSV 324° 96.77% 12.16%
CMYK 0.00% 96.77% 38.71%
87.84%

Color #1F0113 in popluar number systems.

HEX 1F 01 13
Decimal 31 1 19
Binary 11111 1 10011
Octal 37 1 23

Shades and tints

Shades of #1F0113

#1F0113
(31,1,19)
#1D0112
(29,1,18)
#1B0111
(27,1,17)
#190110
(25,1,16)
#17010F
(23,1,15)
#15010E
(21,1,14)
#13010D
(19,1,13)
#11010C
(17,1,12)
#0F010B
(15,1,11)
#0D010A
(13,1,10)
#0B0109
(11,1,9)
#000000
(0,0,0)

Tints of #1F0113

#1F0113
(31,1,19)
#331828
(51,24,40)
#472F3D
(71,47,61)
#5B4652
(91,70,82)
#6F5D67
(111,93,103)
#83747C
(131,116,124)
#978B91
(151,139,145)
#ABA2A6
(171,162,166)
#BFB9BB
(191,185,187)
#D3D0D0
(211,208,208)
#E7E7E5
(231,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F0113; }

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

This text font color is #1F0113.

Background Color

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

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

This div background color is #1F0113.

Border color

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

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

This div border color is #1F0113.

Opacity

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

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

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

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

This text has shadow with #1F0113 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F0113.

Preview

Color preview on black background

This text has color #1F0113 on black background.


Color preview on white background

This text has color #1F0113 on white background.


Black color preview on #1F0113 background

This text has black color on #1F0113 background.


White color preview on #1F0113 background

This text has white color on #1F0113 background.


Related colors

Complementary color

Complementary color for #hex is #E0FEEC.


I love getcolorcode.com

Triadic colors

1 #131F01 and #01131F with #1F0113 are triadic colors.

2 #13011F and #011F13 with #1F0113 are triadic colors.