COLOR #19181F

HEX: #19181F RGB: (25,24,31)

Color info

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

RGB color model

#19181F color RGB value is (25,24,31).

RGB: (25,24,31) (10%, 9%, 12%)

RGB channels and saturation

R 25 of 255 = 10%
G 24 of 255 = 9%
B 31 of 255 = 12%

25
24
31

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

Portions of RGB colors in percentages

R + G + B = 25 + 24 + 31 = 80 (100%)
R 25 of 80 ~ 31.25%
G 24 of 80 ~ 30%
B 31 of 80 ~ 38.75'%

%31.25
%30
%38.75

CMYK color model

#19181F color CMYK value is (19,23,0,88).

  • cyan value is 19.35%
  • magenta value is 22.58%
  • yellow value is 0.00%
  • key color value is 87.84%

CMYK: (19,23,0,88)
C19M23Y0K88 (19%, 23%, 0%, 88%)
(0.19 / 0.23 / 0.00 / 0.88)

CMYK percentages

%19.35
%22.58
%0
%87.84

Codes

Color #19181F in popluar color models

19 18 1F
RGB 25 24 31
HSL 249° 12.73% 10.78%
HSB/HSV 249° 22.58% 12.16%
CMYK 19.35% 22.58% 0.00%
87.84%

Color #19181F in popluar number systems.

HEX 19 18 1F
Decimal 25 24 31
Binary 11001 11000 11111
Octal 31 30 37

Shades and tints

Shades of #19181F

#19181F
(25,24,31)
#17161D
(23,22,29)
#15141B
(21,20,27)
#131219
(19,18,25)
#111017
(17,16,23)
#0F0E15
(15,14,21)
#0D0C13
(13,12,19)
#0B0A11
(11,10,17)
#09080F
(9,8,15)
#07060D
(7,6,13)
#05040B
(5,4,11)
#000000
(0,0,0)

Tints of #19181F

#19181F
(25,24,31)
#2D2D33
(45,45,51)
#414247
(65,66,71)
#55575B
(85,87,91)
#696C6F
(105,108,111)
#7D8183
(125,129,131)
#919697
(145,150,151)
#A5ABAB
(165,171,171)
#B9C0BF
(185,192,191)
#CDD5D3
(205,213,211)
#E1EAE7
(225,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #19181F; }

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

This text font color is #19181F.

Background Color

.myBgColor { background-color: #19181F; }

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

This div background color is #19181F.

Border color

.myBorderColor { border: 1px solid #19181F; }

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

This div border color is #19181F.

Opacity

.myOpacity80 { color: #19181F; opacity: 0.8; }

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

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

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

This text has shadow with #19181F color.


.textShadow {text-shadow: 3px 3px 1px #19181F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #19181F; -webkit-box-shadow: 1px 1px 3px 2px #19181F; box-shadow:1px 1px 3px 2px #19181F;">
Div content here
</div>

This div box has shadow with color #19181F.

Preview

Color preview on black background

This text has color #19181F on black background.


Color preview on white background

This text has color #19181F on white background.


Black color preview on #19181F background

This text has black color on #19181F background.


White color preview on #19181F background

This text has white color on #19181F background.


Related colors

Complementary color

Complementary color for #hex is #E6E7E0.


I love getcolorcode.com

Triadic colors

1 #1F1918 and #181F19 with #19181F are triadic colors.

2 #1F1819 and #18191F with #19181F are triadic colors.