COLOR #0E1A19

HEX: #0E1A19
RGB: (14,26,25)

Color info

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

RGB color model

#0E1A19 color RGB value is (14,26,25).

  • red value is 14;
  • green value is 26;
  • blue value is 25.
RGB:
(14,26,25)
(5%,10%,10%)

RGB channels and saturation

R 14 of 255 = 5%
G 26 of 255 = 10%
B 25 of 255 = 10%

14
26
25

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

Portions of RGB colors in percentages

R + G + B =
14 + 26 + 25 = 65 (100%)
R 14 of 65 ~ 21.54%
G 26 of 65 ~ 40%
B 25 of 65 ~ 38.46%

%21.54
%40
%38.46

CMYK color model

#0E1A19 color CMYK value is (46,0,4,90).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 3.85%
  • key color value is 89.80%
CMYK:
(46,0,4,90)
C46M0Y4K90 
(46%,0%,4%,90%)
(0.46/0.00/0.04/0.90)	

CMYK percentages

%46.15
%0
%3.85
%89.8

Codes

Color #0E1A19 in popluar color models

0E1A19
RGB142625
HSL175°30.00%7.84%
HSB/HSV175°46.15%10.20%
CMYK46.15%0.00%3.85%
89.80%

Color #0E1A19 in popluar number systems.

HEX0E1A19
Decimal142625
Binary11101101011001
Octal163231

Shades and tints

Shades of #0E1A19

#0E1A19
(14,26,25)
#0D1817
(13,24,23)
#0C1615
(12,22,21)
#0B1413
(11,20,19)
#0A1211
(10,18,17)
#09100F
(9,16,15)
#080E0D
(8,14,13)
#070C0B
(7,12,11)
#060A09
(6,10,9)
#050807
(5,8,7)
#040605
(4,6,5)
#000000
(0,0,0)

Tints of #0E1A19

#0E1A19
(14,26,25)
#232E2D
(35,46,45)
#384241
(56,66,65)
#4D5655
(77,86,85)
#626A69
(98,106,105)
#777E7D
(119,126,125)
#8C9291
(140,146,145)
#A1A6A5
(161,166,165)
#B6BAB9
(182,186,185)
#CBCECD
(203,206,205)
#E0E2E1
(224,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1A19; }

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

This text font color is #0E1A19.


Background Color

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

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

This div background color is #0E1A19.


Border color

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

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

This div border color is #0E1A19.


Opacity

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

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

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

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

This text has shadow with #0E1A19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1A19 on black background.


Color preview on white background

This text has color #0E1A19 on white background.



Black color preview on #0E1A19 background

This text has black color on #0E1A19 background.


White color preview on #0E1A19 background

This text has white color on #0E1A19 background.