COLOR #0E091F

HEX: #0E091F
RGB: (14,9,31)

Color info

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

RGB color model

#0E091F color RGB value is (14,9,31).

  • red value is 14;
  • green value is 9;
  • blue value is 31.
RGB:
(14,9,31)
(5%,4%,12%)

RGB channels and saturation

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

14
9
31

R + G + B ~ 7%. #0E091F is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 9 + 31 = 54 (100%)
R 14 of 54 ~ 25.93%
G 9 of 54 ~ 16.67%
B 31 of 54 ~ 57.41%

%25.93
%16.67
%57.41

CMYK color model

#0E091F color CMYK value is (55,71,0,88).

  • cyan value is 54.84%
  • magenta value is 70.97%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(55,71,0,88)
C55M71Y0K88 
(55%,71%,0%,88%)
(0.55/0.71/0.00/0.88)	

CMYK percentages

%54.84
%70.97
%0
%87.84

Codes

Color #0E091F in popluar color models

0E091F
RGB14931
HSL254°55.00%7.84%
HSB/HSV254°70.97%12.16%
CMYK54.84%70.97%0.00%
87.84%

Color #0E091F in popluar number systems.

HEX0E091F
Decimal14931
Binary1110100111111
Octal161137

Shades and tints

Shades of #0E091F

#0E091F
(14,9,31)
#0D091D
(13,9,29)
#0C091B
(12,9,27)
#0B0919
(11,9,25)
#0A0917
(10,9,23)
#090915
(9,9,21)
#080913
(8,9,19)
#070911
(7,9,17)
#06090F
(6,9,15)
#05090D
(5,9,13)
#04090B
(4,9,11)
#000000
(0,0,0)

Tints of #0E091F

#0E091F
(14,9,31)
#231F33
(35,31,51)
#383547
(56,53,71)
#4D4B5B
(77,75,91)
#62616F
(98,97,111)
#777783
(119,119,131)
#8C8D97
(140,141,151)
#A1A3AB
(161,163,171)
#B6B9BF
(182,185,191)
#CBCFD3
(203,207,211)
#E0E5E7
(224,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E091F; }

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

This text font color is #0E091F.


Background Color

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

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

This div background color is #0E091F.


Border color

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

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

This div border color is #0E091F.


Opacity

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

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

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

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

This text has shadow with #0E091F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E091F on black background.


Color preview on white background

This text has color #0E091F on white background.



Black color preview on #0E091F background

This text has black color on #0E091F background.


White color preview on #0E091F background

This text has white color on #0E091F background.