COLOR #131005

HEX: #131005
RGB: (19,16,5)

Color info

#131005 contains red, green and blue colors in about the same proportion. Web safe color of #131005 is #000000 (or #000).

RGB color model

#131005 color RGB value is (19,16,5).

  • red value is 19;
  • green value is 16;
  • blue value is 5.
RGB:
(19,16,5)
(7%,6%,2%)

RGB channels and saturation

R 19 of 255 = 7%
G 16 of 255 = 6%
B 5 of 255 = 2%

19
16
5

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

Portions of RGB colors in percentages

R + G + B =
19 + 16 + 5 = 40 (100%)
R 19 of 40 ~ 47.5%
G 16 of 40 ~ 40%
B 5 of 40 ~ 12.5%

%47.5
%40
%12.5

CMYK color model

#131005 color CMYK value is (0,16,74,93).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 73.68%
  • key color value is 92.55%
CMYK:
(0,16,74,93)
C0M16Y74K93 
(0%,16%,74%,93%)
(0.00/0.16/0.74/0.93)	

CMYK percentages

%0
%15.79
%73.68
%92.55

Codes

Color #131005 in popluar color models

131005
RGB19165
HSL47°58.33%4.71%
HSB/HSV47°73.68%7.45%
CMYK0.00%15.79%73.68%
92.55%

Color #131005 in popluar number systems.

HEX131005
Decimal19165
Binary1001110000101
Octal23205

Shades and tints

Shades of #131005

#131005
(19,16,5)
#120F05
(18,15,5)
#110E05
(17,14,5)
#100D05
(16,13,5)
#0F0C05
(15,12,5)
#0E0B05
(14,11,5)
#0D0A05
(13,10,5)
#0C0905
(12,9,5)
#0B0805
(11,8,5)
#0A0705
(10,7,5)
#090605
(9,6,5)
#000000
(0,0,0)

Tints of #131005

#131005
(19,16,5)
#28251B
(40,37,27)
#3D3A31
(61,58,49)
#524F47
(82,79,71)
#67645D
(103,100,93)
#7C7973
(124,121,115)
#918E89
(145,142,137)
#A6A39F
(166,163,159)
#BBB8B5
(187,184,181)
#D0CDCB
(208,205,203)
#E5E2E1
(229,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131005; }

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

This text font color is #131005.


Background Color

.myBgColor { background-color: #131005; }

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

This div background color is #131005.


Border color

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

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

This div border color is #131005.


Opacity

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

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

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

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

This text has shadow with #131005 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131005 on black background.


Color preview on white background

This text has color #131005 on white background.



Black color preview on #131005 background

This text has black color on #131005 background.


White color preview on #131005 background

This text has white color on #131005 background.