COLOR #0E020B

HEX: #0E020B RGB: (14,2,11)

Color info

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

RGB color model

#0E020B color RGB value is (14,2,11).

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

RGB channels and saturation

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

14
2
11

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

Portions of RGB colors in percentages

R + G + B = 14 + 2 + 11 = 27 (100%)
R 14 of 27 ~ 51.85%
G 2 of 27 ~ 7.41%
B 11 of 27 ~ 40.74'%

%51.85
%40.74

CMYK color model

#0E020B color CMYK value is (0,86,21,95).

  • cyan value is 0.00%
  • magenta value is 85.71%
  • yellow value is 21.43%
  • key color value is 94.51%
CMYK: (0,86,21,95) C0M86Y21K95 (0%,86%,21%,95%) (0.00/0.86/0.21/0.95) 

CMYK percentages

%0
%85.71
%21.43
%94.51

Codes

Color #0E020B in popluar color models

0E 02 0B
RGB 14 2 11
HSL 315° 75.00% 3.14%
HSB/HSV 315° 85.71% 5.49%
CMYK 0.00% 85.71% 21.43%
94.51%

Color #0E020B in popluar number systems.

HEX 0E 02 0B
Decimal 14 2 11
Binary 1110 10 1011
Octal 16 2 13

Shades and tints

Shades of #0E020B

#0E020B
(14,2,11)
#0D020A
(13,2,10)
#0C0209
(12,2,9)
#0B0208
(11,2,8)
#0A0207
(10,2,7)
#090206
(9,2,6)
#080205
(8,2,5)
#070204
(7,2,4)
#060203
(6,2,3)
#050202
(5,2,2)
#040201
(4,2,1)
#000000
(0,0,0)

Tints of #0E020B

#0E020B
(14,2,11)
#231921
(35,25,33)
#383037
(56,48,55)
#4D474D
(77,71,77)
#625E63
(98,94,99)
#777579
(119,117,121)
#8C8C8F
(140,140,143)
#A1A3A5
(161,163,165)
#B6BABB
(182,186,187)
#CBD1D1
(203,209,209)
#E0E8E7
(224,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E020B; }

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

This text font color is #0E020B.

Background Color

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

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

This div background color is #0E020B.

Border color

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

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

This div border color is #0E020B.

Opacity

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

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

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

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

This text has shadow with #0E020B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E020B.

Preview

Color preview on black background

This text has color #0E020B on black background.


Color preview on white background

This text has color #0E020B on white background.


Black color preview on #0E020B background

This text has black color on #0E020B background.


White color preview on #0E020B background

This text has white color on #0E020B background.


Related colors

Complementary color

Complementary color for #hex is #F1FDF4.


I love getcolorcode.com

Triadic colors

1 #0B0E02 and #020B0E with #0E020B are triadic colors.

2 #0B020E and #020E0B with #0E020B are triadic colors.