COLOR #000E17

HEX: #000E17 RGB: (0,14,23)

Renk bilgisi

#000E17 contains only green and blue colors. #000E17 ‘ nin web güvenlik rengi #000000 (ya da #000) dir.

RGB renk modeli

#000E17 color RGB value is (0,14,23).

RGB: (0,14,23) (0%, 5%, 9%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 14 of 255 = 5%
B 23 of 255 = 9%

0
14
23

R + G + B ~ 5%. #000E17 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B = 0 + 14 + 23 = 37 (100%)
R 0 of 37 ~ 0%
G 14 of 37 ~ 37.84%
B 23 of 37 ~ 62.16'%

%37.84
%62.16

CMYK RENK MODELİ

#000E17 rengi CMYK tonu (100,39,0,91).

  • camgöbeği tonu 100.00%
  • eflatun tonu 39.13%
  • sarı tonu 0.00%
  • ana renk tonu 90.98%

CMYK: (100,39,0,91)
C100M39Y0K91 (100%, 39%, 0%, 91%)
(1.00 / 0.39 / 0.00 / 0.91)

CMYK yüzdeleri

%100
%39.13
%0
%90.98

Codes

Color #000E17 in popluar color models

00 0E 17
RGB 0 14 23
HSL 203° 100.00% 4.51%
HSB/HSV 203° 100.00% 9.02%
CMYK 100.00% 39.13% 0.00%
90.98%

Color #000E17 in popluar number systems.

HEX 00 0E 17
Decimal 0 14 23
Binary 0 1110 10111
Octal 0 16 27

Shades and tints

Shades of #000E17

#000E17
(0,14,23)
#000D15
(0,13,21)
#000C13
(0,12,19)
#000B11
(0,11,17)
#000A0F
(0,10,15)
#00090D
(0,9,13)
#00080B
(0,8,11)
#000709
(0,7,9)
#000607
(0,6,7)
#000505
(0,5,5)
#000403
(0,4,3)
#000000
(0,0,0)

Tints of #000E17

#000E17
(0,14,23)
#17232C
(23,35,44)
#2E3841
(46,56,65)
#454D56
(69,77,86)
#5C626B
(92,98,107)
#737780
(115,119,128)
#8A8C95
(138,140,149)
#A1A1AA
(161,161,170)
#B8B6BF
(184,182,191)
#CFCBD4
(207,203,212)
#E6E0E9
(230,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000E17; }

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

This text font color is #000E17.

Background Color

.myBgColor { background-color: #000E17; }

<div style="background-color:#000E17">Inner text</div>

This div background color is #000E17.

Border color

.myBorderColor { border: 1px solid #000E17; }

<div style="border:3px solid #000E17">Div</div>

This div border color is #000E17.

Opacity

.myOpacity80 { color: #000E17; opacity: 0.8; }

<p style="color:#000E17;opacity:0.8;">80%</p>

Text with #000E17 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 #000E17;}

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

This text has shadow with #000E17 color.


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

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

This text has shadow with #000E17 primary color and red secondary color.


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

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

This text has shadow with #000E17 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #000E17.

Preview

Color preview on black background

This text has color #000E17 on black background.


Color preview on white background

This text has color #000E17 on white background.


Black color preview on #000E17 background

This text has black color on #000E17 background.


White color preview on #000E17 background

This text has white color on #000E17 background.


Related colors

Complementary color

Complementary color for #hex is #FFF1E8.


I love getcolorcode.com

Triadic colors

1 #17000E and #0E1700 with #000E17 are triadic colors.

2 #170E00 and #0E0017 with #000E17 are triadic colors.