COLOR #18171B

HEX: #18171B
RGB: (24,23,27)

Color info

#18171B contains red, green and blue colors in about the same proportion. Web safe color of #18171B is #000033 (or #003).

RGB color model

#18171B color RGB value is (24,23,27).

  • red value is 24;
  • green value is 23;
  • blue value is 27.
RGB:
(24,23,27)
(9%,9%,11%)

RGB channels and saturation

R 24 of 255 = 9%
G 23 of 255 = 9%
B 27 of 255 = 11%

24
23
27

R + G + B ~ 10%. #18171B is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 23 + 27 = 74 (100%)
R 24 of 74 ~ 32.43%
G 23 of 74 ~ 31.08%
B 27 of 74 ~ 36.49%

%32.43
%31.08
%36.49

CMYK color model

#18171B color CMYK value is (11,15,0,89).

  • cyan value is 11.11%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(11,15,0,89)
C11M15Y0K89 
(11%,15%,0%,89%)
(0.11/0.15/0.00/0.89)	

CMYK percentages

%11.11
%14.81
%0
%89.41

Codes

Color #18171B in popluar color models

18171B
RGB242327
HSL255°8.00%9.80%
HSB/HSV255°14.81%10.59%
CMYK11.11%14.81%0.00%
89.41%

Color #18171B in popluar number systems.

HEX18171B
Decimal242327
Binary110001011111011
Octal302733

Shades and tints

Shades of #18171B

#18171B
(24,23,27)
#161519
(22,21,25)
#141317
(20,19,23)
#121115
(18,17,21)
#100F13
(16,15,19)
#0E0D11
(14,13,17)
#0C0B0F
(12,11,15)
#0A090D
(10,9,13)
#08070B
(8,7,11)
#060509
(6,5,9)
#040307
(4,3,7)
#000000
(0,0,0)

Tints of #18171B

#18171B
(24,23,27)
#2D2C2F
(45,44,47)
#424143
(66,65,67)
#575657
(87,86,87)
#6C6B6B
(108,107,107)
#81807F
(129,128,127)
#969593
(150,149,147)
#ABAAA7
(171,170,167)
#C0BFBB
(192,191,187)
#D5D4CF
(213,212,207)
#EAE9E3
(234,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18171B color. Also use rgb(24,23,27) instead hex code.

Text Font Color

.myTextColor { color: #18171B; }

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

This text font color is #18171B.


Background Color

.myBgColor { background-color: #18171B; }

<div style="background-color:#18171B">Inner text</div>

This div background color is #18171B.


Border color

.myBorderColor { border: 1px solid #18171B; }

<div style="border:3px solid #18171B">Div</div>

This div border color is #18171B.


Opacity

.myOpacity80 { color: #18171B; opacity: 0.8; }

<p style="color:#18171B;opacity:0.8;">80%</p>

Text with #18171B 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 #18171B;}

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

This text has shadow with #18171B color.

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

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

This text has shadow with #18171B primary color and red secondary color.


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

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

This text has shadow with #18171B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18171B on black background.


Color preview on white background

This text has color #18171B on white background.



Black color preview on #18171B background

This text has black color on #18171B background.


White color preview on #18171B background

This text has white color on #18171B background.