COLOR #001717

HEX: #001717
RGB: (0,23,23)

Renk bilgisi

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

RGB renk modeli

#001717 color RGB value is (0,23,23).

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

RGB bağlantıları ve doygunluk

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

0
23
23

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 23 + 23 = 46 (100%)
R 0 of 46 ~ 0%
G 23 of 46 ~ 50%
B 23 of 46 ~ 50%

%50
%50

CMYK RENK MODELİ

#001717 rengi CMYK tonu (100,0,0,91).

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

CMYK yüzdeleri

%100
%0
%0
%90.98

Codes

Color #001717 in popluar color models

001717
RGB02323
HSL180°100.00%4.51%
HSB/HSV180°100.00%9.02%
CMYK100.00%0.00%0.00%
90.98%

Color #001717 in popluar number systems.

HEX001717
Decimal02323
Binary01011110111
Octal02727

Shades and tints

Shades of #001717

#001717
(0,23,23)
#001515
(0,21,21)
#001313
(0,19,19)
#001111
(0,17,17)
#000F0F
(0,15,15)
#000D0D
(0,13,13)
#000B0B
(0,11,11)
#000909
(0,9,9)
#000707
(0,7,7)
#000505
(0,5,5)
#000303
(0,3,3)
#000000
(0,0,0)

Tints of #001717

#001717
(0,23,23)
#172C2C
(23,44,44)
#2E4141
(46,65,65)
#455656
(69,86,86)
#5C6B6B
(92,107,107)
#738080
(115,128,128)
#8A9595
(138,149,149)
#A1AAAA
(161,170,170)
#B8BFBF
(184,191,191)
#CFD4D4
(207,212,212)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001717; }

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

This text font color is #001717.


Background Color

.myBgColor { background-color: #001717; }

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

This div background color is #001717.


Border color

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

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

This div border color is #001717.


Opacity

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

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

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

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

This text has shadow with #001717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001717 on black background.


Color preview on white background

This text has color #001717 on white background.



Black color preview on #001717 background

This text has black color on #001717 background.


White color preview on #001717 background

This text has white color on #001717 background.