COLOR #1F0F12

HEX: #1F0F12
RGB: (31,15,18)

Color info

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

RGB color model

#1F0F12 color RGB value is (31,15,18).

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

RGB channels and saturation

R 31 of 255 = 12%
G 15 of 255 = 6%
B 18 of 255 = 7%

31
15
18

R + G + B ~ 8%. #1F0F12 is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 15 + 18 = 64 (100%)
R 31 of 64 ~ 48.44%
G 15 of 64 ~ 23.44%
B 18 of 64 ~ 28.13%

%48.44
%23.44
%28.13

CMYK color model

#1F0F12 color CMYK value is (0,52,42,88).

  • cyan value is 0.00%
  • magenta value is 51.61%
  • yellow value is 41.94%
  • key color value is 87.84%
CMYK:
(0,52,42,88)
C0M52Y42K88 
(0%,52%,42%,88%)
(0.00/0.52/0.42/0.88)	

CMYK percentages

%0
%51.61
%41.94
%87.84

Codes

Color #1F0F12 in popluar color models

1F0F12
RGB311518
HSL349°34.78%9.02%
HSB/HSV349°51.61%12.16%
CMYK0.00%51.61%41.94%
87.84%

Color #1F0F12 in popluar number systems.

HEX1F0F12
Decimal311518
Binary11111111110010
Octal371722

Shades and tints

Shades of #1F0F12

#1F0F12
(31,15,18)
#1D0E11
(29,14,17)
#1B0D10
(27,13,16)
#190C0F
(25,12,15)
#170B0E
(23,11,14)
#150A0D
(21,10,13)
#13090C
(19,9,12)
#11080B
(17,8,11)
#0F070A
(15,7,10)
#0D0609
(13,6,9)
#0B0508
(11,5,8)
#000000
(0,0,0)

Tints of #1F0F12

#1F0F12
(31,15,18)
#332427
(51,36,39)
#47393C
(71,57,60)
#5B4E51
(91,78,81)
#6F6366
(111,99,102)
#83787B
(131,120,123)
#978D90
(151,141,144)
#ABA2A5
(171,162,165)
#BFB7BA
(191,183,186)
#D3CCCF
(211,204,207)
#E7E1E4
(231,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F0F12; }

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

This text font color is #1F0F12.


Background Color

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

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

This div background color is #1F0F12.


Border color

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

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

This div border color is #1F0F12.


Opacity

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

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

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

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

This text has shadow with #1F0F12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F0F12 on black background.


Color preview on white background

This text has color #1F0F12 on white background.



Black color preview on #1F0F12 background

This text has black color on #1F0F12 background.


White color preview on #1F0F12 background

This text has white color on #1F0F12 background.