COLOR #131300

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

Color info

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

RGB color model

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

RGB: (19,19,0) (7%, 7%, 0%)

RGB channels and saturation

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

19
19
0

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

Portions of RGB colors in percentages

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

%50
%50

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 92.55%

CMYK: (0,0,100,93)
C0M0Y100K93 (0%, 0%, 100%, 93%)
(0.00 / 0.00 / 1.00 / 0.93)

CMYK percentages

%0
%0
%100
%92.55

Codes

Color #131300 in popluar color models

13 13 00
RGB 19 19 0
HSL 60° 100.00% 3.73%
HSB/HSV 60° 100.00% 7.45%
CMYK 0.00% 0.00% 100.00%
92.55%

Color #131300 in popluar number systems.

HEX 13 13 00
Decimal 19 19 0
Binary 10011 10011 0
Octal 23 23 0

Shades and tints

Shades of #131300

#131300
(19,19,0)
#121200
(18,18,0)
#111100
(17,17,0)
#101000
(16,16,0)
#0F0F00
(15,15,0)
#0E0E00
(14,14,0)
#0D0D00
(13,13,0)
#0C0C00
(12,12,0)
#0B0B00
(11,11,0)
#0A0A00
(10,10,0)
#090900
(9,9,0)
#000000
(0,0,0)

Tints of #131300

#131300
(19,19,0)
#282817
(40,40,23)
#3D3D2E
(61,61,46)
#525245
(82,82,69)
#67675C
(103,103,92)
#7C7C73
(124,124,115)
#91918A
(145,145,138)
#A6A6A1
(166,166,161)
#BBBBB8
(187,187,184)
#D0D0CF
(208,208,207)
#E5E5E6
(229,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131300; }

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

This text font color is #131300.

Background Color

.myBgColor { background-color: #131300; }

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

This div background color is #131300.

Border color

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

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

This div border color is #131300.

Opacity

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

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

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

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

This text has shadow with #131300 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #131300.

Preview

Color preview on black background

This text has color #131300 on black background.


Color preview on white background

This text has color #131300 on white background.


Black color preview on #131300 background

This text has black color on #131300 background.


White color preview on #131300 background

This text has white color on #131300 background.


Related colors

Complementary color

Complementary color for #hex is #ECECFF.


I love getcolorcode.com