COLOR #0E041A

HEX: #0E041A RGB: (14,4,26)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

14
4
26

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

Portions of RGB colors in percentages

R + G + B = 14 + 4 + 26 = 44 (100%)
R 14 of 44 ~ 31.82%
G 4 of 44 ~ 9.09%
B 26 of 44 ~ 59.09'%

%31.82
%59.09

CMYK color model

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

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

CMYK: (46,85,0,90)
C46M85Y0K90 (46%, 85%, 0%, 90%)
(0.46 / 0.85 / 0.00 / 0.90)

CMYK percentages

%46.15
%84.62
%0
%89.8

Codes

Color #0E041A in popluar color models

0E 04 1A
RGB 14 4 26
HSL 267° 73.33% 5.88%
HSB/HSV 267° 84.62% 10.20%
CMYK 46.15% 84.62% 0.00%
89.80%

Color #0E041A in popluar number systems.

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

Shades and tints

Shades of #0E041A

#0E041A
(14,4,26)
#0D0418
(13,4,24)
#0C0416
(12,4,22)
#0B0414
(11,4,20)
#0A0412
(10,4,18)
#090410
(9,4,16)
#08040E
(8,4,14)
#07040C
(7,4,12)
#06040A
(6,4,10)
#050408
(5,4,8)
#040406
(4,4,6)
#000000
(0,0,0)

Tints of #0E041A

#0E041A
(14,4,26)
#231A2E
(35,26,46)
#383042
(56,48,66)
#4D4656
(77,70,86)
#625C6A
(98,92,106)
#77727E
(119,114,126)
#8C8892
(140,136,146)
#A19EA6
(161,158,166)
#B6B4BA
(182,180,186)
#CBCACE
(203,202,206)
#E0E0E2
(224,224,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E041A; }

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

This text font color is #0E041A.

Background Color

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

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

This div background color is #0E041A.

Border color

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

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

This div border color is #0E041A.

Opacity

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

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

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

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

This text has shadow with #0E041A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E041A.

Preview

Color preview on black background

This text has color #0E041A on black background.


Color preview on white background

This text has color #0E041A on white background.


Black color preview on #0E041A background

This text has black color on #0E041A background.


White color preview on #0E041A background

This text has white color on #0E041A background.


Related colors

Complementary color

Complementary color for #hex is #F1FBE5.


I love getcolorcode.com

Triadic colors

1 #1A0E04 and #041A0E with #0E041A are triadic colors.

2 #1A040E and #040E1A with #0E041A are triadic colors.