COLOR #0E181F

HEX: #0E181F RGB: (14,24,31)

Color info

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

RGB color model

#0E181F color RGB value is (14,24,31).

RGB: (14,24,31) (5%, 9%, 12%)

RGB channels and saturation

R 14 of 255 = 5%
G 24 of 255 = 9%
B 31 of 255 = 12%

14
24
31

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

Portions of RGB colors in percentages

R + G + B = 14 + 24 + 31 = 69 (100%)
R 14 of 69 ~ 20.29%
G 24 of 69 ~ 34.78%
B 31 of 69 ~ 44.93'%

%20.29
%34.78
%44.93

CMYK color model

#0E181F color CMYK value is (55,23,0,88).

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

CMYK: (55,23,0,88)
C55M23Y0K88 (55%, 23%, 0%, 88%)
(0.55 / 0.23 / 0.00 / 0.88)

CMYK percentages

%54.84
%22.58
%0
%87.84

Codes

Color #0E181F in popluar color models

0E 18 1F
RGB 14 24 31
HSL 205° 37.78% 8.82%
HSB/HSV 205° 54.84% 12.16%
CMYK 54.84% 22.58% 0.00%
87.84%

Color #0E181F in popluar number systems.

HEX 0E 18 1F
Decimal 14 24 31
Binary 1110 11000 11111
Octal 16 30 37

Shades and tints

Shades of #0E181F

#0E181F
(14,24,31)
#0D161D
(13,22,29)
#0C141B
(12,20,27)
#0B1219
(11,18,25)
#0A1017
(10,16,23)
#090E15
(9,14,21)
#080C13
(8,12,19)
#070A11
(7,10,17)
#06080F
(6,8,15)
#05060D
(5,6,13)
#04040B
(4,4,11)
#000000
(0,0,0)

Tints of #0E181F

#0E181F
(14,24,31)
#232D33
(35,45,51)
#384247
(56,66,71)
#4D575B
(77,87,91)
#626C6F
(98,108,111)
#778183
(119,129,131)
#8C9697
(140,150,151)
#A1ABAB
(161,171,171)
#B6C0BF
(182,192,191)
#CBD5D3
(203,213,211)
#E0EAE7
(224,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E181F color. Also use rgb(14,24,31) instead hex code.

Text Font Color

.myTextColor { color: #0E181F; }

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

This text font color is #0E181F.

Background Color

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

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

This div background color is #0E181F.

Border color

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

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

This div border color is #0E181F.

Opacity

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

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

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

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

This text has shadow with #0E181F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E181F.

Preview

Color preview on black background

This text has color #0E181F on black background.


Color preview on white background

This text has color #0E181F on white background.


Black color preview on #0E181F background

This text has black color on #0E181F background.


White color preview on #0E181F background

This text has white color on #0E181F background.


Related colors

Complementary color

Complementary color for #hex is #F1E7E0.


I love getcolorcode.com

Triadic colors

1 #1F0E18 and #181F0E with #0E181F are triadic colors.

2 #1F180E and #180E1F with #0E181F are triadic colors.