COLOR #1B1117

HEX: #1B1117 RGB: (27,17,23)

Color info

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

RGB color model

#1B1117 color RGB value is (27,17,23).

RGB: (27,17,23) (11%, 7%, 9%)

RGB channels and saturation

R 27 of 255 = 11%
G 17 of 255 = 7%
B 23 of 255 = 9%

27
17
23

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

Portions of RGB colors in percentages

R + G + B = 27 + 17 + 23 = 67 (100%)
R 27 of 67 ~ 40.3%
G 17 of 67 ~ 25.37%
B 23 of 67 ~ 34.33'%

%40.3
%25.37
%34.33

CMYK color model

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

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

CMYK: (0,37,15,89)
C0M37Y15K89 (0%, 37%, 15%, 89%)
(0.00 / 0.37 / 0.15 / 0.89)

CMYK percentages

%0
%37.04
%14.81
%89.41

Codes

Color #1B1117 in popluar color models

1B 11 17
RGB 27 17 23
HSL 324° 22.73% 8.63%
HSB/HSV 324° 37.04% 10.59%
CMYK 0.00% 37.04% 14.81%
89.41%

Color #1B1117 in popluar number systems.

HEX 1B 11 17
Decimal 27 17 23
Binary 11011 10001 10111
Octal 33 21 27

Shades and tints

Shades of #1B1117

#1B1117
(27,17,23)
#191015
(25,16,21)
#170F13
(23,15,19)
#150E11
(21,14,17)
#130D0F
(19,13,15)
#110C0D
(17,12,13)
#0F0B0B
(15,11,11)
#0D0A09
(13,10,9)
#0B0907
(11,9,7)
#090805
(9,8,5)
#070703
(7,7,3)
#000000
(0,0,0)

Tints of #1B1117

#1B1117
(27,17,23)
#2F262C
(47,38,44)
#433B41
(67,59,65)
#575056
(87,80,86)
#6B656B
(107,101,107)
#7F7A80
(127,122,128)
#938F95
(147,143,149)
#A7A4AA
(167,164,170)
#BBB9BF
(187,185,191)
#CFCED4
(207,206,212)
#E3E3E9
(227,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B1117; }

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

This text font color is #1B1117.

Background Color

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

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

This div background color is #1B1117.

Border color

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

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

This div border color is #1B1117.

Opacity

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

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

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

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

This text has shadow with #1B1117 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B1117.

Preview

Color preview on black background

This text has color #1B1117 on black background.


Color preview on white background

This text has color #1B1117 on white background.


Black color preview on #1B1117 background

This text has black color on #1B1117 background.


White color preview on #1B1117 background

This text has white color on #1B1117 background.


Related colors

Complementary color

Complementary color for #hex is #E4EEE8.


I love getcolorcode.com

Triadic colors

1 #171B11 and #11171B with #1B1117 are triadic colors.

2 #17111B and #111B17 with #1B1117 are triadic colors.