COLOR #0E110F

HEX: #0E110F RGB: (14,17,15)

Color info

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

RGB color model

#0E110F color RGB value is (14,17,15).

RGB: (14,17,15) (5%, 7%, 6%)

RGB channels and saturation

R 14 of 255 = 5%
G 17 of 255 = 7%
B 15 of 255 = 6%

14
17
15

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

Portions of RGB colors in percentages

R + G + B = 14 + 17 + 15 = 46 (100%)
R 14 of 46 ~ 30.43%
G 17 of 46 ~ 36.96%
B 15 of 46 ~ 32.61'%

%30.43
%36.96
%32.61

CMYK color model

#0E110F color CMYK value is (18,0,12,93).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 93.33%

CMYK: (18,0,12,93)
C18M0Y12K93 (18%, 0%, 12%, 93%)
(0.18 / 0.00 / 0.12 / 0.93)

CMYK percentages

%17.65
%0
%11.76
%93.33

Codes

Color #0E110F in popluar color models

0E 11 0F
RGB 14 17 15
HSL 140° 9.68% 6.08%
HSB/HSV 140° 17.65% 6.67%
CMYK 17.65% 0.00% 11.76%
93.33%

Color #0E110F in popluar number systems.

HEX 0E 11 0F
Decimal 14 17 15
Binary 1110 10001 1111
Octal 16 21 17

Shades and tints

Shades of #0E110F

#0E110F
(14,17,15)
#0D100E
(13,16,14)
#0C0F0D
(12,15,13)
#0B0E0C
(11,14,12)
#0A0D0B
(10,13,11)
#090C0A
(9,12,10)
#080B09
(8,11,9)
#070A08
(7,10,8)
#060907
(6,9,7)
#050806
(5,8,6)
#040705
(4,7,5)
#000000
(0,0,0)

Tints of #0E110F

#0E110F
(14,17,15)
#232624
(35,38,36)
#383B39
(56,59,57)
#4D504E
(77,80,78)
#626563
(98,101,99)
#777A78
(119,122,120)
#8C8F8D
(140,143,141)
#A1A4A2
(161,164,162)
#B6B9B7
(182,185,183)
#CBCECC
(203,206,204)
#E0E3E1
(224,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E110F color. Also use rgb(14,17,15) instead hex code.

Text Font Color

.myTextColor { color: #0E110F; }

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

This text font color is #0E110F.

Background Color

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

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

This div background color is #0E110F.

Border color

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

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

This div border color is #0E110F.

Opacity

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

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

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

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

This text has shadow with #0E110F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E110F.

Preview

Color preview on black background

This text has color #0E110F on black background.


Color preview on white background

This text has color #0E110F on white background.


Black color preview on #0E110F background

This text has black color on #0E110F background.


White color preview on #0E110F background

This text has white color on #0E110F background.


Related colors

Complementary color

Complementary color for #hex is #F1EEF0.


I love getcolorcode.com

Triadic colors

1 #0F0E11 and #110F0E with #0E110F are triadic colors.

2 #0F110E and #110E0F with #0E110F are triadic colors.