COLOR #131A1D

HEX: #131A1D
RGB: (19,26,29)

Color info

#131A1D contains red, green and blue colors in about the same proportion. Web safe color of #131A1D is #000033 (or #003).

RGB color model

#131A1D color RGB value is (19,26,29).

  • red value is 19;
  • green value is 26;
  • blue value is 29.
RGB:
(19,26,29)
(7%,10%,11%)

RGB channels and saturation

R 19 of 255 = 7%
G 26 of 255 = 10%
B 29 of 255 = 11%

19
26
29

R + G + B ~ 9%. #131A1D is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 26 + 29 = 74 (100%)
R 19 of 74 ~ 25.68%
G 26 of 74 ~ 35.14%
B 29 of 74 ~ 39.19%

%25.68
%35.14
%39.19

CMYK color model

#131A1D color CMYK value is (34,10,0,89).

  • cyan value is 34.48%
  • magenta value is 10.34%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(34,10,0,89)
C34M10Y0K89 
(34%,10%,0%,89%)
(0.34/0.10/0.00/0.89)	

CMYK percentages

%34.48
%10.34
%0
%88.63

Codes

Color #131A1D in popluar color models

131A1D
RGB192629
HSL198°20.83%9.41%
HSB/HSV198°34.48%11.37%
CMYK34.48%10.34%0.00%
88.63%

Color #131A1D in popluar number systems.

HEX131A1D
Decimal192629
Binary100111101011101
Octal233235

Shades and tints

Shades of #131A1D

#131A1D
(19,26,29)
#12181B
(18,24,27)
#111619
(17,22,25)
#101417
(16,20,23)
#0F1215
(15,18,21)
#0E1013
(14,16,19)
#0D0E11
(13,14,17)
#0C0C0F
(12,12,15)
#0B0A0D
(11,10,13)
#0A080B
(10,8,11)
#090609
(9,6,9)
#000000
(0,0,0)

Tints of #131A1D

#131A1D
(19,26,29)
#282E31
(40,46,49)
#3D4245
(61,66,69)
#525659
(82,86,89)
#676A6D
(103,106,109)
#7C7E81
(124,126,129)
#919295
(145,146,149)
#A6A6A9
(166,166,169)
#BBBABD
(187,186,189)
#D0CED1
(208,206,209)
#E5E2E5
(229,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #131A1D color. Also use rgb(19,26,29) instead hex code.

Text Font Color

.myTextColor { color: #131A1D; }

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

This text font color is #131A1D.


Background Color

.myBgColor { background-color: #131A1D; }

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

This div background color is #131A1D.


Border color

.myBorderColor { border: 1px solid #131A1D; }

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

This div border color is #131A1D.


Opacity

.myOpacity80 { color: #131A1D; opacity: 0.8; }

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

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

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

This text has shadow with #131A1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131A1D on black background.


Color preview on white background

This text has color #131A1D on white background.



Black color preview on #131A1D background

This text has black color on #131A1D background.


White color preview on #131A1D background

This text has white color on #131A1D background.