COLOR #0E010B

HEX: #0E010B RGB: (14,1,11)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

14
1
11

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

Portions of RGB colors in percentages

R + G + B = 14 + 1 + 11 = 26 (100%)
R 14 of 26 ~ 53.85%
G 1 of 26 ~ 3.85%
B 11 of 26 ~ 42.31'%

%53.85
%42.31

CMYK color model

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

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

CMYK: (0,93,21,95)
C0M93Y21K95 (0%, 93%, 21%, 95%)
(0.00 / 0.93 / 0.21 / 0.95)

CMYK percentages

%0
%92.86
%21.43
%94.51

Codes

Color #0E010B in popluar color models

0E 01 0B
RGB 14 1 11
HSL 314° 86.67% 2.94%
HSB/HSV 314° 92.86% 5.49%
CMYK 0.00% 92.86% 21.43%
94.51%

Color #0E010B in popluar number systems.

HEX 0E 01 0B
Decimal 14 1 11
Binary 1110 1 1011
Octal 16 1 13

Shades and tints

Shades of #0E010B

#0E010B
(14,1,11)
#0D010A
(13,1,10)
#0C0109
(12,1,9)
#0B0108
(11,1,8)
#0A0107
(10,1,7)
#090106
(9,1,6)
#080105
(8,1,5)
#070104
(7,1,4)
#060103
(6,1,3)
#050102
(5,1,2)
#040101
(4,1,1)
#000000
(0,0,0)

Tints of #0E010B

#0E010B
(14,1,11)
#231821
(35,24,33)
#382F37
(56,47,55)
#4D464D
(77,70,77)
#625D63
(98,93,99)
#777479
(119,116,121)
#8C8B8F
(140,139,143)
#A1A2A5
(161,162,165)
#B6B9BB
(182,185,187)
#CBD0D1
(203,208,209)
#E0E7E7
(224,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E010B; }

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

This text font color is #0E010B.

Background Color

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

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

This div background color is #0E010B.

Border color

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

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

This div border color is #0E010B.

Opacity

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

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

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

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

This text has shadow with #0E010B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E010B.

Preview

Color preview on black background

This text has color #0E010B on black background.


Color preview on white background

This text has color #0E010B on white background.


Black color preview on #0E010B background

This text has black color on #0E010B background.


White color preview on #0E010B background

This text has white color on #0E010B background.


Related colors

Complementary color

Complementary color for #hex is #F1FEF4.


I love getcolorcode.com

Triadic colors

1 #0B0E01 and #010B0E with #0E010B are triadic colors.

2 #0B010E and #010E0B with #0E010B are triadic colors.