COLOR #1B171F

HEX: #1B171F RGB: (27,23,31)

Color info

#1B171F contains red, green and blue colors in about the same proportion. Web safe color of #1B171F is #330033 (or #303).

RGB color model

#1B171F color RGB value is (27,23,31).

RGB: (27,23,31) (11%, 9%, 12%)

RGB channels and saturation

R 27 of 255 = 11%
G 23 of 255 = 9%
B 31 of 255 = 12%

27
23
31

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

Portions of RGB colors in percentages

R + G + B = 27 + 23 + 31 = 81 (100%)
R 27 of 81 ~ 33.33%
G 23 of 81 ~ 28.4%
B 31 of 81 ~ 38.27'%

%33.33
%28.4
%38.27

CMYK color model

#1B171F color CMYK value is (13,26,0,88).

  • cyan value is 12.90%
  • magenta value is 25.81%
  • yellow value is 0.00%
  • key color value is 87.84%

CMYK: (13,26,0,88)
C13M26Y0K88 (13%, 26%, 0%, 88%)
(0.13 / 0.26 / 0.00 / 0.88)

CMYK percentages

%12.9
%25.81
%0
%87.84

Codes

Color #1B171F in popluar color models

1B 17 1F
RGB 27 23 31
HSL 270° 14.81% 10.59%
HSB/HSV 270° 25.81% 12.16%
CMYK 12.90% 25.81% 0.00%
87.84%

Color #1B171F in popluar number systems.

HEX 1B 17 1F
Decimal 27 23 31
Binary 11011 10111 11111
Octal 33 27 37

Shades and tints

Shades of #1B171F

#1B171F
(27,23,31)
#19151D
(25,21,29)
#17131B
(23,19,27)
#151119
(21,17,25)
#130F17
(19,15,23)
#110D15
(17,13,21)
#0F0B13
(15,11,19)
#0D0911
(13,9,17)
#0B070F
(11,7,15)
#09050D
(9,5,13)
#07030B
(7,3,11)
#000000
(0,0,0)

Tints of #1B171F

#1B171F
(27,23,31)
#2F2C33
(47,44,51)
#434147
(67,65,71)
#57565B
(87,86,91)
#6B6B6F
(107,107,111)
#7F8083
(127,128,131)
#939597
(147,149,151)
#A7AAAB
(167,170,171)
#BBBFBF
(187,191,191)
#CFD4D3
(207,212,211)
#E3E9E7
(227,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B171F; }

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

This text font color is #1B171F.

Background Color

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

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

This div background color is #1B171F.

Border color

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

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

This div border color is #1B171F.

Opacity

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

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

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

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

This text has shadow with #1B171F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B171F.

Preview

Color preview on black background

This text has color #1B171F on black background.


Color preview on white background

This text has color #1B171F on white background.


Black color preview on #1B171F background

This text has black color on #1B171F background.


White color preview on #1B171F background

This text has white color on #1B171F background.


Related colors

Complementary color

Complementary color for #hex is #E4E8E0.


I love getcolorcode.com

Triadic colors

1 #1F1B17 and #171F1B with #1B171F are triadic colors.

2 #1F171B and #171B1F with #1B171F are triadic colors.