COLOR #0E171B

HEX: #0E171B RGB: (14,23,27)

Color info

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

RGB color model

#0E171B color RGB value is (14,23,27).

RGB: (14,23,27) (5%, 9%, 11%)

RGB channels and saturation

R 14 of 255 = 5%
G 23 of 255 = 9%
B 27 of 255 = 11%

14
23
27

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

Portions of RGB colors in percentages

R + G + B = 14 + 23 + 27 = 64 (100%)
R 14 of 64 ~ 21.88%
G 23 of 64 ~ 35.94%
B 27 of 64 ~ 42.19'%

%21.88
%35.94
%42.19

CMYK color model

#0E171B color CMYK value is (48,15,0,89).

  • cyan value is 48.15%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 89.41%

CMYK: (48,15,0,89)
C48M15Y0K89 (48%, 15%, 0%, 89%)
(0.48 / 0.15 / 0.00 / 0.89)

CMYK percentages

%48.15
%14.81
%0
%89.41

Codes

Color #0E171B in popluar color models

0E 17 1B
RGB 14 23 27
HSL 198° 31.71% 8.04%
HSB/HSV 198° 48.15% 10.59%
CMYK 48.15% 14.81% 0.00%
89.41%

Color #0E171B in popluar number systems.

HEX 0E 17 1B
Decimal 14 23 27
Binary 1110 10111 11011
Octal 16 27 33

Shades and tints

Shades of #0E171B

#0E171B
(14,23,27)
#0D1519
(13,21,25)
#0C1317
(12,19,23)
#0B1115
(11,17,21)
#0A0F13
(10,15,19)
#090D11
(9,13,17)
#080B0F
(8,11,15)
#07090D
(7,9,13)
#06070B
(6,7,11)
#050509
(5,5,9)
#040307
(4,3,7)
#000000
(0,0,0)

Tints of #0E171B

#0E171B
(14,23,27)
#232C2F
(35,44,47)
#384143
(56,65,67)
#4D5657
(77,86,87)
#626B6B
(98,107,107)
#77807F
(119,128,127)
#8C9593
(140,149,147)
#A1AAA7
(161,170,167)
#B6BFBB
(182,191,187)
#CBD4CF
(203,212,207)
#E0E9E3
(224,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E171B; }

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

This text font color is #0E171B.

Background Color

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

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

This div background color is #0E171B.

Border color

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

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

This div border color is #0E171B.

Opacity

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

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

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

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

This text has shadow with #0E171B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E171B.

Preview

Color preview on black background

This text has color #0E171B on black background.


Color preview on white background

This text has color #0E171B on white background.


Black color preview on #0E171B background

This text has black color on #0E171B background.


White color preview on #0E171B background

This text has white color on #0E171B background.


Related colors

Complementary color

Complementary color for #hex is #F1E8E4.


I love getcolorcode.com

Triadic colors

1 #1B0E17 and #171B0E with #0E171B are triadic colors.

2 #1B170E and #170E1B with #0E171B are triadic colors.