COLOR #0E191B

HEX: #0E191B
RGB: (14,25,27)

Color info

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

RGB color model

#0E191B color RGB value is (14,25,27).

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

RGB channels and saturation

R 14 of 255 = 5%
G 25 of 255 = 10%
B 27 of 255 = 11%

14
25
27

R + G + B ~ 9%. #0E191B is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 25 + 27 = 66 (100%)
R 14 of 66 ~ 21.21%
G 25 of 66 ~ 37.88%
B 27 of 66 ~ 40.91%

%21.21
%37.88
%40.91

CMYK color model

#0E191B color CMYK value is (48,7,0,89).

  • cyan value is 48.15%
  • magenta value is 7.41%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK: (48,7,0,89) C48M7Y0K89 (48%,7%,0%,89%) (0.48/0.07/0.00/0.89)

CMYK percentages

%48.15
%7.41
%0
%89.41

Codes

Color #0E191B in popluar color models

0E191B
RGB142527
HSL189°31.71%8.04%
HSB/HSV189°48.15%10.59%
CMYK48.15%7.41%0.00%
89.41%

Color #0E191B in popluar number systems.

HEX0E191B
Decimal142527
Binary11101100111011
Octal163133

Shades and tints

Shades of #0E191B

#0E191B
(14,25,27)
#0D1719
(13,23,25)
#0C1517
(12,21,23)
#0B1315
(11,19,21)
#0A1113
(10,17,19)
#090F11
(9,15,17)
#080D0F
(8,13,15)
#070B0D
(7,11,13)
#06090B
(6,9,11)
#050709
(5,7,9)
#040507
(4,5,7)
#000000
(0,0,0)

Tints of #0E191B

#0E191B
(14,25,27)
#232D2F
(35,45,47)
#384143
(56,65,67)
#4D5557
(77,85,87)
#62696B
(98,105,107)
#777D7F
(119,125,127)
#8C9193
(140,145,147)
#A1A5A7
(161,165,167)
#B6B9BB
(182,185,187)
#CBCDCF
(203,205,207)
#E0E1E3
(224,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E191B; }

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

This text font color is #0E191B.


Background Color

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

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

This div background color is #0E191B.


Border color

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

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

This div border color is #0E191B.


Opacity

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

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

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

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

This text has shadow with #0E191B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #0E191B on black background.


Color preview on white background

This text has color #0E191B on white background.



Black color preview on #0E191B background

This text has black color on #0E191B background.


White color preview on #0E191B background

This text has white color on #0E191B background.