COLOR #0E031B

HEX: #0E031B
RGB: (14,3,27)

Color info

#0E031B contains red, green and blue colors in about the same proportion. Web safe color of #0E031B is #000033 (or #003).

RGB color model

#0E031B color RGB value is (14,3,27).

  • red value is 14;
  • green value is 3;
  • blue value is 27.
RGB:
(14,3,27)
(5%,1%,11%)

RGB channels and saturation

R 14 of 255 = 5%
G 3 of 255 = 1%
B 27 of 255 = 11%

14
3
27

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

Portions of RGB colors in percentages

R + G + B =
14 + 3 + 27 = 44 (100%)
R 14 of 44 ~ 31.82%
G 3 of 44 ~ 6.82%
B 27 of 44 ~ 61.36%

%31.82
%61.36

CMYK color model

#0E031B color CMYK value is (48,89,0,89).

  • cyan value is 48.15%
  • magenta value is 88.89%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(48,89,0,89)
C48M89Y0K89 
(48%,89%,0%,89%)
(0.48/0.89/0.00/0.89)	

CMYK percentages

%48.15
%88.89
%0
%89.41

Codes

Color #0E031B in popluar color models

0E031B
RGB14327
HSL268°80.00%5.88%
HSB/HSV268°88.89%10.59%
CMYK48.15%88.89%0.00%
89.41%

Color #0E031B in popluar number systems.

HEX0E031B
Decimal14327
Binary11101111011
Octal16333

Shades and tints

Shades of #0E031B

#0E031B
(14,3,27)
#0D0319
(13,3,25)
#0C0317
(12,3,23)
#0B0315
(11,3,21)
#0A0313
(10,3,19)
#090311
(9,3,17)
#08030F
(8,3,15)
#07030D
(7,3,13)
#06030B
(6,3,11)
#050309
(5,3,9)
#040307
(4,3,7)
#000000
(0,0,0)

Tints of #0E031B

#0E031B
(14,3,27)
#23192F
(35,25,47)
#382F43
(56,47,67)
#4D4557
(77,69,87)
#625B6B
(98,91,107)
#77717F
(119,113,127)
#8C8793
(140,135,147)
#A19DA7
(161,157,167)
#B6B3BB
(182,179,187)
#CBC9CF
(203,201,207)
#E0DFE3
(224,223,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E031B; }

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

This text font color is #0E031B.


Background Color

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

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

This div background color is #0E031B.


Border color

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

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

This div border color is #0E031B.


Opacity

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

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

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

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

This text has shadow with #0E031B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E031B on black background.


Color preview on white background

This text has color #0E031B on white background.



Black color preview on #0E031B background

This text has black color on #0E031B background.


White color preview on #0E031B background

This text has white color on #0E031B background.