COLOR #1F1B06

HEX: #1F1B06 RGB: (31,27,6)

Color info

#1F1B06 contains red, green and blue colors in about the same proportion. Web safe color of #1F1B06 is #333300 (or #330).

RGB color model

#1F1B06 color RGB value is (31,27,6).

RGB: (31,27,6) (12%, 11%, 2%)

RGB channels and saturation

R 31 of 255 = 12%
G 27 of 255 = 11%
B 6 of 255 = 2%

31
27
6

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

Portions of RGB colors in percentages

R + G + B = 31 + 27 + 6 = 64 (100%)
R 31 of 64 ~ 48.44%
G 27 of 64 ~ 42.19%
B 6 of 64 ~ 9.38'%

%48.44
%42.19

CMYK color model

#1F1B06 color CMYK value is (0,13,81,88).

  • cyan value is 0.00%
  • magenta value is 12.90%
  • yellow value is 80.65%
  • key color value is 87.84%

CMYK: (0,13,81,88)
C0M13Y81K88 (0%, 13%, 81%, 88%)
(0.00 / 0.13 / 0.81 / 0.88)

CMYK percentages

%0
%12.9
%80.65
%87.84

Codes

Color #1F1B06 in popluar color models

1F 1B 06
RGB 31 27 6
HSL 50° 67.57% 7.25%
HSB/HSV 50° 80.65% 12.16%
CMYK 0.00% 12.90% 80.65%
87.84%

Color #1F1B06 in popluar number systems.

HEX 1F 1B 06
Decimal 31 27 6
Binary 11111 11011 110
Octal 37 33 6

Shades and tints

Shades of #1F1B06

#1F1B06
(31,27,6)
#1D1906
(29,25,6)
#1B1706
(27,23,6)
#191506
(25,21,6)
#171306
(23,19,6)
#151106
(21,17,6)
#130F06
(19,15,6)
#110D06
(17,13,6)
#0F0B06
(15,11,6)
#0D0906
(13,9,6)
#0B0706
(11,7,6)
#000000
(0,0,0)

Tints of #1F1B06

#1F1B06
(31,27,6)
#332F1C
(51,47,28)
#474332
(71,67,50)
#5B5748
(91,87,72)
#6F6B5E
(111,107,94)
#837F74
(131,127,116)
#97938A
(151,147,138)
#ABA7A0
(171,167,160)
#BFBBB6
(191,187,182)
#D3CFCC
(211,207,204)
#E7E3E2
(231,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F1B06; }

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

This text font color is #1F1B06.

Background Color

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

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

This div background color is #1F1B06.

Border color

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

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

This div border color is #1F1B06.

Opacity

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

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

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

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

This text has shadow with #1F1B06 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F1B06.

Preview

Color preview on black background

This text has color #1F1B06 on black background.


Color preview on white background

This text has color #1F1B06 on white background.


Black color preview on #1F1B06 background

This text has black color on #1F1B06 background.


White color preview on #1F1B06 background

This text has white color on #1F1B06 background.


Related colors

Complementary color

Complementary color for #hex is #E0E4F9.


I love getcolorcode.com

Triadic colors

1 #061F1B and #1B061F with #1F1B06 are triadic colors.

2 #061B1F and #1B1F06 with #1F1B06 are triadic colors.