COLOR #0E021B

HEX: #0E021B
RGB: (14,2,27)

Color info

#0E021B contains red, green and blue colors in about the same proportion. Web safe color of #0E021B is #000033 (or #003).

RGB color model

#0E021B color RGB value is (14,2,27).

  • red value is 14;
  • green value is 2;
  • blue value is 27.
RGB:
(14,2,27)
(5%,1%,11%)

RGB channels and saturation

R 14 of 255 = 5%
G 2 of 255 = 1%
B 27 of 255 = 11%

14
2
27

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

Portions of RGB colors in percentages

R + G + B =
14 + 2 + 27 = 43 (100%)
R 14 of 43 ~ 32.56%
G 2 of 43 ~ 4.65%
B 27 of 43 ~ 62.79%

%32.56
%62.79

CMYK color model

#0E021B color CMYK value is (48,93,0,89).

  • cyan value is 48.15%
  • magenta value is 92.59%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(48,93,0,89)
C48M93Y0K89 
(48%,93%,0%,89%)
(0.48/0.93/0.00/0.89)	

CMYK percentages

%48.15
%92.59
%0
%89.41

Codes

Color #0E021B in popluar color models

0E021B
RGB14227
HSL269°86.21%5.69%
HSB/HSV269°92.59%10.59%
CMYK48.15%92.59%0.00%
89.41%

Color #0E021B in popluar number systems.

HEX0E021B
Decimal14227
Binary11101011011
Octal16233

Shades and tints

Shades of #0E021B

#0E021B
(14,2,27)
#0D0219
(13,2,25)
#0C0217
(12,2,23)
#0B0215
(11,2,21)
#0A0213
(10,2,19)
#090211
(9,2,17)
#08020F
(8,2,15)
#07020D
(7,2,13)
#06020B
(6,2,11)
#050209
(5,2,9)
#040207
(4,2,7)
#000000
(0,0,0)

Tints of #0E021B

#0E021B
(14,2,27)
#23192F
(35,25,47)
#383043
(56,48,67)
#4D4757
(77,71,87)
#625E6B
(98,94,107)
#77757F
(119,117,127)
#8C8C93
(140,140,147)
#A1A3A7
(161,163,167)
#B6BABB
(182,186,187)
#CBD1CF
(203,209,207)
#E0E8E3
(224,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E021B; }

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

This text font color is #0E021B.


Background Color

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

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

This div background color is #0E021B.


Border color

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

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

This div border color is #0E021B.


Opacity

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

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

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

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

This text has shadow with #0E021B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E021B on black background.


Color preview on white background

This text has color #0E021B on white background.



Black color preview on #0E021B background

This text has black color on #0E021B background.


White color preview on #0E021B background

This text has white color on #0E021B background.