COLOR #1F1F09

HEX: #1F1F09 RGB: (31,31,9)

Color info

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

RGB color model

#1F1F09 color RGB value is (31,31,9).

RGB: (31,31,9) (12%, 12%, 4%)

RGB channels and saturation

R 31 of 255 = 12%
G 31 of 255 = 12%
B 9 of 255 = 4%

31
31
9

R + G + B ~ 9%. #1F1F09 is dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 31 + 9 = 71 (100%)
R 31 of 71 ~ 43.66%
G 31 of 71 ~ 43.66%
B 9 of 71 ~ 12.68'%

%43.66
%43.66
%12.68

CMYK color model

#1F1F09 color CMYK value is (0,0,71,88).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 70.97%
  • key color value is 87.84%

CMYK: (0,0,71,88)
C0M0Y71K88 (0%, 0%, 71%, 88%)
(0.00 / 0.00 / 0.71 / 0.88)

CMYK percentages

%0
%0
%70.97
%87.84

Codes

Color #1F1F09 in popluar color models

1F 1F 09
RGB 31 31 9
HSL 60° 55.00% 7.84%
HSB/HSV 60° 70.97% 12.16%
CMYK 0.00% 0.00% 70.97%
87.84%

Color #1F1F09 in popluar number systems.

HEX 1F 1F 09
Decimal 31 31 9
Binary 11111 11111 1001
Octal 37 37 11

Shades and tints

Shades of #1F1F09

#1F1F09
(31,31,9)
#1D1D09
(29,29,9)
#1B1B09
(27,27,9)
#191909
(25,25,9)
#171709
(23,23,9)
#151509
(21,21,9)
#131309
(19,19,9)
#111109
(17,17,9)
#0F0F09
(15,15,9)
#0D0D09
(13,13,9)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #1F1F09

#1F1F09
(31,31,9)
#33331F
(51,51,31)
#474735
(71,71,53)
#5B5B4B
(91,91,75)
#6F6F61
(111,111,97)
#838377
(131,131,119)
#97978D
(151,151,141)
#ABABA3
(171,171,163)
#BFBFB9
(191,191,185)
#D3D3CF
(211,211,207)
#E7E7E5
(231,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F1F09; }

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

This text font color is #1F1F09.

Background Color

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

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

This div background color is #1F1F09.

Border color

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

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

This div border color is #1F1F09.

Opacity

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

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

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

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

This text has shadow with #1F1F09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F1F09.

Preview

Color preview on black background

This text has color #1F1F09 on black background.


Color preview on white background

This text has color #1F1F09 on white background.


Black color preview on #1F1F09 background

This text has black color on #1F1F09 background.


White color preview on #1F1F09 background

This text has white color on #1F1F09 background.


Related colors

Complementary color

Complementary color for #hex is #E0E0F6.


I love getcolorcode.com