COLOR #1B1214

HEX: #1B1214
RGB: (27,18,20)

Color info

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

RGB color model

#1B1214 color RGB value is (27,18,20).

  • red value is 27;
  • green value is 18;
  • blue value is 20.
RGB:
(27,18,20)
(11%,7%,8%)

RGB channels and saturation

R 27 of 255 = 11%
G 18 of 255 = 7%
B 20 of 255 = 8%

27
18
20

R + G + B ~ 9%. #1B1214 is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 18 + 20 = 65 (100%)
R 27 of 65 ~ 41.54%
G 18 of 65 ~ 27.69%
B 20 of 65 ~ 30.77%

%41.54
%27.69
%30.77

CMYK color model

#1B1214 color CMYK value is (0,33,26,89).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 25.93%
  • key color value is 89.41%
CMYK:
(0,33,26,89)
C0M33Y26K89 
(0%,33%,26%,89%)
(0.00/0.33/0.26/0.89)	

CMYK percentages

%0
%33.33
%25.93
%89.41

Codes

Color #1B1214 in popluar color models

1B1214
RGB271820
HSL347°20.00%8.82%
HSB/HSV347°33.33%10.59%
CMYK0.00%33.33%25.93%
89.41%

Color #1B1214 in popluar number systems.

HEX1B1214
Decimal271820
Binary110111001010100
Octal332224

Shades and tints

Shades of #1B1214

#1B1214
(27,18,20)
#191113
(25,17,19)
#171012
(23,16,18)
#150F11
(21,15,17)
#130E10
(19,14,16)
#110D0F
(17,13,15)
#0F0C0E
(15,12,14)
#0D0B0D
(13,11,13)
#0B0A0C
(11,10,12)
#09090B
(9,9,11)
#07080A
(7,8,10)
#000000
(0,0,0)

Tints of #1B1214

#1B1214
(27,18,20)
#2F2729
(47,39,41)
#433C3E
(67,60,62)
#575153
(87,81,83)
#6B6668
(107,102,104)
#7F7B7D
(127,123,125)
#939092
(147,144,146)
#A7A5A7
(167,165,167)
#BBBABC
(187,186,188)
#CFCFD1
(207,207,209)
#E3E4E6
(227,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B1214; }

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

This text font color is #1B1214.


Background Color

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

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

This div background color is #1B1214.


Border color

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

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

This div border color is #1B1214.


Opacity

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

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

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

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

This text has shadow with #1B1214 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B1214 on black background.


Color preview on white background

This text has color #1B1214 on white background.



Black color preview on #1B1214 background

This text has black color on #1B1214 background.


White color preview on #1B1214 background

This text has white color on #1B1214 background.