COLOR #000F17

HEX: #000F17
RGB: (0,15,23)

Renk bilgisi

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

RGB renk modeli

#000F17 color RGB value is (0,15,23).

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

RGB bağlantıları ve doygunluk

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

0
15
23

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 15 + 23 = 38 (100%)
R 0 of 38 ~ 0%
G 15 of 38 ~ 39.47%
B 23 of 38 ~ 60.53%

%39.47
%60.53

CMYK RENK MODELİ

#000F17 rengi CMYK tonu (100,35,0,91).

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

CMYK yüzdeleri

%100
%34.78
%0
%90.98

Codes

Color #000F17 in popluar color models

000F17
RGB01523
HSL201°100.00%4.51%
HSB/HSV201°100.00%9.02%
CMYK100.00%34.78%0.00%
90.98%

Color #000F17 in popluar number systems.

HEX000F17
Decimal01523
Binary0111110111
Octal01727

Shades and tints

Shades of #000F17

#000F17
(0,15,23)
#000E15
(0,14,21)
#000D13
(0,13,19)
#000C11
(0,12,17)
#000B0F
(0,11,15)
#000A0D
(0,10,13)
#00090B
(0,9,11)
#000809
(0,8,9)
#000707
(0,7,7)
#000605
(0,6,5)
#000503
(0,5,3)
#000000
(0,0,0)

Tints of #000F17

#000F17
(0,15,23)
#17242C
(23,36,44)
#2E3941
(46,57,65)
#454E56
(69,78,86)
#5C636B
(92,99,107)
#737880
(115,120,128)
#8A8D95
(138,141,149)
#A1A2AA
(161,162,170)
#B8B7BF
(184,183,191)
#CFCCD4
(207,204,212)
#E6E1E9
(230,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000F17; }

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

This text font color is #000F17.


Background Color

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

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

This div background color is #000F17.


Border color

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

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

This div border color is #000F17.


Opacity

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

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

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

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

This text has shadow with #000F17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000F17 on black background.


Color preview on white background

This text has color #000F17 on white background.



Black color preview on #000F17 background

This text has black color on #000F17 background.


White color preview on #000F17 background

This text has white color on #000F17 background.