COLOR #130013

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

19
0
19

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

Portions of RGB colors in percentages

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

%50
%50

CMYK color model

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

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

CMYK percentages

%0
%100
%0
%92.55

Codes

Color #130013 in popluar color models

130013
RGB19019
HSL300°100.00%3.73%
HSB/HSV300°100.00%7.45%
CMYK0.00%100.00%0.00%
92.55%

Color #130013 in popluar number systems.

HEX130013
Decimal19019
Binary10011010011
Octal23023

Shades and tints

Shades of #130013

#130013
(19,0,19)
#120012
(18,0,18)
#110011
(17,0,17)
#100010
(16,0,16)
#0F000F
(15,0,15)
#0E000E
(14,0,14)
#0D000D
(13,0,13)
#0C000C
(12,0,12)
#0B000B
(11,0,11)
#0A000A
(10,0,10)
#090009
(9,0,9)
#000000
(0,0,0)

Tints of #130013

#130013
(19,0,19)
#281728
(40,23,40)
#3D2E3D
(61,46,61)
#524552
(82,69,82)
#675C67
(103,92,103)
#7C737C
(124,115,124)
#918A91
(145,138,145)
#A6A1A6
(166,161,166)
#BBB8BB
(187,184,187)
#D0CFD0
(208,207,208)
#E5E6E5
(229,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130013; }

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

This text font color is #130013.


Background Color

.myBgColor { background-color: #130013; }

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

This div background color is #130013.


Border color

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

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

This div border color is #130013.


Opacity

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

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

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

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

This text has shadow with #130013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130013 on black background.


Color preview on white background

This text has color #130013 on white background.



Black color preview on #130013 background

This text has black color on #130013 background.


White color preview on #130013 background

This text has white color on #130013 background.