COLOR #000F11

HEX: #000F11
RGB: (0,15,17)

Renk bilgisi

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

RGB renk modeli

#000F11 color RGB value is (0,15,17).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 15 of 255 = 6%
B 17 of 255 = 7%

0
15
17

R + G + B ~ 4%. #000F11 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 15 + 17 = 32 (100%)
R 0 of 32 ~ 0%
G 15 of 32 ~ 46.88%
B 17 of 32 ~ 53.13%

%46.88
%53.13

CMYK RENK MODELİ

#000F11 rengi CMYK tonu (100,12,0,93).

  • camgöbeği tonu 100.00%
  • eflatun tonu 11.76%
  • sarı tonu 0.00%
  • ana renk tonu 93.33%
CMYK:
(100,12,0,93)
C100M12Y0K93 
(100%,12%,0%,93%)
(1.00/0.12/0.00/0.93)	

CMYK yüzdeleri

%100
%11.76
%0
%93.33

Codes

Color #000F11 in popluar color models

000F11
RGB01517
HSL187°100.00%3.33%
HSB/HSV187°100.00%6.67%
CMYK100.00%11.76%0.00%
93.33%

Color #000F11 in popluar number systems.

HEX000F11
Decimal01517
Binary0111110001
Octal01721

Shades and tints

Shades of #000F11

#000F11
(0,15,17)
#000E10
(0,14,16)
#000D0F
(0,13,15)
#000C0E
(0,12,14)
#000B0D
(0,11,13)
#000A0C
(0,10,12)
#00090B
(0,9,11)
#00080A
(0,8,10)
#000709
(0,7,9)
#000608
(0,6,8)
#000507
(0,5,7)
#000000
(0,0,0)

Tints of #000F11

#000F11
(0,15,17)
#172426
(23,36,38)
#2E393B
(46,57,59)
#454E50
(69,78,80)
#5C6365
(92,99,101)
#73787A
(115,120,122)
#8A8D8F
(138,141,143)
#A1A2A4
(161,162,164)
#B8B7B9
(184,183,185)
#CFCCCE
(207,204,206)
#E6E1E3
(230,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000F11; }

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

This text font color is #000F11.


Background Color

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

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

This div background color is #000F11.


Border color

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

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

This div border color is #000F11.


Opacity

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

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

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

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

This text has shadow with #000F11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000F11 on black background.


Color preview on white background

This text has color #000F11 on white background.



Black color preview on #000F11 background

This text has black color on #000F11 background.


White color preview on #000F11 background

This text has white color on #000F11 background.