COLOR #0E151F

HEX: #0E151F RGB: (14,21,31)

Color info

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

RGB color model

#0E151F color RGB value is (14,21,31).

RGB: (14,21,31) (5%, 8%, 12%)

RGB channels and saturation

R 14 of 255 = 5%
G 21 of 255 = 8%
B 31 of 255 = 12%

14
21
31

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

Portions of RGB colors in percentages

R + G + B = 14 + 21 + 31 = 66 (100%)
R 14 of 66 ~ 21.21%
G 21 of 66 ~ 31.82%
B 31 of 66 ~ 46.97'%

%21.21
%31.82
%46.97

CMYK color model

#0E151F color CMYK value is (55,32,0,88).

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

CMYK: (55,32,0,88)
C55M32Y0K88 (55%, 32%, 0%, 88%)
(0.55 / 0.32 / 0.00 / 0.88)

CMYK percentages

%54.84
%32.26
%0
%87.84

Codes

Color #0E151F in popluar color models

0E 15 1F
RGB 14 21 31
HSL 215° 37.78% 8.82%
HSB/HSV 215° 54.84% 12.16%
CMYK 54.84% 32.26% 0.00%
87.84%

Color #0E151F in popluar number systems.

HEX 0E 15 1F
Decimal 14 21 31
Binary 1110 10101 11111
Octal 16 25 37

Shades and tints

Shades of #0E151F

#0E151F
(14,21,31)
#0D141D
(13,20,29)
#0C131B
(12,19,27)
#0B1219
(11,18,25)
#0A1117
(10,17,23)
#091015
(9,16,21)
#080F13
(8,15,19)
#070E11
(7,14,17)
#060D0F
(6,13,15)
#050C0D
(5,12,13)
#040B0B
(4,11,11)
#000000
(0,0,0)

Tints of #0E151F

#0E151F
(14,21,31)
#232A33
(35,42,51)
#383F47
(56,63,71)
#4D545B
(77,84,91)
#62696F
(98,105,111)
#777E83
(119,126,131)
#8C9397
(140,147,151)
#A1A8AB
(161,168,171)
#B6BDBF
(182,189,191)
#CBD2D3
(203,210,211)
#E0E7E7
(224,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E151F; }

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

This text font color is #0E151F.

Background Color

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

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

This div background color is #0E151F.

Border color

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

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

This div border color is #0E151F.

Opacity

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

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

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

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

This text has shadow with #0E151F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E151F.

Preview

Color preview on black background

This text has color #0E151F on black background.


Color preview on white background

This text has color #0E151F on white background.


Black color preview on #0E151F background

This text has black color on #0E151F background.


White color preview on #0E151F background

This text has white color on #0E151F background.


Related colors

Complementary color

Complementary color for #hex is #F1EAE0.


I love getcolorcode.com

Triadic colors

1 #1F0E15 and #151F0E with #0E151F are triadic colors.

2 #1F150E and #150E1F with #0E151F are triadic colors.