COLOR #0E181A

HEX: #0E181A RGB: (14,24,26)

Color info

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

RGB color model

#0E181A color RGB value is (14,24,26).

RGB: (14,24,26) (5%, 9%, 10%)

RGB channels and saturation

R 14 of 255 = 5%
G 24 of 255 = 9%
B 26 of 255 = 10%

14
24
26

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

Portions of RGB colors in percentages

R + G + B = 14 + 24 + 26 = 64 (100%)
R 14 of 64 ~ 21.88%
G 24 of 64 ~ 37.5%
B 26 of 64 ~ 40.63'%

%21.88
%37.5
%40.63

CMYK color model

#0E181A color CMYK value is (46,8,0,90).

  • cyan value is 46.15%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 89.80%

CMYK: (46,8,0,90)
C46M8Y0K90 (46%, 8%, 0%, 90%)
(0.46 / 0.08 / 0.00 / 0.90)

CMYK percentages

%46.15
%7.69
%0
%89.8

Codes

Color #0E181A in popluar color models

0E 18 1A
RGB 14 24 26
HSL 190° 30.00% 7.84%
HSB/HSV 190° 46.15% 10.20%
CMYK 46.15% 7.69% 0.00%
89.80%

Color #0E181A in popluar number systems.

HEX 0E 18 1A
Decimal 14 24 26
Binary 1110 11000 11010
Octal 16 30 32

Shades and tints

Shades of #0E181A

#0E181A
(14,24,26)
#0D1618
(13,22,24)
#0C1416
(12,20,22)
#0B1214
(11,18,20)
#0A1012
(10,16,18)
#090E10
(9,14,16)
#080C0E
(8,12,14)
#070A0C
(7,10,12)
#06080A
(6,8,10)
#050608
(5,6,8)
#040406
(4,4,6)
#000000
(0,0,0)

Tints of #0E181A

#0E181A
(14,24,26)
#232D2E
(35,45,46)
#384242
(56,66,66)
#4D5756
(77,87,86)
#626C6A
(98,108,106)
#77817E
(119,129,126)
#8C9692
(140,150,146)
#A1ABA6
(161,171,166)
#B6C0BA
(182,192,186)
#CBD5CE
(203,213,206)
#E0EAE2
(224,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E181A; }

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

This text font color is #0E181A.

Background Color

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

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

This div background color is #0E181A.

Border color

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

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

This div border color is #0E181A.

Opacity

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

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

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

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

This text has shadow with #0E181A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E181A.

Preview

Color preview on black background

This text has color #0E181A on black background.


Color preview on white background

This text has color #0E181A on white background.


Black color preview on #0E181A background

This text has black color on #0E181A background.


White color preview on #0E181A background

This text has white color on #0E181A background.


Related colors

Complementary color

Complementary color for #hex is #F1E7E5.


I love getcolorcode.com

Triadic colors

1 #1A0E18 and #181A0E with #0E181A are triadic colors.

2 #1A180E and #180E1A with #0E181A are triadic colors.