COLOR #0E0E1A

HEX: #0E0E1A RGB: (14,14,26)

Color info

#0E0E1A contains red, green and blue colors in about the same proportion. Web safe color of #0E0E1A is #000000 (or #000).

RGB color model

#0E0E1A color RGB value is (14,14,26).

RGB: (14,14,26) (5%, 5%, 10%)

RGB channels and saturation

R 14 of 255 = 5%
G 14 of 255 = 5%
B 26 of 255 = 10%

14
14
26

R + G + B ~ 7%. #0E0E1A is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 14 + 26 = 54 (100%)
R 14 of 54 ~ 25.93%
G 14 of 54 ~ 25.93%
B 26 of 54 ~ 48.15'%

%25.93
%25.93
%48.15

CMYK color model

#0E0E1A color CMYK value is (46,46,0,90).

  • cyan value is 46.15%
  • magenta value is 46.15%
  • yellow value is 0.00%
  • key color value is 89.80%

CMYK: (46,46,0,90)
C46M46Y0K90 (46%, 46%, 0%, 90%)
(0.46 / 0.46 / 0.00 / 0.90)

CMYK percentages

%46.15
%46.15
%0
%89.8

Codes

Color #0E0E1A in popluar color models

0E 0E 1A
RGB 14 14 26
HSL 240° 30.00% 7.84%
HSB/HSV 240° 46.15% 10.20%
CMYK 46.15% 46.15% 0.00%
89.80%

Color #0E0E1A in popluar number systems.

HEX 0E 0E 1A
Decimal 14 14 26
Binary 1110 1110 11010
Octal 16 16 32

Shades and tints

Shades of #0E0E1A

#0E0E1A
(14,14,26)
#0D0D18
(13,13,24)
#0C0C16
(12,12,22)
#0B0B14
(11,11,20)
#0A0A12
(10,10,18)
#090910
(9,9,16)
#08080E
(8,8,14)
#07070C
(7,7,12)
#06060A
(6,6,10)
#050508
(5,5,8)
#040406
(4,4,6)
#000000
(0,0,0)

Tints of #0E0E1A

#0E0E1A
(14,14,26)
#23232E
(35,35,46)
#383842
(56,56,66)
#4D4D56
(77,77,86)
#62626A
(98,98,106)
#77777E
(119,119,126)
#8C8C92
(140,140,146)
#A1A1A6
(161,161,166)
#B6B6BA
(182,182,186)
#CBCBCE
(203,203,206)
#E0E0E2
(224,224,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0E1A; }

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

This text font color is #0E0E1A.

Background Color

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

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

This div background color is #0E0E1A.

Border color

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

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

This div border color is #0E0E1A.

Opacity

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

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

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

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

This text has shadow with #0E0E1A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E0E1A.

Preview

Color preview on black background

This text has color #0E0E1A on black background.


Color preview on white background

This text has color #0E0E1A on white background.


Black color preview on #0E0E1A background

This text has black color on #0E0E1A background.


White color preview on #0E0E1A background

This text has white color on #0E0E1A background.


Related colors

Complementary color

Complementary color for #hex is #F1F1E5.


I love getcolorcode.com