COLOR #0E1719

HEX: #0E1719 RGB: (14,23,25)

Color info

#0E1719 contains red, green and blue colors in about the same proportion. #0E1719 color is web safe color. It maybe written shortly as #011.

RGB color model

#0E1719 color RGB value is (14,23,25).

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

RGB channels and saturation

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

14
23
25

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

Portions of RGB colors in percentages

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

%22.58
%37.1
%40.32

CMYK color model

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

  • cyan value is 44.00%
  • magenta value is 8.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK: (44,8,0,90) C44M8Y0K90 (44%,8%,0%,90%) (0.44/0.08/0.00/0.90) 

CMYK percentages

%44
%8
%0
%90.2

Codes

Color #0E1719 in popluar color models

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

Color #0E1719 in popluar number systems.

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

Shades and tints

Shades of #0E1719

#0E1719
(14,23,25)
#0D1517
(13,21,23)
#0C1315
(12,19,21)
#0B1113
(11,17,19)
#0A0F11
(10,15,17)
#090D0F
(9,13,15)
#080B0D
(8,11,13)
#07090B
(7,9,11)
#060709
(6,7,9)
#050507
(5,5,7)
#040305
(4,3,5)
#000000
(0,0,0)

Tints of #0E1719

#0E1719
(14,23,25)
#232C2D
(35,44,45)
#384141
(56,65,65)
#4D5655
(77,86,85)
#626B69
(98,107,105)
#77807D
(119,128,125)
#8C9591
(140,149,145)
#A1AAA5
(161,170,165)
#B6BFB9
(182,191,185)
#CBD4CD
(203,212,205)
#E0E9E1
(224,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1719; }

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

This text font color is #0E1719.

Background Color

.myBgColor { background-color: #0E1719; }

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

This div background color is #0E1719.

Border color

.myBorderColor { border: 1px solid #0E1719; }

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

This div border color is #0E1719.

Opacity

.myOpacity80 { color: #0E1719; opacity: 0.8; }

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

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

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

This text has shadow with #0E1719 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E1719.

Preview

Color preview on black background

This text has color #0E1719 on black background.


Color preview on white background

This text has color #0E1719 on white background.


Black color preview on #0E1719 background

This text has black color on #0E1719 background.


White color preview on #0E1719 background

This text has white color on #0E1719 background.


Related colors

Complementary color

Complementary color for #hex is #F1E8E6.


I love getcolorcode.com

Triadic colors

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

2 #19170E and #170E19 with #0E1719 are triadic colors.