COLOR #1B1115

HEX: #1B1115 RGB: (27,17,21)

Color info

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

RGB color model

#1B1115 color RGB value is (27,17,21).

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

RGB channels and saturation

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

27
17
21

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

Portions of RGB colors in percentages

R + G + B = 27 + 17 + 21 = 65 (100%)
R 27 of 65 ~ 41.54%
G 17 of 65 ~ 26.15%
B 21 of 65 ~ 32.31'%

%41.54
%26.15
%32.31

CMYK color model

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

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

CMYK: (0,37,22,89)
C0M37Y22K89 (0%, 37%, 22%, 89%)
(0.00 / 0.37 / 0.22 / 0.89)

CMYK percentages

%0
%37.04
%22.22
%89.41

Codes

Color #1B1115 in popluar color models

1B 11 15
RGB 27 17 21
HSL 336° 22.73% 8.63%
HSB/HSV 336° 37.04% 10.59%
CMYK 0.00% 37.04% 22.22%
89.41%

Color #1B1115 in popluar number systems.

HEX 1B 11 15
Decimal 27 17 21
Binary 11011 10001 10101
Octal 33 21 25

Shades and tints

Shades of #1B1115

#1B1115
(27,17,21)
#191014
(25,16,20)
#170F13
(23,15,19)
#150E12
(21,14,18)
#130D11
(19,13,17)
#110C10
(17,12,16)
#0F0B0F
(15,11,15)
#0D0A0E
(13,10,14)
#0B090D
(11,9,13)
#09080C
(9,8,12)
#07070B
(7,7,11)
#000000
(0,0,0)

Tints of #1B1115

#1B1115
(27,17,21)
#2F262A
(47,38,42)
#433B3F
(67,59,63)
#575054
(87,80,84)
#6B6569
(107,101,105)
#7F7A7E
(127,122,126)
#938F93
(147,143,147)
#A7A4A8
(167,164,168)
#BBB9BD
(187,185,189)
#CFCED2
(207,206,210)
#E3E3E7
(227,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B1115; }

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

This text font color is #1B1115.

Background Color

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

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

This div background color is #1B1115.

Border color

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

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

This div border color is #1B1115.

Opacity

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

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

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

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

This text has shadow with #1B1115 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B1115.

Preview

Color preview on black background

This text has color #1B1115 on black background.


Color preview on white background

This text has color #1B1115 on white background.


Black color preview on #1B1115 background

This text has black color on #1B1115 background.


White color preview on #1B1115 background

This text has white color on #1B1115 background.


Related colors

Complementary color

Complementary color for #hex is #E4EEEA.


I love getcolorcode.com

Triadic colors

1 #151B11 and #11151B with #1B1115 are triadic colors.

2 #15111B and #111B15 with #1B1115 are triadic colors.