COLOR #0E0112

HEX: #0E0112
RGB: (14,1,18)

Color info

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

RGB color model

#0E0112 color RGB value is (14,1,18).

  • red value is 14;
  • green value is 1;
  • blue value is 18.
RGB:
(14,1,18)
(5%,0%,7%)

RGB channels and saturation

R 14 of 255 = 5%
G 1 of 255 = 0%
B 18 of 255 = 7%

14
1
18

R + G + B ~ 4%. #0E0112 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 1 + 18 = 33 (100%)
R 14 of 33 ~ 42.42%
G 1 of 33 ~ 3.03%
B 18 of 33 ~ 54.55%

%42.42
%54.55

CMYK color model

#0E0112 color CMYK value is (22,94,0,93).

  • cyan value is 22.22%
  • magenta value is 94.44%
  • yellow value is 0.00%
  • key color value is 92.94%
CMYK:
(22,94,0,93)
C22M94Y0K93 
(22%,94%,0%,93%)
(0.22/0.94/0.00/0.93)	

CMYK percentages

%22.22
%94.44
%0
%92.94

Codes

Color #0E0112 in popluar color models

0E0112
RGB14118
HSL286°89.47%3.73%
HSB/HSV286°94.44%7.06%
CMYK22.22%94.44%0.00%
92.94%

Color #0E0112 in popluar number systems.

HEX0E0112
Decimal14118
Binary1110110010
Octal16122

Shades and tints

Shades of #0E0112

#0E0112
(14,1,18)
#0D0111
(13,1,17)
#0C0110
(12,1,16)
#0B010F
(11,1,15)
#0A010E
(10,1,14)
#09010D
(9,1,13)
#08010C
(8,1,12)
#07010B
(7,1,11)
#06010A
(6,1,10)
#050109
(5,1,9)
#040108
(4,1,8)
#000000
(0,0,0)

Tints of #0E0112

#0E0112
(14,1,18)
#231827
(35,24,39)
#382F3C
(56,47,60)
#4D4651
(77,70,81)
#625D66
(98,93,102)
#77747B
(119,116,123)
#8C8B90
(140,139,144)
#A1A2A5
(161,162,165)
#B6B9BA
(182,185,186)
#CBD0CF
(203,208,207)
#E0E7E4
(224,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E0112 color. Also use rgb(14,1,18) instead hex code.

Text Font Color

.myTextColor { color: #0E0112; }

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

This text font color is #0E0112.


Background Color

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

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

This div background color is #0E0112.


Border color

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

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

This div border color is #0E0112.


Opacity

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

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

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

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

This text has shadow with #0E0112 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0112 on black background.


Color preview on white background

This text has color #0E0112 on white background.



Black color preview on #0E0112 background

This text has black color on #0E0112 background.


White color preview on #0E0112 background

This text has white color on #0E0112 background.