COLOR #0E010E

HEX: #0E010E RGB: (14,1,14)

Color info

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

RGB color model

#0E010E color RGB value is (14,1,14).

RGB: (14,1,14) (5%, 0%, 5%)

RGB channels and saturation

R 14 of 255 = 5%
G 1 of 255 = 0%
B 14 of 255 = 5%

14
1
14

R + G + B ~ 3%. #0E010E is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 1 + 14 = 29 (100%)
R 14 of 29 ~ 48.28%
G 1 of 29 ~ 3.45%
B 14 of 29 ~ 48.28'%

%48.28
%48.28

CMYK color model

#0E010E color CMYK value is (0,93,0,95).

  • cyan value is 0.00%
  • magenta value is 92.86%
  • yellow value is 0.00%
  • key color value is 94.51%

CMYK: (0,93,0,95)
C0M93Y0K95 (0%, 93%, 0%, 95%)
(0.00 / 0.93 / 0.00 / 0.95)

CMYK percentages

%0
%92.86
%0
%94.51

Codes

Color #0E010E in popluar color models

0E 01 0E
RGB 14 1 14
HSL 300° 86.67% 2.94%
HSB/HSV 300° 92.86% 5.49%
CMYK 0.00% 92.86% 0.00%
94.51%

Color #0E010E in popluar number systems.

HEX 0E 01 0E
Decimal 14 1 14
Binary 1110 1 1110
Octal 16 1 16

Shades and tints

Shades of #0E010E

#0E010E
(14,1,14)
#0D010D
(13,1,13)
#0C010C
(12,1,12)
#0B010B
(11,1,11)
#0A010A
(10,1,10)
#090109
(9,1,9)
#080108
(8,1,8)
#070107
(7,1,7)
#060106
(6,1,6)
#050105
(5,1,5)
#040104
(4,1,4)
#000000
(0,0,0)

Tints of #0E010E

#0E010E
(14,1,14)
#231823
(35,24,35)
#382F38
(56,47,56)
#4D464D
(77,70,77)
#625D62
(98,93,98)
#777477
(119,116,119)
#8C8B8C
(140,139,140)
#A1A2A1
(161,162,161)
#B6B9B6
(182,185,182)
#CBD0CB
(203,208,203)
#E0E7E0
(224,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E010E; }

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

This text font color is #0E010E.

Background Color

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

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

This div background color is #0E010E.

Border color

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

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

This div border color is #0E010E.

Opacity

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

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

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

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

This text has shadow with #0E010E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E010E.

Preview

Color preview on black background

This text has color #0E010E on black background.


Color preview on white background

This text has color #0E010E on white background.


Black color preview on #0E010E background

This text has black color on #0E010E background.


White color preview on #0E010E background

This text has white color on #0E010E background.


Related colors

Complementary color

Complementary color for #hex is #F1FEF1.


I love getcolorcode.com

Triadic colors

1 #0E0E01 and #010E0E with #0E010E are triadic colors.

2 #0E010E and #010E0E with #0E010E are triadic colors.