COLOR #181318

HEX: #181318
RGB: (24,19,24)

Color info

#181318 contains red, green and blue colors in about the same proportion. Web safe color of #181318 is #000000 (or #000).

RGB color model

#181318 color RGB value is (24,19,24).

  • red value is 24;
  • green value is 19;
  • blue value is 24.
RGB:
(24,19,24)
(9%,7%,9%)

RGB channels and saturation

R 24 of 255 = 9%
G 19 of 255 = 7%
B 24 of 255 = 9%

24
19
24

R + G + B ~ 8%. #181318 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 19 + 24 = 67 (100%)
R 24 of 67 ~ 35.82%
G 19 of 67 ~ 28.36%
B 24 of 67 ~ 35.82%

%35.82
%28.36
%35.82

CMYK color model

#181318 color CMYK value is (0,21,0,91).

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 0.00%
  • key color value is 90.59%
CMYK:
(0,21,0,91)
C0M21Y0K91 
(0%,21%,0%,91%)
(0.00/0.21/0.00/0.91)	

CMYK percentages

%0
%20.83
%0
%90.59

Codes

Color #181318 in popluar color models

181318
RGB241924
HSL300°11.63%8.43%
HSB/HSV300°20.83%9.41%
CMYK0.00%20.83%0.00%
90.59%

Color #181318 in popluar number systems.

HEX181318
Decimal241924
Binary110001001111000
Octal302330

Shades and tints

Shades of #181318

#181318
(24,19,24)
#161216
(22,18,22)
#141114
(20,17,20)
#121012
(18,16,18)
#100F10
(16,15,16)
#0E0E0E
(14,14,14)
#0C0D0C
(12,13,12)
#0A0C0A
(10,12,10)
#080B08
(8,11,8)
#060A06
(6,10,6)
#040904
(4,9,4)
#000000
(0,0,0)

Tints of #181318

#181318
(24,19,24)
#2D282D
(45,40,45)
#423D42
(66,61,66)
#575257
(87,82,87)
#6C676C
(108,103,108)
#817C81
(129,124,129)
#969196
(150,145,150)
#ABA6AB
(171,166,171)
#C0BBC0
(192,187,192)
#D5D0D5
(213,208,213)
#EAE5EA
(234,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #181318 color. Also use rgb(24,19,24) instead hex code.

Text Font Color

.myTextColor { color: #181318; }

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

This text font color is #181318.


Background Color

.myBgColor { background-color: #181318; }

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

This div background color is #181318.


Border color

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

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

This div border color is #181318.


Opacity

.myOpacity80 { color: #181318; opacity: 0.8; }

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

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

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

This text has shadow with #181318 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #181318 on black background.


Color preview on white background

This text has color #181318 on white background.



Black color preview on #181318 background

This text has black color on #181318 background.


White color preview on #181318 background

This text has white color on #181318 background.