COLOR #1B1601

HEX: #1B1601
RGB: (27,22,1)

Color info

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

RGB color model

#1B1601 color RGB value is (27,22,1).

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

RGB channels and saturation

R 27 of 255 = 11%
G 22 of 255 = 9%
B 1 of 255 = 0%

27
22
1

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

Portions of RGB colors in percentages

R + G + B =
27 + 22 + 1 = 50 (100%)
R 27 of 50 ~ 54%
G 22 of 50 ~ 44%
B 1 of 50 ~ 2%

%54
%44

CMYK color model

#1B1601 color CMYK value is (0,19,96,89).

  • cyan value is 0.00%
  • magenta value is 18.52%
  • yellow value is 96.30%
  • key color value is 89.41%
CMYK:
(0,19,96,89)
C0M19Y96K89 
(0%,19%,96%,89%)
(0.00/0.19/0.96/0.89)	

CMYK percentages

%0
%18.52
%96.3
%89.41

Codes

Color #1B1601 in popluar color models

1B1601
RGB27221
HSL48°92.86%5.49%
HSB/HSV48°96.30%10.59%
CMYK0.00%18.52%96.30%
89.41%

Color #1B1601 in popluar number systems.

HEX1B1601
Decimal27221
Binary11011101101
Octal33261

Shades and tints

Shades of #1B1601

#1B1601
(27,22,1)
#191401
(25,20,1)
#171201
(23,18,1)
#151001
(21,16,1)
#130E01
(19,14,1)
#110C01
(17,12,1)
#0F0A01
(15,10,1)
#0D0801
(13,8,1)
#0B0601
(11,6,1)
#090401
(9,4,1)
#070201
(7,2,1)
#000000
(0,0,0)

Tints of #1B1601

#1B1601
(27,22,1)
#2F2B18
(47,43,24)
#43402F
(67,64,47)
#575546
(87,85,70)
#6B6A5D
(107,106,93)
#7F7F74
(127,127,116)
#93948B
(147,148,139)
#A7A9A2
(167,169,162)
#BBBEB9
(187,190,185)
#CFD3D0
(207,211,208)
#E3E8E7
(227,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B1601; }

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

This text font color is #1B1601.


Background Color

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

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

This div background color is #1B1601.


Border color

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

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

This div border color is #1B1601.


Opacity

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

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

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

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

This text has shadow with #1B1601 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B1601 on black background.


Color preview on white background

This text has color #1B1601 on white background.



Black color preview on #1B1601 background

This text has black color on #1B1601 background.


White color preview on #1B1601 background

This text has white color on #1B1601 background.