COLOR #1B1C1F

HEX: #1B1C1F
RGB: (27,28,31)

Color info

#1B1C1F contains red, green and blue colors in about the same proportion. Web safe color of #1B1C1F is #333333 (or #333).

RGB color model

#1B1C1F color RGB value is (27,28,31).

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

RGB channels and saturation

R 27 of 255 = 11%
G 28 of 255 = 11%
B 31 of 255 = 12%

27
28
31

R + G + B ~ 11%. #1B1C1F is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 28 + 31 = 86 (100%)
R 27 of 86 ~ 31.4%
G 28 of 86 ~ 32.56%
B 31 of 86 ~ 36.05%

%31.4
%32.56
%36.05

CMYK color model

#1B1C1F color CMYK value is (13,10,0,88).

  • cyan value is 12.90%
  • magenta value is 9.68%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(13,10,0,88)
C13M10Y0K88 
(13%,10%,0%,88%)
(0.13/0.10/0.00/0.88)	

CMYK percentages

%12.9
%9.68
%0
%87.84

Codes

Color #1B1C1F in popluar color models

1B1C1F
RGB272831
HSL225°6.90%11.37%
HSB/HSV225°12.90%12.16%
CMYK12.90%9.68%0.00%
87.84%

Color #1B1C1F in popluar number systems.

HEX1B1C1F
Decimal272831
Binary110111110011111
Octal333437

Shades and tints

Shades of #1B1C1F

#1B1C1F
(27,28,31)
#191A1D
(25,26,29)
#17181B
(23,24,27)
#151619
(21,22,25)
#131417
(19,20,23)
#111215
(17,18,21)
#0F1013
(15,16,19)
#0D0E11
(13,14,17)
#0B0C0F
(11,12,15)
#090A0D
(9,10,13)
#07080B
(7,8,11)
#000000
(0,0,0)

Tints of #1B1C1F

#1B1C1F
(27,28,31)
#2F3033
(47,48,51)
#434447
(67,68,71)
#57585B
(87,88,91)
#6B6C6F
(107,108,111)
#7F8083
(127,128,131)
#939497
(147,148,151)
#A7A8AB
(167,168,171)
#BBBCBF
(187,188,191)
#CFD0D3
(207,208,211)
#E3E4E7
(227,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B1C1F; }

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

This text font color is #1B1C1F.


Background Color

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

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

This div background color is #1B1C1F.


Border color

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

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

This div border color is #1B1C1F.


Opacity

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

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

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

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

This text has shadow with #1B1C1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B1C1F on black background.


Color preview on white background

This text has color #1B1C1F on white background.



Black color preview on #1B1C1F background

This text has black color on #1B1C1F background.


White color preview on #1B1C1F background

This text has white color on #1B1C1F background.