COLOR #0E130F

HEX: #0E130F RGB: (14,19,15)

Color info

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

RGB color model

#0E130F color RGB value is (14,19,15).

RGB: (14,19,15) (5%, 7%, 6%)

RGB channels and saturation

R 14 of 255 = 5%
G 19 of 255 = 7%
B 15 of 255 = 6%

14
19
15

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

Portions of RGB colors in percentages

R + G + B = 14 + 19 + 15 = 48 (100%)
R 14 of 48 ~ 29.17%
G 19 of 48 ~ 39.58%
B 15 of 48 ~ 31.25'%

%29.17
%39.58
%31.25

CMYK color model

#0E130F color CMYK value is (26,0,21,93).

  • cyan value is 26.32%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 92.55%

CMYK: (26,0,21,93)
C26M0Y21K93 (26%, 0%, 21%, 93%)
(0.26 / 0.00 / 0.21 / 0.93)

CMYK percentages

%26.32
%0
%21.05
%92.55

Codes

Color #0E130F in popluar color models

0E 13 0F
RGB 14 19 15
HSL 132° 15.15% 6.47%
HSB/HSV 132° 26.32% 7.45%
CMYK 26.32% 0.00% 21.05%
92.55%

Color #0E130F in popluar number systems.

HEX 0E 13 0F
Decimal 14 19 15
Binary 1110 10011 1111
Octal 16 23 17

Shades and tints

Shades of #0E130F

#0E130F
(14,19,15)
#0D120E
(13,18,14)
#0C110D
(12,17,13)
#0B100C
(11,16,12)
#0A0F0B
(10,15,11)
#090E0A
(9,14,10)
#080D09
(8,13,9)
#070C08
(7,12,8)
#060B07
(6,11,7)
#050A06
(5,10,6)
#040905
(4,9,5)
#000000
(0,0,0)

Tints of #0E130F

#0E130F
(14,19,15)
#232824
(35,40,36)
#383D39
(56,61,57)
#4D524E
(77,82,78)
#626763
(98,103,99)
#777C78
(119,124,120)
#8C918D
(140,145,141)
#A1A6A2
(161,166,162)
#B6BBB7
(182,187,183)
#CBD0CC
(203,208,204)
#E0E5E1
(224,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E130F; }

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

This text font color is #0E130F.

Background Color

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

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

This div background color is #0E130F.

Border color

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

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

This div border color is #0E130F.

Opacity

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

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

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

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

This text has shadow with #0E130F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E130F.

Preview

Color preview on black background

This text has color #0E130F on black background.


Color preview on white background

This text has color #0E130F on white background.


Black color preview on #0E130F background

This text has black color on #0E130F background.


White color preview on #0E130F background

This text has white color on #0E130F background.


Related colors

Complementary color

Complementary color for #hex is #F1ECF0.


I love getcolorcode.com

Triadic colors

1 #0F0E13 and #130F0E with #0E130F are triadic colors.

2 #0F130E and #130E0F with #0E130F are triadic colors.