COLOR #0E201F

HEX: #0E201F
RGB: (14,32,31)

Color info

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

RGB color model

#0E201F color RGB value is (14,32,31).

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

RGB channels and saturation

R 14 of 255 = 5%
G 32 of 255 = 13%
B 31 of 255 = 12%

14
32
31

R + G + B ~ 10%. #0E201F is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 32 + 31 = 77 (100%)
R 14 of 77 ~ 18.18%
G 32 of 77 ~ 41.56%
B 31 of 77 ~ 40.26%

%18.18
%41.56
%40.26

CMYK color model

#0E201F color CMYK value is (56,0,3,87).

  • cyan value is 56.25%
  • magenta value is 0.00%
  • yellow value is 3.12%
  • key color value is 87.45%
CMYK:
(56,0,3,87)
C56M0Y3K87 
(56%,0%,3%,87%)
(0.56/0.00/0.03/0.87)	

CMYK percentages

%56.25
%0
%3.12
%87.45

Codes

Color #0E201F in popluar color models

0E201F
RGB143231
HSL177°39.13%9.02%
HSB/HSV177°56.25%12.55%
CMYK56.25%0.00%3.12%
87.45%

Color #0E201F in popluar number systems.

HEX0E201F
Decimal143231
Binary111010000011111
Octal164037

Shades and tints

Shades of #0E201F

#0E201F
(14,32,31)
#0D1E1D
(13,30,29)
#0C1C1B
(12,28,27)
#0B1A19
(11,26,25)
#0A1817
(10,24,23)
#091615
(9,22,21)
#081413
(8,20,19)
#071211
(7,18,17)
#06100F
(6,16,15)
#050E0D
(5,14,13)
#040C0B
(4,12,11)
#000000
(0,0,0)

Tints of #0E201F

#0E201F
(14,32,31)
#233433
(35,52,51)
#384847
(56,72,71)
#4D5C5B
(77,92,91)
#62706F
(98,112,111)
#778483
(119,132,131)
#8C9897
(140,152,151)
#A1ACAB
(161,172,171)
#B6C0BF
(182,192,191)
#CBD4D3
(203,212,211)
#E0E8E7
(224,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E201F; }

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

This text font color is #0E201F.


Background Color

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

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

This div background color is #0E201F.


Border color

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

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

This div border color is #0E201F.


Opacity

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

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

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

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

This text has shadow with #0E201F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E201F on black background.


Color preview on white background

This text has color #0E201F on white background.



Black color preview on #0E201F background

This text has black color on #0E201F background.


White color preview on #0E201F background

This text has white color on #0E201F background.