COLOR #0E190B

HEX: #0E190B RGB: (14,25,11)

Color info

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

RGB color model

#0E190B color RGB value is (14,25,11).

RGB: (14,25,11) (5%, 10%, 4%)

RGB channels and saturation

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

14
25
11

R + G + B ~ 6%. #0E190B is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 25 + 11 = 50 (100%)
R 14 of 50 ~ 28%
G 25 of 50 ~ 50%
B 11 of 50 ~ 22'%

%28
%50
%22

CMYK color model

#0E190B color CMYK value is (44,0,56,90).

  • cyan value is 44.00%
  • magenta value is 0.00%
  • yellow value is 56.00%
  • key color value is 90.20%

CMYK: (44,0,56,90)
C44M0Y56K90 (44%, 0%, 56%, 90%)
(0.44 / 0.00 / 0.56 / 0.90)

CMYK percentages

%44
%0
%56
%90.2

Codes

Color #0E190B in popluar color models

0E 19 0B
RGB 14 25 11
HSL 107° 38.89% 7.06%
HSB/HSV 107° 56.00% 9.80%
CMYK 44.00% 0.00% 56.00%
90.20%

Color #0E190B in popluar number systems.

HEX 0E 19 0B
Decimal 14 25 11
Binary 1110 11001 1011
Octal 16 31 13

Shades and tints

Shades of #0E190B

#0E190B
(14,25,11)
#0D170A
(13,23,10)
#0C1509
(12,21,9)
#0B1308
(11,19,8)
#0A1107
(10,17,7)
#090F06
(9,15,6)
#080D05
(8,13,5)
#070B04
(7,11,4)
#060903
(6,9,3)
#050702
(5,7,2)
#040501
(4,5,1)
#000000
(0,0,0)

Tints of #0E190B

#0E190B
(14,25,11)
#232D21
(35,45,33)
#384137
(56,65,55)
#4D554D
(77,85,77)
#626963
(98,105,99)
#777D79
(119,125,121)
#8C918F
(140,145,143)
#A1A5A5
(161,165,165)
#B6B9BB
(182,185,187)
#CBCDD1
(203,205,209)
#E0E1E7
(224,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E190B; }

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

This text font color is #0E190B.

Background Color

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

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

This div background color is #0E190B.

Border color

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

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

This div border color is #0E190B.

Opacity

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

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

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

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

This text has shadow with #0E190B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E190B.

Preview

Color preview on black background

This text has color #0E190B on black background.


Color preview on white background

This text has color #0E190B on white background.


Black color preview on #0E190B background

This text has black color on #0E190B background.


White color preview on #0E190B background

This text has white color on #0E190B background.


Related colors

Complementary color

Complementary color for #hex is #F1E6F4.


I love getcolorcode.com

Triadic colors

1 #0B0E19 and #190B0E with #0E190B are triadic colors.

2 #0B190E and #190E0B with #0E190B are triadic colors.