COLOR #0E091A

HEX: #0E091A RGB: (14,9,26)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

14
9
26

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

Portions of RGB colors in percentages

R + G + B = 14 + 9 + 26 = 49 (100%)
R 14 of 49 ~ 28.57%
G 9 of 49 ~ 18.37%
B 26 of 49 ~ 53.06'%

%28.57
%18.37
%53.06

CMYK color model

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

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

CMYK: (46,65,0,90)
C46M65Y0K90 (46%, 65%, 0%, 90%)
(0.46 / 0.65 / 0.00 / 0.90)

CMYK percentages

%46.15
%65.38
%0
%89.8

Codes

Color #0E091A in popluar color models

0E 09 1A
RGB 14 9 26
HSL 258° 48.57% 6.86%
HSB/HSV 258° 65.38% 10.20%
CMYK 46.15% 65.38% 0.00%
89.80%

Color #0E091A in popluar number systems.

HEX 0E 09 1A
Decimal 14 9 26
Binary 1110 1001 11010
Octal 16 11 32

Shades and tints

Shades of #0E091A

#0E091A
(14,9,26)
#0D0918
(13,9,24)
#0C0916
(12,9,22)
#0B0914
(11,9,20)
#0A0912
(10,9,18)
#090910
(9,9,16)
#08090E
(8,9,14)
#07090C
(7,9,12)
#06090A
(6,9,10)
#050908
(5,9,8)
#040906
(4,9,6)
#000000
(0,0,0)

Tints of #0E091A

#0E091A
(14,9,26)
#231F2E
(35,31,46)
#383542
(56,53,66)
#4D4B56
(77,75,86)
#62616A
(98,97,106)
#77777E
(119,119,126)
#8C8D92
(140,141,146)
#A1A3A6
(161,163,166)
#B6B9BA
(182,185,186)
#CBCFCE
(203,207,206)
#E0E5E2
(224,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E091A; }

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

This text font color is #0E091A.

Background Color

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

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

This div background color is #0E091A.

Border color

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

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

This div border color is #0E091A.

Opacity

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

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

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

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

This text has shadow with #0E091A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E091A.

Preview

Color preview on black background

This text has color #0E091A on black background.


Color preview on white background

This text has color #0E091A on white background.


Black color preview on #0E091A background

This text has black color on #0E091A background.


White color preview on #0E091A background

This text has white color on #0E091A background.


Related colors

Complementary color

Complementary color for #hex is #F1F6E5.


I love getcolorcode.com

Triadic colors

1 #1A0E09 and #091A0E with #0E091A are triadic colors.

2 #1A090E and #090E1A with #0E091A are triadic colors.