COLOR #001417

HEX: #001417
RGB: (0,20,23)

Renk bilgisi

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

RGB renk modeli

#001417 color RGB value is (0,20,23).

  • kırmız ton 0;
  • yeşil ton 20;
  • mavi ton 23.
RGB:
(0,20,23)
(0%,8%,9%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 20 of 255 = 8%
B 23 of 255 = 9%

0
20
23

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 20 + 23 = 43 (100%)
R 0 of 43 ~ 0%
G 20 of 43 ~ 46.51%
B 23 of 43 ~ 53.49%

%46.51
%53.49

CMYK RENK MODELİ

#001417 rengi CMYK tonu (100,13,0,91).

  • camgöbeği tonu 100.00%
  • eflatun tonu 13.04%
  • sarı tonu 0.00%
  • ana renk tonu 90.98%
CMYK:
(100,13,0,91)
C100M13Y0K91 
(100%,13%,0%,91%)
(1.00/0.13/0.00/0.91)	

CMYK yüzdeleri

%100
%13.04
%0
%90.98

Codes

Color #001417 in popluar color models

001417
RGB02023
HSL188°100.00%4.51%
HSB/HSV188°100.00%9.02%
CMYK100.00%13.04%0.00%
90.98%

Color #001417 in popluar number systems.

HEX001417
Decimal02023
Binary01010010111
Octal02427

Shades and tints

Shades of #001417

#001417
(0,20,23)
#001315
(0,19,21)
#001213
(0,18,19)
#001111
(0,17,17)
#00100F
(0,16,15)
#000F0D
(0,15,13)
#000E0B
(0,14,11)
#000D09
(0,13,9)
#000C07
(0,12,7)
#000B05
(0,11,5)
#000A03
(0,10,3)
#000000
(0,0,0)

Tints of #001417

#001417
(0,20,23)
#17292C
(23,41,44)
#2E3E41
(46,62,65)
#455356
(69,83,86)
#5C686B
(92,104,107)
#737D80
(115,125,128)
#8A9295
(138,146,149)
#A1A7AA
(161,167,170)
#B8BCBF
(184,188,191)
#CFD1D4
(207,209,212)
#E6E6E9
(230,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001417; }

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

This text font color is #001417.


Background Color

.myBgColor { background-color: #001417; }

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

This div background color is #001417.


Border color

.myBorderColor { border: 1px solid #001417; }

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

This div border color is #001417.


Opacity

.myOpacity80 { color: #001417; opacity: 0.8; }

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

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

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

This text has shadow with #001417 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001417 on black background.


Color preview on white background

This text has color #001417 on white background.



Black color preview on #001417 background

This text has black color on #001417 background.


White color preview on #001417 background

This text has white color on #001417 background.