COLOR #0E090B

HEX: #0E090B
RGB: (14,9,11)

Color info

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

RGB color model

#0E090B color RGB value is (14,9,11).

  • red value is 14;
  • green value is 9;
  • blue value is 11.
RGB:
(14,9,11)
(5%,4%,4%)

RGB channels and saturation

R 14 of 255 = 5%
G 9 of 255 = 4%
B 11 of 255 = 4%

14
9
11

R + G + B ~ 4%. #0E090B is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 9 + 11 = 34 (100%)
R 14 of 34 ~ 41.18%
G 9 of 34 ~ 26.47%
B 11 of 34 ~ 32.35%

%41.18
%26.47
%32.35

CMYK color model

#0E090B color CMYK value is (0,36,21,95).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 21.43%
  • key color value is 94.51%
CMYK:
(0,36,21,95)
C0M36Y21K95 
(0%,36%,21%,95%)
(0.00/0.36/0.21/0.95)	

CMYK percentages

%0
%35.71
%21.43
%94.51

Codes

Color #0E090B in popluar color models

0E090B
RGB14911
HSL336°21.74%4.51%
HSB/HSV336°35.71%5.49%
CMYK0.00%35.71%21.43%
94.51%

Color #0E090B in popluar number systems.

HEX0E090B
Decimal14911
Binary111010011011
Octal161113

Shades and tints

Shades of #0E090B

#0E090B
(14,9,11)
#0D090A
(13,9,10)
#0C0909
(12,9,9)
#0B0908
(11,9,8)
#0A0907
(10,9,7)
#090906
(9,9,6)
#080905
(8,9,5)
#070904
(7,9,4)
#060903
(6,9,3)
#050902
(5,9,2)
#040901
(4,9,1)
#000000
(0,0,0)

Tints of #0E090B

#0E090B
(14,9,11)
#231F21
(35,31,33)
#383537
(56,53,55)
#4D4B4D
(77,75,77)
#626163
(98,97,99)
#777779
(119,119,121)
#8C8D8F
(140,141,143)
#A1A3A5
(161,163,165)
#B6B9BB
(182,185,187)
#CBCFD1
(203,207,209)
#E0E5E7
(224,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E090B; }

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

This text font color is #0E090B.


Background Color

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

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

This div background color is #0E090B.


Border color

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

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

This div border color is #0E090B.


Opacity

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

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

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

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

This text has shadow with #0E090B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E090B on black background.


Color preview on white background

This text has color #0E090B on white background.



Black color preview on #0E090B background

This text has black color on #0E090B background.


White color preview on #0E090B background

This text has white color on #0E090B background.