COLOR #001313

HEX: #001313
RGB: (0,19,19)

Color info

#001313 contains only green and blue colors. Web safe color of #001313 is #000000 (or #000).

RGB color model

#001313 color RGB value is (0,19,19).

  • red value is 0;
  • green value is 19;
  • blue value is 19.
RGB:
(0,19,19)
(0%,7%,7%)

RGB channels and saturation

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

0
19
19

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

Portions of RGB colors in percentages

R + G + B =
0 + 19 + 19 = 38 (100%)
R 0 of 38 ~ 0%
G 19 of 38 ~ 50%
B 19 of 38 ~ 50%

%50
%50

CMYK color model

#001313 color CMYK value is (100,0,0,93).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 92.55%
CMYK:
(100,0,0,93)
C100M0Y0K93 
(100%,0%,0%,93%)
(1.00/0.00/0.00/0.93)	

CMYK percentages

%100
%0
%0
%92.55

Codes

Color #001313 in popluar color models

001313
RGB01919
HSL180°100.00%3.73%
HSB/HSV180°100.00%7.45%
CMYK100.00%0.00%0.00%
92.55%

Color #001313 in popluar number systems.

HEX001313
Decimal01919
Binary01001110011
Octal02323

Shades and tints

Shades of #001313

#001313
(0,19,19)
#001212
(0,18,18)
#001111
(0,17,17)
#001010
(0,16,16)
#000F0F
(0,15,15)
#000E0E
(0,14,14)
#000D0D
(0,13,13)
#000C0C
(0,12,12)
#000B0B
(0,11,11)
#000A0A
(0,10,10)
#000909
(0,9,9)
#000000
(0,0,0)

Tints of #001313

#001313
(0,19,19)
#172828
(23,40,40)
#2E3D3D
(46,61,61)
#455252
(69,82,82)
#5C6767
(92,103,103)
#737C7C
(115,124,124)
#8A9191
(138,145,145)
#A1A6A6
(161,166,166)
#B8BBBB
(184,187,187)
#CFD0D0
(207,208,208)
#E6E5E5
(230,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001313; }

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

This text font color is #001313.


Background Color

.myBgColor { background-color: #001313; }

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

This div background color is #001313.


Border color

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

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

This div border color is #001313.


Opacity

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

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

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

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

This text has shadow with #001313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001313 on black background.


Color preview on white background

This text has color #001313 on white background.



Black color preview on #001313 background

This text has black color on #001313 background.


White color preview on #001313 background

This text has white color on #001313 background.