COLOR #181917

HEX: #181917
RGB: (24,25,23)

Color info

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

RGB color model

#181917 color RGB value is (24,25,23).

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

RGB channels and saturation

R 24 of 255 = 9%
G 25 of 255 = 10%
B 23 of 255 = 9%

24
25
23

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

Portions of RGB colors in percentages

R + G + B =
24 + 25 + 23 = 72 (100%)
R 24 of 72 ~ 33.33%
G 25 of 72 ~ 34.72%
B 23 of 72 ~ 31.94%

%33.33
%34.72
%31.94

CMYK color model

#181917 color CMYK value is (4,0,8,90).

  • cyan value is 4.00%
  • magenta value is 0.00%
  • yellow value is 8.00%
  • key color value is 90.20%
CMYK:
(4,0,8,90)
C4M0Y8K90 
(4%,0%,8%,90%)
(0.04/0.00/0.08/0.90)	

CMYK percentages

%4
%0
%8
%90.2

Codes

Color #181917 in popluar color models

181917
RGB242523
HSL90°4.17%9.41%
HSB/HSV90°8.00%9.80%
CMYK4.00%0.00%8.00%
90.20%

Color #181917 in popluar number systems.

HEX181917
Decimal242523
Binary110001100110111
Octal303127

Shades and tints

Shades of #181917

#181917
(24,25,23)
#161715
(22,23,21)
#141513
(20,21,19)
#121311
(18,19,17)
#10110F
(16,17,15)
#0E0F0D
(14,15,13)
#0C0D0B
(12,13,11)
#0A0B09
(10,11,9)
#080907
(8,9,7)
#060705
(6,7,5)
#040503
(4,5,3)
#000000
(0,0,0)

Tints of #181917

#181917
(24,25,23)
#2D2D2C
(45,45,44)
#424141
(66,65,65)
#575556
(87,85,86)
#6C696B
(108,105,107)
#817D80
(129,125,128)
#969195
(150,145,149)
#ABA5AA
(171,165,170)
#C0B9BF
(192,185,191)
#D5CDD4
(213,205,212)
#EAE1E9
(234,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #181917; }

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

This text font color is #181917.


Background Color

.myBgColor { background-color: #181917; }

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

This div background color is #181917.


Border color

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

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

This div border color is #181917.


Opacity

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

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

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

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

This text has shadow with #181917 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #181917 on black background.


Color preview on white background

This text has color #181917 on white background.



Black color preview on #181917 background

This text has black color on #181917 background.


White color preview on #181917 background

This text has white color on #181917 background.