COLOR #0E0011

HEX: #0E0011
RGB: (14,0,17)

Color info

#0E0011 contains only red and blue colors. #0E0011 color is web safe color. It maybe written shortly as #001.

RGB color model

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

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

RGB channels and saturation

R 14 of 255 = 5%
G 0 of 255 = 0%
B 17 of 255 = 7%

14
0
17

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

Portions of RGB colors in percentages

R + G + B =
14 + 0 + 17 = 31 (100%)
R 14 of 31 ~ 45.16%
G 0 of 31 ~ 0%
B 17 of 31 ~ 54.84%

%45.16
%54.84

CMYK color model

#0E0011 color CMYK value is (18,100,0,93).

  • cyan value is 17.65%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 93.33%
CMYK:
(18,100,0,93)
C18M100Y0K93 
(18%,100%,0%,93%)
(0.18/1.00/0.00/0.93)	

CMYK percentages

%17.65
%100
%0
%93.33

Codes

Color #0E0011 in popluar color models

0E0011
RGB14017
HSL289°100.00%3.33%
HSB/HSV289°100.00%6.67%
CMYK17.65%100.00%0.00%
93.33%

Color #0E0011 in popluar number systems.

HEX0E0011
Decimal14017
Binary1110010001
Octal16021

Shades and tints

Shades of #0E0011

#0E0011
(14,0,17)
#0D0010
(13,0,16)
#0C000F
(12,0,15)
#0B000E
(11,0,14)
#0A000D
(10,0,13)
#09000C
(9,0,12)
#08000B
(8,0,11)
#07000A
(7,0,10)
#060009
(6,0,9)
#050008
(5,0,8)
#040007
(4,0,7)
#000000
(0,0,0)

Tints of #0E0011

#0E0011
(14,0,17)
#231726
(35,23,38)
#382E3B
(56,46,59)
#4D4550
(77,69,80)
#625C65
(98,92,101)
#77737A
(119,115,122)
#8C8A8F
(140,138,143)
#A1A1A4
(161,161,164)
#B6B8B9
(182,184,185)
#CBCFCE
(203,207,206)
#E0E6E3
(224,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0011; }

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

This text font color is #0E0011.


Background Color

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

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

This div background color is #0E0011.


Border color

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

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

This div border color is #0E0011.


Opacity

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

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

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

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

This text has shadow with #0E0011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0011 on black background.


Color preview on white background

This text has color #0E0011 on white background.



Black color preview on #0E0011 background

This text has black color on #0E0011 background.


White color preview on #0E0011 background

This text has white color on #0E0011 background.