COLOR #1B1114

HEX: #1B1114 RGB: (27,17,20)

Color info

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

RGB color model

#1B1114 color RGB value is (27,17,20).

RGB: (27,17,20) (11%, 7%, 8%)

RGB channels and saturation

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

27
17
20

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

Portions of RGB colors in percentages

R + G + B = 27 + 17 + 20 = 64 (100%)
R 27 of 64 ~ 42.19%
G 17 of 64 ~ 26.56%
B 20 of 64 ~ 31.25'%

%42.19
%26.56
%31.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.04%
  • yellow value is 25.93%
  • key color value is 89.41%

CMYK: (0,37,26,89)
C0M37Y26K89 (0%, 37%, 26%, 89%)
(0.00 / 0.37 / 0.26 / 0.89)

CMYK percentages

%0
%37.04
%25.93
%89.41

Codes

Color #1B1114 in popluar color models

1B 11 14
RGB 27 17 20
HSL 342° 22.73% 8.63%
HSB/HSV 342° 37.04% 10.59%
CMYK 0.00% 37.04% 25.93%
89.41%

Color #1B1114 in popluar number systems.

HEX 1B 11 14
Decimal 27 17 20
Binary 11011 10001 10100
Octal 33 21 24

Shades and tints

Shades of #1B1114

#1B1114
(27,17,20)
#191013
(25,16,19)
#170F12
(23,15,18)
#150E11
(21,14,17)
#130D10
(19,13,16)
#110C0F
(17,12,15)
#0F0B0E
(15,11,14)
#0D0A0D
(13,10,13)
#0B090C
(11,9,12)
#09080B
(9,8,11)
#07070A
(7,7,10)
#000000
(0,0,0)

Tints of #1B1114

#1B1114
(27,17,20)
#2F2629
(47,38,41)
#433B3E
(67,59,62)
#575053
(87,80,83)
#6B6568
(107,101,104)
#7F7A7D
(127,122,125)
#938F92
(147,143,146)
#A7A4A7
(167,164,167)
#BBB9BC
(187,185,188)
#CFCED1
(207,206,209)
#E3E3E6
(227,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B1114; }

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

This text font color is #1B1114.

Background Color

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

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

This div background color is #1B1114.

Border color

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

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

This div border color is #1B1114.

Opacity

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

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

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

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

This text has shadow with #1B1114 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B1114.

Preview

Color preview on black background

This text has color #1B1114 on black background.


Color preview on white background

This text has color #1B1114 on white background.


Black color preview on #1B1114 background

This text has black color on #1B1114 background.


White color preview on #1B1114 background

This text has white color on #1B1114 background.


Related colors

Complementary color

Complementary color for #hex is #E4EEEB.


I love getcolorcode.com

Triadic colors

1 #141B11 and #11141B with #1B1114 are triadic colors.

2 #14111B and #111B14 with #1B1114 are triadic colors.