COLOR #1F120F

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

Color info

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

RGB color model

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

RGB: (31,18,15) (12%, 7%, 6%)

RGB channels and saturation

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

31
18
15

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

Portions of RGB colors in percentages

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

%48.44
%28.13
%23.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 41.94%
  • yellow value is 51.61%
  • key color value is 87.84%

CMYK: (0,42,52,88)
C0M42Y52K88 (0%, 42%, 52%, 88%)
(0.00 / 0.42 / 0.52 / 0.88)

CMYK percentages

%0
%41.94
%51.61
%87.84

Codes

Color #1F120F in popluar color models

1F 12 0F
RGB 31 18 15
HSL 11° 34.78% 9.02%
HSB/HSV 11° 51.61% 12.16%
CMYK 0.00% 41.94% 51.61%
87.84%

Color #1F120F in popluar number systems.

HEX 1F 12 0F
Decimal 31 18 15
Binary 11111 10010 1111
Octal 37 22 17

Shades and tints

Shades of #1F120F

#1F120F
(31,18,15)
#1D110E
(29,17,14)
#1B100D
(27,16,13)
#190F0C
(25,15,12)
#170E0B
(23,14,11)
#150D0A
(21,13,10)
#130C09
(19,12,9)
#110B08
(17,11,8)
#0F0A07
(15,10,7)
#0D0906
(13,9,6)
#0B0805
(11,8,5)
#000000
(0,0,0)

Tints of #1F120F

#1F120F
(31,18,15)
#332724
(51,39,36)
#473C39
(71,60,57)
#5B514E
(91,81,78)
#6F6663
(111,102,99)
#837B78
(131,123,120)
#97908D
(151,144,141)
#ABA5A2
(171,165,162)
#BFBAB7
(191,186,183)
#D3CFCC
(211,207,204)
#E7E4E1
(231,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F120F; }

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

This text font color is #1F120F.

Background Color

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

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

This div background color is #1F120F.

Border color

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

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

This div border color is #1F120F.

Opacity

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

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

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

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

This text has shadow with #1F120F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F120F.

Preview

Color preview on black background

This text has color #1F120F on black background.


Color preview on white background

This text has color #1F120F on white background.


Black color preview on #1F120F background

This text has black color on #1F120F background.


White color preview on #1F120F background

This text has white color on #1F120F background.


Related colors

Complementary color

Complementary color for #hex is #E0EDF0.


I love getcolorcode.com

Triadic colors

1 #0F1F12 and #120F1F with #1F120F are triadic colors.

2 #0F121F and #121F0F with #1F120F are triadic colors.