COLOR #0E0113

HEX: #0E0113
RGB: (14,1,19)

Renk bilgisi

#0E0113 contains red, green and blue colors in about the same proportion. #0E0113 color is web safe color. It maybe written shortly as #001.

RGB renk modeli

#0E0113 color RGB value is (14,1,19).

  • kırmız ton 14;
  • yeşil ton 1;
  • mavi ton 19.
RGB:
(14,1,19)
(5%,0%,7%)

RGB bağlantıları ve doygunluk

R 14 of 255 = 5%
G 1 of 255 = 0%
B 19 of 255 = 7%

14
1
19

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

Yüzdelerle RGB renk parçaları

R + G + B =
14 + 1 + 19 = 34 (100%)
R 14 of 34 ~ 41.18%
G 1 of 34 ~ 2.94%
B 19 of 34 ~ 55.88%

%41.18
%55.88

CMYK RENK MODELİ

#0E0113 rengi CMYK tonu (26,95,0,93).

  • camgöbeği tonu 26.32%
  • eflatun tonu 94.74%
  • sarı tonu 0.00%
  • ana renk tonu 92.55%
CMYK:
(26,95,0,93)
C26M95Y0K93 
(26%,95%,0%,93%)
(0.26/0.95/0.00/0.93)	

CMYK yüzdeleri

%26.32
%94.74
%0
%92.55

Codes

Color #0E0113 in popluar color models

0E0113
RGB14119
HSL283°90.00%3.92%
HSB/HSV283°94.74%7.45%
CMYK26.32%94.74%0.00%
92.55%

Color #0E0113 in popluar number systems.

HEX0E0113
Decimal14119
Binary1110110011
Octal16123

Shades and tints

Shades of #0E0113

#0E0113
(14,1,19)
#0D0112
(13,1,18)
#0C0111
(12,1,17)
#0B0110
(11,1,16)
#0A010F
(10,1,15)
#09010E
(9,1,14)
#08010D
(8,1,13)
#07010C
(7,1,12)
#06010B
(6,1,11)
#05010A
(5,1,10)
#040109
(4,1,9)
#000000
(0,0,0)

Tints of #0E0113

#0E0113
(14,1,19)
#231828
(35,24,40)
#382F3D
(56,47,61)
#4D4652
(77,70,82)
#625D67
(98,93,103)
#77747C
(119,116,124)
#8C8B91
(140,139,145)
#A1A2A6
(161,162,166)
#B6B9BB
(182,185,187)
#CBD0D0
(203,208,208)
#E0E7E5
(224,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0113; }

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

This text font color is #0E0113.


Background Color

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

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

This div background color is #0E0113.


Border color

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

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

This div border color is #0E0113.


Opacity

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

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

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

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

This text has shadow with #0E0113 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0113 on black background.


Color preview on white background

This text has color #0E0113 on white background.



Black color preview on #0E0113 background

This text has black color on #0E0113 background.


White color preview on #0E0113 background

This text has white color on #0E0113 background.