COLOR #190E17

HEX: #190E17 RGB: (25,14,23)

Color info

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

RGB color model

#190E17 color RGB value is (25,14,23).

RGB: (25,14,23) (10%, 5%, 9%)

RGB channels and saturation

R 25 of 255 = 10%
G 14 of 255 = 5%
B 23 of 255 = 9%

25
14
23

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

Portions of RGB colors in percentages

R + G + B = 25 + 14 + 23 = 62 (100%)
R 25 of 62 ~ 40.32%
G 14 of 62 ~ 22.58%
B 23 of 62 ~ 37.1'%

%40.32
%22.58
%37.1

CMYK color model

#190E17 color CMYK value is (0,44,8,90).

  • cyan value is 0.00%
  • magenta value is 44.00%
  • yellow value is 8.00%
  • key color value is 90.20%

CMYK: (0,44,8,90)
C0M44Y8K90 (0%, 44%, 8%, 90%)
(0.00 / 0.44 / 0.08 / 0.90)

CMYK percentages

%0
%44
%8
%90.2

Codes

Color #190E17 in popluar color models

19 0E 17
RGB 25 14 23
HSL 311° 28.21% 7.65%
HSB/HSV 311° 44.00% 9.80%
CMYK 0.00% 44.00% 8.00%
90.20%

Color #190E17 in popluar number systems.

HEX 19 0E 17
Decimal 25 14 23
Binary 11001 1110 10111
Octal 31 16 27

Shades and tints

Shades of #190E17

#190E17
(25,14,23)
#170D15
(23,13,21)
#150C13
(21,12,19)
#130B11
(19,11,17)
#110A0F
(17,10,15)
#0F090D
(15,9,13)
#0D080B
(13,8,11)
#0B0709
(11,7,9)
#090607
(9,6,7)
#070505
(7,5,5)
#050403
(5,4,3)
#000000
(0,0,0)

Tints of #190E17

#190E17
(25,14,23)
#2D232C
(45,35,44)
#413841
(65,56,65)
#554D56
(85,77,86)
#69626B
(105,98,107)
#7D7780
(125,119,128)
#918C95
(145,140,149)
#A5A1AA
(165,161,170)
#B9B6BF
(185,182,191)
#CDCBD4
(205,203,212)
#E1E0E9
(225,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #190E17; }

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

This text font color is #190E17.

Background Color

.myBgColor { background-color: #190E17; }

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

This div background color is #190E17.

Border color

.myBorderColor { border: 1px solid #190E17; }

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

This div border color is #190E17.

Opacity

.myOpacity80 { color: #190E17; opacity: 0.8; }

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

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

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

This text has shadow with #190E17 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #190E17.

Preview

Color preview on black background

This text has color #190E17 on black background.


Color preview on white background

This text has color #190E17 on white background.


Black color preview on #190E17 background

This text has black color on #190E17 background.


White color preview on #190E17 background

This text has white color on #190E17 background.


Related colors

Complementary color

Complementary color for #hex is #E6F1E8.


I love getcolorcode.com

Triadic colors

1 #17190E and #0E1719 with #190E17 are triadic colors.

2 #170E19 and #0E1917 with #190E17 are triadic colors.