COLOR #1F1006

HEX: #1F1006 RGB: (31,16,6)

Color info

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

RGB color model

#1F1006 color RGB value is (31,16,6).

RGB: (31,16,6) (12%, 6%, 2%)

RGB channels and saturation

R 31 of 255 = 12%
G 16 of 255 = 6%
B 6 of 255 = 2%

31
16
6

R + G + B ~ 7%. #1F1006 is dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 16 + 6 = 53 (100%)
R 31 of 53 ~ 58.49%
G 16 of 53 ~ 30.19%
B 6 of 53 ~ 11.32'%

%58.49
%30.19
%11.32

CMYK color model

#1F1006 color CMYK value is (0,48,81,88).

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

CMYK: (0,48,81,88)
C0M48Y81K88 (0%, 48%, 81%, 88%)
(0.00 / 0.48 / 0.81 / 0.88)

CMYK percentages

%0
%48.39
%80.65
%87.84

Codes

Color #1F1006 in popluar color models

1F 10 06
RGB 31 16 6
HSL 24° 67.57% 7.25%
HSB/HSV 24° 80.65% 12.16%
CMYK 0.00% 48.39% 80.65%
87.84%

Color #1F1006 in popluar number systems.

HEX 1F 10 06
Decimal 31 16 6
Binary 11111 10000 110
Octal 37 20 6

Shades and tints

Shades of #1F1006

#1F1006
(31,16,6)
#1D0F06
(29,15,6)
#1B0E06
(27,14,6)
#190D06
(25,13,6)
#170C06
(23,12,6)
#150B06
(21,11,6)
#130A06
(19,10,6)
#110906
(17,9,6)
#0F0806
(15,8,6)
#0D0706
(13,7,6)
#0B0606
(11,6,6)
#000000
(0,0,0)

Tints of #1F1006

#1F1006
(31,16,6)
#33251C
(51,37,28)
#473A32
(71,58,50)
#5B4F48
(91,79,72)
#6F645E
(111,100,94)
#837974
(131,121,116)
#978E8A
(151,142,138)
#ABA3A0
(171,163,160)
#BFB8B6
(191,184,182)
#D3CDCC
(211,205,204)
#E7E2E2
(231,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F1006; }

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

This text font color is #1F1006.

Background Color

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

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

This div background color is #1F1006.

Border color

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

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

This div border color is #1F1006.

Opacity

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

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

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

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

This text has shadow with #1F1006 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F1006.

Preview

Color preview on black background

This text has color #1F1006 on black background.


Color preview on white background

This text has color #1F1006 on white background.


Black color preview on #1F1006 background

This text has black color on #1F1006 background.


White color preview on #1F1006 background

This text has white color on #1F1006 background.


Related colors

Complementary color

Complementary color for #hex is #E0EFF9.


I love getcolorcode.com

Triadic colors

1 #061F10 and #10061F with #1F1006 are triadic colors.

2 #06101F and #101F06 with #1F1006 are triadic colors.