COLOR #001113

HEX: #001113
RGB: (0,17,19)

Renk bilgisi

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

RGB renk modeli

#001113 color RGB value is (0,17,19).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 17 of 255 = 7%
B 19 of 255 = 7%

0
17
19

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 17 + 19 = 36 (100%)
R 0 of 36 ~ 0%
G 17 of 36 ~ 47.22%
B 19 of 36 ~ 52.78%

%47.22
%52.78

CMYK RENK MODELİ

#001113 rengi CMYK tonu (100,11,0,93).

  • camgöbeği tonu 100.00%
  • eflatun tonu 10.53%
  • sarı tonu 0.00%
  • ana renk tonu 92.55%
CMYK:
(100,11,0,93)
C100M11Y0K93 
(100%,11%,0%,93%)
(1.00/0.11/0.00/0.93)	

CMYK yüzdeleri

%100
%10.53
%0
%92.55

Codes

Color #001113 in popluar color models

001113
RGB01719
HSL186°100.00%3.73%
HSB/HSV186°100.00%7.45%
CMYK100.00%10.53%0.00%
92.55%

Color #001113 in popluar number systems.

HEX001113
Decimal01719
Binary01000110011
Octal02123

Shades and tints

Shades of #001113

#001113
(0,17,19)
#001012
(0,16,18)
#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)
#000000
(0,0,0)

Tints of #001113

#001113
(0,17,19)
#172628
(23,38,40)
#2E3B3D
(46,59,61)
#455052
(69,80,82)
#5C6567
(92,101,103)
#737A7C
(115,122,124)
#8A8F91
(138,143,145)
#A1A4A6
(161,164,166)
#B8B9BB
(184,185,187)
#CFCED0
(207,206,208)
#E6E3E5
(230,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001113; }

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

This text font color is #001113.


Background Color

.myBgColor { background-color: #001113; }

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

This div background color is #001113.


Border color

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

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

This div border color is #001113.


Opacity

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

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

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

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

This text has shadow with #001113 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001113 on black background.


Color preview on white background

This text has color #001113 on white background.



Black color preview on #001113 background

This text has black color on #001113 background.


White color preview on #001113 background

This text has white color on #001113 background.