COLOR #0E0A15

HEX: #0E0A15 RGB: (14,10,21)

Color info

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

RGB color model

#0E0A15 color RGB value is (14,10,21).

RGB: (14,10,21) (5%, 4%, 8%)

RGB channels and saturation

R 14 of 255 = 5%
G 10 of 255 = 4%
B 21 of 255 = 8%

14
10
21

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

Portions of RGB colors in percentages

R + G + B = 14 + 10 + 21 = 45 (100%)
R 14 of 45 ~ 31.11%
G 10 of 45 ~ 22.22%
B 21 of 45 ~ 46.67'%

%31.11
%22.22
%46.67

CMYK color model

#0E0A15 color CMYK value is (33,52,0,92).

  • cyan value is 33.33%
  • magenta value is 52.38%
  • yellow value is 0.00%
  • key color value is 91.76%
CMYK: (33,52,0,92) C33M52Y0K92 (33%,52%,0%,92%) (0.33/0.52/0.00/0.92) 

CMYK percentages

%33.33
%52.38
%0
%91.76

Codes

Color #0E0A15 in popluar color models

0E 0A 15
RGB 14 10 21
HSL 262° 35.48% 6.08%
HSB/HSV 262° 52.38% 8.24%
CMYK 33.33% 52.38% 0.00%
91.76%

Color #0E0A15 in popluar number systems.

HEX 0E 0A 15
Decimal 14 10 21
Binary 1110 1010 10101
Octal 16 12 25

Shades and tints

Shades of #0E0A15

#0E0A15
(14,10,21)
#0D0A14
(13,10,20)
#0C0A13
(12,10,19)
#0B0A12
(11,10,18)
#0A0A11
(10,10,17)
#090A10
(9,10,16)
#080A0F
(8,10,15)
#070A0E
(7,10,14)
#060A0D
(6,10,13)
#050A0C
(5,10,12)
#040A0B
(4,10,11)
#000000
(0,0,0)

Tints of #0E0A15

#0E0A15
(14,10,21)
#23202A
(35,32,42)
#38363F
(56,54,63)
#4D4C54
(77,76,84)
#626269
(98,98,105)
#77787E
(119,120,126)
#8C8E93
(140,142,147)
#A1A4A8
(161,164,168)
#B6BABD
(182,186,189)
#CBD0D2
(203,208,210)
#E0E6E7
(224,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0A15; }

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

This text font color is #0E0A15.

Background Color

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

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

This div background color is #0E0A15.

Border color

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

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

This div border color is #0E0A15.

Opacity

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

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

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

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

This text has shadow with #0E0A15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E0A15.

Preview

Color preview on black background

This text has color #0E0A15 on black background.


Color preview on white background

This text has color #0E0A15 on white background.


Black color preview on #0E0A15 background

This text has black color on #0E0A15 background.


White color preview on #0E0A15 background

This text has white color on #0E0A15 background.


Related colors

Complementary color

Complementary color for #hex is #F1F5EA.


I love getcolorcode.com

Triadic colors

1 #150E0A and #0A150E with #0E0A15 are triadic colors.

2 #150A0E and #0A0E15 with #0E0A15 are triadic colors.