COLOR #18141B

HEX: #18141B
RGB: (24,20,27)

Color info

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

RGB color model

#18141B color RGB value is (24,20,27).

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

RGB channels and saturation

R 24 of 255 = 9%
G 20 of 255 = 8%
B 27 of 255 = 11%

24
20
27

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

Portions of RGB colors in percentages

R + G + B =
24 + 20 + 27 = 71 (100%)
R 24 of 71 ~ 33.8%
G 20 of 71 ~ 28.17%
B 27 of 71 ~ 38.03%

%33.8
%28.17
%38.03

CMYK color model

#18141B color CMYK value is (11,26,0,89).

  • cyan value is 11.11%
  • magenta value is 25.93%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(11,26,0,89)
C11M26Y0K89 
(11%,26%,0%,89%)
(0.11/0.26/0.00/0.89)	

CMYK percentages

%11.11
%25.93
%0
%89.41

Codes

Color #18141B in popluar color models

18141B
RGB242027
HSL274°14.89%9.22%
HSB/HSV274°25.93%10.59%
CMYK11.11%25.93%0.00%
89.41%

Color #18141B in popluar number systems.

HEX18141B
Decimal242027
Binary110001010011011
Octal302433

Shades and tints

Shades of #18141B

#18141B
(24,20,27)
#161319
(22,19,25)
#141217
(20,18,23)
#121115
(18,17,21)
#101013
(16,16,19)
#0E0F11
(14,15,17)
#0C0E0F
(12,14,15)
#0A0D0D
(10,13,13)
#080C0B
(8,12,11)
#060B09
(6,11,9)
#040A07
(4,10,7)
#000000
(0,0,0)

Tints of #18141B

#18141B
(24,20,27)
#2D292F
(45,41,47)
#423E43
(66,62,67)
#575357
(87,83,87)
#6C686B
(108,104,107)
#817D7F
(129,125,127)
#969293
(150,146,147)
#ABA7A7
(171,167,167)
#C0BCBB
(192,188,187)
#D5D1CF
(213,209,207)
#EAE6E3
(234,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #18141B; }

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

This text font color is #18141B.


Background Color

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

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

This div background color is #18141B.


Border color

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

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

This div border color is #18141B.


Opacity

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

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

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

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

This text has shadow with #18141B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18141B on black background.


Color preview on white background

This text has color #18141B on white background.



Black color preview on #18141B background

This text has black color on #18141B background.


White color preview on #18141B background

This text has white color on #18141B background.