COLOR #181719

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

24
23
25

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

Portions of RGB colors in percentages

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

%33.33
%31.94
%34.72

CMYK color model

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

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

CMYK percentages

%4
%8
%0
%90.2

Codes

Color #181719 in popluar color models

181719
RGB242325
HSL270°4.17%9.41%
HSB/HSV270°8.00%9.80%
CMYK4.00%8.00%0.00%
90.20%

Color #181719 in popluar number systems.

HEX181719
Decimal242325
Binary110001011111001
Octal302731

Shades and tints

Shades of #181719

#181719
(24,23,25)
#161517
(22,21,23)
#141315
(20,19,21)
#121113
(18,17,19)
#100F11
(16,15,17)
#0E0D0F
(14,13,15)
#0C0B0D
(12,11,13)
#0A090B
(10,9,11)
#080709
(8,7,9)
#060507
(6,5,7)
#040305
(4,3,5)
#000000
(0,0,0)

Tints of #181719

#181719
(24,23,25)
#2D2C2D
(45,44,45)
#424141
(66,65,65)
#575655
(87,86,85)
#6C6B69
(108,107,105)
#81807D
(129,128,125)
#969591
(150,149,145)
#ABAAA5
(171,170,165)
#C0BFB9
(192,191,185)
#D5D4CD
(213,212,205)
#EAE9E1
(234,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #181719; }

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

This text font color is #181719.


Background Color

.myBgColor { background-color: #181719; }

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

This div background color is #181719.


Border color

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

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

This div border color is #181719.


Opacity

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

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

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

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

This text has shadow with #181719 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #181719 on black background.


Color preview on white background

This text has color #181719 on white background.



Black color preview on #181719 background

This text has black color on #181719 background.


White color preview on #181719 background

This text has white color on #181719 background.