COLOR #0E1519

HEX: #0E1519
RGB: (14,21,25)

Color info

#0E1519 contains red, green and blue colors in about the same proportion. #0E1519 color is web safe color. It maybe written shortly as #011.

RGB color model

#0E1519 color RGB value is (14,21,25).

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

RGB channels and saturation

R 14 of 255 = 5%
G 21 of 255 = 8%
B 25 of 255 = 10%

14
21
25

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

Portions of RGB colors in percentages

R + G + B =
14 + 21 + 25 = 60 (100%)
R 14 of 60 ~ 23.33%
G 21 of 60 ~ 35%
B 25 of 60 ~ 41.67%

%23.33
%35
%41.67

CMYK color model

#0E1519 color CMYK value is (44,16,0,90).

  • cyan value is 44.00%
  • magenta value is 16.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(44,16,0,90)
C44M16Y0K90 
(44%,16%,0%,90%)
(0.44/0.16/0.00/0.90)	

CMYK percentages

%44
%16
%0
%90.2

Codes

Color #0E1519 in popluar color models

0E1519
RGB142125
HSL202°28.21%7.65%
HSB/HSV202°44.00%9.80%
CMYK44.00%16.00%0.00%
90.20%

Color #0E1519 in popluar number systems.

HEX0E1519
Decimal142125
Binary11101010111001
Octal162531

Shades and tints

Shades of #0E1519

#0E1519
(14,21,25)
#0D1417
(13,20,23)
#0C1315
(12,19,21)
#0B1213
(11,18,19)
#0A1111
(10,17,17)
#09100F
(9,16,15)
#080F0D
(8,15,13)
#070E0B
(7,14,11)
#060D09
(6,13,9)
#050C07
(5,12,7)
#040B05
(4,11,5)
#000000
(0,0,0)

Tints of #0E1519

#0E1519
(14,21,25)
#232A2D
(35,42,45)
#383F41
(56,63,65)
#4D5455
(77,84,85)
#626969
(98,105,105)
#777E7D
(119,126,125)
#8C9391
(140,147,145)
#A1A8A5
(161,168,165)
#B6BDB9
(182,189,185)
#CBD2CD
(203,210,205)
#E0E7E1
(224,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1519; }

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

This text font color is #0E1519.


Background Color

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

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

This div background color is #0E1519.


Border color

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

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

This div border color is #0E1519.


Opacity

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

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

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

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

This text has shadow with #0E1519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1519 on black background.


Color preview on white background

This text has color #0E1519 on white background.



Black color preview on #0E1519 background

This text has black color on #0E1519 background.


White color preview on #0E1519 background

This text has white color on #0E1519 background.