COLOR #1B0501

HEX: #1B0501
RGB: (27,5,1)

Color info

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

RGB color model

#1B0501 color RGB value is (27,5,1).

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

RGB channels and saturation

R 27 of 255 = 11%
G 5 of 255 = 2%
B 1 of 255 = 0%

27
5
1

R + G + B ~ 4%. #1B0501 is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 5 + 1 = 33 (100%)
R 27 of 33 ~ 81.82%
G 5 of 33 ~ 15.15%
B 1 of 33 ~ 3.03%

%81.82
%15.15

CMYK color model

#1B0501 color CMYK value is (0,81,96,89).

  • cyan value is 0.00%
  • magenta value is 81.48%
  • yellow value is 96.30%
  • key color value is 89.41%
CMYK:
(0,81,96,89)
C0M81Y96K89 
(0%,81%,96%,89%)
(0.00/0.81/0.96/0.89)	

CMYK percentages

%0
%81.48
%96.3
%89.41

Codes

Color #1B0501 in popluar color models

1B0501
RGB2751
HSL92.86%5.49%
HSB/HSV96.30%10.59%
CMYK0.00%81.48%96.30%
89.41%

Color #1B0501 in popluar number systems.

HEX1B0501
Decimal2751
Binary110111011
Octal3351

Shades and tints

Shades of #1B0501

#1B0501
(27,5,1)
#190501
(25,5,1)
#170501
(23,5,1)
#150501
(21,5,1)
#130501
(19,5,1)
#110501
(17,5,1)
#0F0501
(15,5,1)
#0D0501
(13,5,1)
#0B0501
(11,5,1)
#090501
(9,5,1)
#070501
(7,5,1)
#000000
(0,0,0)

Tints of #1B0501

#1B0501
(27,5,1)
#2F1B18
(47,27,24)
#43312F
(67,49,47)
#574746
(87,71,70)
#6B5D5D
(107,93,93)
#7F7374
(127,115,116)
#93898B
(147,137,139)
#A79FA2
(167,159,162)
#BBB5B9
(187,181,185)
#CFCBD0
(207,203,208)
#E3E1E7
(227,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B0501; }

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

This text font color is #1B0501.


Background Color

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

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

This div background color is #1B0501.


Border color

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

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

This div border color is #1B0501.


Opacity

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

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

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

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

This text has shadow with #1B0501 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B0501 on black background.


Color preview on white background

This text has color #1B0501 on white background.



Black color preview on #1B0501 background

This text has black color on #1B0501 background.


White color preview on #1B0501 background

This text has white color on #1B0501 background.