COLOR #0E1C1F

HEX: #0E1C1F
RGB: (14,28,31)

Color info

#0E1C1F contains red, green and blue colors in about the same proportion. Web safe color of #0E1C1F is #003333 (or #033).

RGB color model

#0E1C1F color RGB value is (14,28,31).

  • red value is 14;
  • green value is 28;
  • blue value is 31.
RGB:
(14,28,31)
(5%,11%,12%)

RGB channels and saturation

R 14 of 255 = 5%
G 28 of 255 = 11%
B 31 of 255 = 12%

14
28
31

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

Portions of RGB colors in percentages

R + G + B =
14 + 28 + 31 = 73 (100%)
R 14 of 73 ~ 19.18%
G 28 of 73 ~ 38.36%
B 31 of 73 ~ 42.47%

%19.18
%38.36
%42.47

CMYK color model

#0E1C1F color CMYK value is (55,10,0,88).

  • cyan value is 54.84%
  • magenta value is 9.68%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(55,10,0,88)
C55M10Y0K88 
(55%,10%,0%,88%)
(0.55/0.10/0.00/0.88)	

CMYK percentages

%54.84
%9.68
%0
%87.84

Codes

Color #0E1C1F in popluar color models

0E1C1F
RGB142831
HSL191°37.78%8.82%
HSB/HSV191°54.84%12.16%
CMYK54.84%9.68%0.00%
87.84%

Color #0E1C1F in popluar number systems.

HEX0E1C1F
Decimal142831
Binary11101110011111
Octal163437

Shades and tints

Shades of #0E1C1F

#0E1C1F
(14,28,31)
#0D1A1D
(13,26,29)
#0C181B
(12,24,27)
#0B1619
(11,22,25)
#0A1417
(10,20,23)
#091215
(9,18,21)
#081013
(8,16,19)
#070E11
(7,14,17)
#060C0F
(6,12,15)
#050A0D
(5,10,13)
#04080B
(4,8,11)
#000000
(0,0,0)

Tints of #0E1C1F

#0E1C1F
(14,28,31)
#233033
(35,48,51)
#384447
(56,68,71)
#4D585B
(77,88,91)
#626C6F
(98,108,111)
#778083
(119,128,131)
#8C9497
(140,148,151)
#A1A8AB
(161,168,171)
#B6BCBF
(182,188,191)
#CBD0D3
(203,208,211)
#E0E4E7
(224,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1C1F; }

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

This text font color is #0E1C1F.


Background Color

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

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

This div background color is #0E1C1F.


Border color

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

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

This div border color is #0E1C1F.


Opacity

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

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

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

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

This text has shadow with #0E1C1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1C1F on black background.


Color preview on white background

This text has color #0E1C1F on white background.



Black color preview on #0E1C1F background

This text has black color on #0E1C1F background.


White color preview on #0E1C1F background

This text has white color on #0E1C1F background.