COLOR #1B1501

HEX: #1B1501
RGB: (27,21,1)

Color info

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

RGB color model

#1B1501 color RGB value is (27,21,1).

  • red value is 27;
  • green value is 21;
  • blue value is 1.
RGB:
(27,21,1)
(11%,8%,0%)

RGB channels and saturation

R 27 of 255 = 11%
G 21 of 255 = 8%
B 1 of 255 = 0%

27
21
1

R + G + B ~ 6%. #1B1501 is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 21 + 1 = 49 (100%)
R 27 of 49 ~ 55.1%
G 21 of 49 ~ 42.86%
B 1 of 49 ~ 2.04%

%55.1
%42.86

CMYK color model

#1B1501 color CMYK value is (0,22,96,89).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 96.30%
  • key color value is 89.41%
CMYK:
(0,22,96,89)
C0M22Y96K89 
(0%,22%,96%,89%)
(0.00/0.22/0.96/0.89)	

CMYK percentages

%0
%22.22
%96.3
%89.41

Codes

Color #1B1501 in popluar color models

1B1501
RGB27211
HSL46°92.86%5.49%
HSB/HSV46°96.30%10.59%
CMYK0.00%22.22%96.30%
89.41%

Color #1B1501 in popluar number systems.

HEX1B1501
Decimal27211
Binary11011101011
Octal33251

Shades and tints

Shades of #1B1501

#1B1501
(27,21,1)
#191401
(25,20,1)
#171301
(23,19,1)
#151201
(21,18,1)
#131101
(19,17,1)
#111001
(17,16,1)
#0F0F01
(15,15,1)
#0D0E01
(13,14,1)
#0B0D01
(11,13,1)
#090C01
(9,12,1)
#070B01
(7,11,1)
#000000
(0,0,0)

Tints of #1B1501

#1B1501
(27,21,1)
#2F2A18
(47,42,24)
#433F2F
(67,63,47)
#575446
(87,84,70)
#6B695D
(107,105,93)
#7F7E74
(127,126,116)
#93938B
(147,147,139)
#A7A8A2
(167,168,162)
#BBBDB9
(187,189,185)
#CFD2D0
(207,210,208)
#E3E7E7
(227,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B1501; }

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

This text font color is #1B1501.


Background Color

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

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

This div background color is #1B1501.


Border color

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

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

This div border color is #1B1501.


Opacity

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

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

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

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

This text has shadow with #1B1501 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B1501 on black background.


Color preview on white background

This text has color #1B1501 on white background.



Black color preview on #1B1501 background

This text has black color on #1B1501 background.


White color preview on #1B1501 background

This text has white color on #1B1501 background.