COLOR #1B1103

HEX: #1B1103
RGB: (27,17,3)

Color info

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

RGB color model

#1B1103 color RGB value is (27,17,3).

  • red value is 27;
  • green value is 17;
  • blue value is 3.
RGB:
(27,17,3)
(11%,7%,1%)

RGB channels and saturation

R 27 of 255 = 11%
G 17 of 255 = 7%
B 3 of 255 = 1%

27
17
3

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

Portions of RGB colors in percentages

R + G + B =
27 + 17 + 3 = 47 (100%)
R 27 of 47 ~ 57.45%
G 17 of 47 ~ 36.17%
B 3 of 47 ~ 6.38%

%57.45
%36.17

CMYK color model

#1B1103 color CMYK value is (0,37,89,89).

  • cyan value is 0.00%
  • magenta value is 37.04%
  • yellow value is 88.89%
  • key color value is 89.41%
CMYK:
(0,37,89,89)
C0M37Y89K89 
(0%,37%,89%,89%)
(0.00/0.37/0.89/0.89)	

CMYK percentages

%0
%37.04
%88.89
%89.41

Codes

Color #1B1103 in popluar color models

1B1103
RGB27173
HSL35°80.00%5.88%
HSB/HSV35°88.89%10.59%
CMYK0.00%37.04%88.89%
89.41%

Color #1B1103 in popluar number systems.

HEX1B1103
Decimal27173
Binary110111000111
Octal33213

Shades and tints

Shades of #1B1103

#1B1103
(27,17,3)
#191003
(25,16,3)
#170F03
(23,15,3)
#150E03
(21,14,3)
#130D03
(19,13,3)
#110C03
(17,12,3)
#0F0B03
(15,11,3)
#0D0A03
(13,10,3)
#0B0903
(11,9,3)
#090803
(9,8,3)
#070703
(7,7,3)
#000000
(0,0,0)

Tints of #1B1103

#1B1103
(27,17,3)
#2F2619
(47,38,25)
#433B2F
(67,59,47)
#575045
(87,80,69)
#6B655B
(107,101,91)
#7F7A71
(127,122,113)
#938F87
(147,143,135)
#A7A49D
(167,164,157)
#BBB9B3
(187,185,179)
#CFCEC9
(207,206,201)
#E3E3DF
(227,227,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B1103; }

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

This text font color is #1B1103.


Background Color

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

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

This div background color is #1B1103.


Border color

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

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

This div border color is #1B1103.


Opacity

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

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

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

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

This text has shadow with #1B1103 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B1103 on black background.


Color preview on white background

This text has color #1B1103 on white background.



Black color preview on #1B1103 background

This text has black color on #1B1103 background.


White color preview on #1B1103 background

This text has white color on #1B1103 background.