COLOR #0E0030

HEX: #0E0030 RGB: (14,0,48)

Color info

#0E0030 contains only red and blue colors. Web safe color of #0E0030 is #000033 (or #003).

RGB color model

#0E0030 color RGB value is (14,0,48).

RGB: (14,0,48) (5%, 0%, 19%)

RGB channels and saturation

R 14 of 255 = 5%
G 0 of 255 = 0%
B 48 of 255 = 19%

14
0
48

R + G + B ~ 8%. #0E0030 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 0 + 48 = 62 (100%)
R 14 of 62 ~ 22.58%
G 0 of 62 ~ 0%
B 48 of 62 ~ 77.42'%

%22.58
%77.42

CMYK color model

#0E0030 color CMYK value is (71,100,0,81).

  • cyan value is 70.83%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 81.18%

CMYK: (71,100,0,81)
C71M100Y0K81 (71%, 100%, 0%, 81%)
(0.71 / 1.00 / 0.00 / 0.81)

CMYK percentages

%70.83
%100
%0
%81.18

Codes

Color #0E0030 in popluar color models

0E 00 30
RGB 14 0 48
HSL 258° 100.00% 9.41%
HSB/HSV 258° 100.00% 18.82%
CMYK 70.83% 100.00% 0.00%
81.18%

Color #0E0030 in popluar number systems.

HEX 0E 00 30
Decimal 14 0 48
Binary 1110 0 110000
Octal 16 0 60

Shades and tints

Shades of #0E0030

#0E0030
(14,0,48)
#0D002C
(13,0,44)
#0C0028
(12,0,40)
#0B0024
(11,0,36)
#0A0020
(10,0,32)
#09001C
(9,0,28)
#080018
(8,0,24)
#070014
(7,0,20)
#060010
(6,0,16)
#05000C
(5,0,12)
#040008
(4,0,8)
#000000
(0,0,0)

Tints of #0E0030

#0E0030
(14,0,48)
#231742
(35,23,66)
#382E54
(56,46,84)
#4D4566
(77,69,102)
#625C78
(98,92,120)
#77738A
(119,115,138)
#8C8A9C
(140,138,156)
#A1A1AE
(161,161,174)
#B6B8C0
(182,184,192)
#CBCFD2
(203,207,210)
#E0E6E4
(224,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0030; }

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

This text font color is #0E0030.

Background Color

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

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

This div background color is #0E0030.

Border color

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

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

This div border color is #0E0030.

Opacity

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

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

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

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

This text has shadow with #0E0030 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E0030.

Preview

Color preview on black background

This text has color #0E0030 on black background.


Color preview on white background

This text has color #0E0030 on white background.


Black color preview on #0E0030 background

This text has black color on #0E0030 background.


White color preview on #0E0030 background

This text has white color on #0E0030 background.


Related colors

Complementary color

Complementary color for #hex is #F1FFCF.


I love getcolorcode.com

Triadic colors

1 #300E00 and #00300E with #0E0030 are triadic colors.

2 #30000E and #000E30 with #0E0030 are triadic colors.