COLOR #1F070B

HEX: #1F070B RGB: (31,7,11)

Color info

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

RGB color model

#1F070B color RGB value is (31,7,11).

RGB: (31,7,11) (12%, 3%, 4%)

RGB channels and saturation

R 31 of 255 = 12%
G 7 of 255 = 3%
B 11 of 255 = 4%

31
7
11

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

Portions of RGB colors in percentages

R + G + B = 31 + 7 + 11 = 49 (100%)
R 31 of 49 ~ 63.27%
G 7 of 49 ~ 14.29%
B 11 of 49 ~ 22.45'%

%63.27
%14.29
%22.45

CMYK color model

#1F070B color CMYK value is (0,77,65,88).

  • cyan value is 0.00%
  • magenta value is 77.42%
  • yellow value is 64.52%
  • key color value is 87.84%

CMYK: (0,77,65,88)
C0M77Y65K88 (0%, 77%, 65%, 88%)
(0.00 / 0.77 / 0.65 / 0.88)

CMYK percentages

%0
%77.42
%64.52
%87.84

Codes

Color #1F070B in popluar color models

1F 07 0B
RGB 31 7 11
HSL 350° 63.16% 7.45%
HSB/HSV 350° 77.42% 12.16%
CMYK 0.00% 77.42% 64.52%
87.84%

Color #1F070B in popluar number systems.

HEX 1F 07 0B
Decimal 31 7 11
Binary 11111 111 1011
Octal 37 7 13

Shades and tints

Shades of #1F070B

#1F070B
(31,7,11)
#1D070A
(29,7,10)
#1B0709
(27,7,9)
#190708
(25,7,8)
#170707
(23,7,7)
#150706
(21,7,6)
#130705
(19,7,5)
#110704
(17,7,4)
#0F0703
(15,7,3)
#0D0702
(13,7,2)
#0B0701
(11,7,1)
#000000
(0,0,0)

Tints of #1F070B

#1F070B
(31,7,11)
#331D21
(51,29,33)
#473337
(71,51,55)
#5B494D
(91,73,77)
#6F5F63
(111,95,99)
#837579
(131,117,121)
#978B8F
(151,139,143)
#ABA1A5
(171,161,165)
#BFB7BB
(191,183,187)
#D3CDD1
(211,205,209)
#E7E3E7
(231,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F070B; }

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

This text font color is #1F070B.

Background Color

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

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

This div background color is #1F070B.

Border color

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

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

This div border color is #1F070B.

Opacity

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

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

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

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

This text has shadow with #1F070B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F070B.

Preview

Color preview on black background

This text has color #1F070B on black background.


Color preview on white background

This text has color #1F070B on white background.


Black color preview on #1F070B background

This text has black color on #1F070B background.


White color preview on #1F070B background

This text has white color on #1F070B background.


Related colors

Complementary color

Complementary color for #hex is #E0F8F4.


I love getcolorcode.com

Triadic colors

1 #0B1F07 and #070B1F with #1F070B are triadic colors.

2 #0B071F and #071F0B with #1F070B are triadic colors.