COLOR #1F0B1D

HEX: #1F0B1D
RGB: (31,11,29)

Color info

#1F0B1D contains red, green and blue colors in about the same proportion. Web safe color of #1F0B1D is #330033 (or #303).

RGB color model

#1F0B1D color RGB value is (31,11,29).

  • red value is 31;
  • green value is 11;
  • blue value is 29.
RGB:
(31,11,29)
(12%,4%,11%)

RGB channels and saturation

R 31 of 255 = 12%
G 11 of 255 = 4%
B 29 of 255 = 11%

31
11
29

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

Portions of RGB colors in percentages

R + G + B =
31 + 11 + 29 = 71 (100%)
R 31 of 71 ~ 43.66%
G 11 of 71 ~ 15.49%
B 29 of 71 ~ 40.85%

%43.66
%15.49
%40.85

CMYK color model

#1F0B1D color CMYK value is (0,65,6,88).

  • cyan value is 0.00%
  • magenta value is 64.52%
  • yellow value is 6.45%
  • key color value is 87.84%
CMYK:
(0,65,6,88)
C0M65Y6K88 
(0%,65%,6%,88%)
(0.00/0.65/0.06/0.88)	

CMYK percentages

%0
%64.52
%6.45
%87.84

Codes

Color #1F0B1D in popluar color models

1F0B1D
RGB311129
HSL306°47.62%8.24%
HSB/HSV306°64.52%12.16%
CMYK0.00%64.52%6.45%
87.84%

Color #1F0B1D in popluar number systems.

HEX1F0B1D
Decimal311129
Binary11111101111101
Octal371335

Shades and tints

Shades of #1F0B1D

#1F0B1D
(31,11,29)
#1D0A1B
(29,10,27)
#1B0919
(27,9,25)
#190817
(25,8,23)
#170715
(23,7,21)
#150613
(21,6,19)
#130511
(19,5,17)
#11040F
(17,4,15)
#0F030D
(15,3,13)
#0D020B
(13,2,11)
#0B0109
(11,1,9)
#000000
(0,0,0)

Tints of #1F0B1D

#1F0B1D
(31,11,29)
#332131
(51,33,49)
#473745
(71,55,69)
#5B4D59
(91,77,89)
#6F636D
(111,99,109)
#837981
(131,121,129)
#978F95
(151,143,149)
#ABA5A9
(171,165,169)
#BFBBBD
(191,187,189)
#D3D1D1
(211,209,209)
#E7E7E5
(231,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F0B1D; }

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

This text font color is #1F0B1D.


Background Color

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

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

This div background color is #1F0B1D.


Border color

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

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

This div border color is #1F0B1D.


Opacity

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

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

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

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

This text has shadow with #1F0B1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F0B1D on black background.


Color preview on white background

This text has color #1F0B1D on white background.



Black color preview on #1F0B1D background

This text has black color on #1F0B1D background.


White color preview on #1F0B1D background

This text has white color on #1F0B1D background.