COLOR #131B1D

HEX: #131B1D
RGB: (19,27,29)

Color info

#131B1D contains red, green and blue colors in about the same proportion. Web safe color of #131B1D is #003333 (or #033).

RGB color model

#131B1D color RGB value is (19,27,29).

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

RGB channels and saturation

R 19 of 255 = 7%
G 27 of 255 = 11%
B 29 of 255 = 11%

19
27
29

R + G + B ~ 10%. #131B1D is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 27 + 29 = 75 (100%)
R 19 of 75 ~ 25.33%
G 27 of 75 ~ 36%
B 29 of 75 ~ 38.67%

%25.33
%36
%38.67

CMYK color model

#131B1D color CMYK value is (34,7,0,89).

  • cyan value is 34.48%
  • magenta value is 6.90%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(34,7,0,89)
C34M7Y0K89 
(34%,7%,0%,89%)
(0.34/0.07/0.00/0.89)	

CMYK percentages

%34.48
%6.9
%0
%88.63

Codes

Color #131B1D in popluar color models

131B1D
RGB192729
HSL192°20.83%9.41%
HSB/HSV192°34.48%11.37%
CMYK34.48%6.90%0.00%
88.63%

Color #131B1D in popluar number systems.

HEX131B1D
Decimal192729
Binary100111101111101
Octal233335

Shades and tints

Shades of #131B1D

#131B1D
(19,27,29)
#12191B
(18,25,27)
#111719
(17,23,25)
#101517
(16,21,23)
#0F1315
(15,19,21)
#0E1113
(14,17,19)
#0D0F11
(13,15,17)
#0C0D0F
(12,13,15)
#0B0B0D
(11,11,13)
#0A090B
(10,9,11)
#090709
(9,7,9)
#000000
(0,0,0)

Tints of #131B1D

#131B1D
(19,27,29)
#282F31
(40,47,49)
#3D4345
(61,67,69)
#525759
(82,87,89)
#676B6D
(103,107,109)
#7C7F81
(124,127,129)
#919395
(145,147,149)
#A6A7A9
(166,167,169)
#BBBBBD
(187,187,189)
#D0CFD1
(208,207,209)
#E5E3E5
(229,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131B1D; }

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

This text font color is #131B1D.


Background Color

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

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

This div background color is #131B1D.


Border color

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

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

This div border color is #131B1D.


Opacity

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

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

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

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

This text has shadow with #131B1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131B1D on black background.


Color preview on white background

This text has color #131B1D on white background.



Black color preview on #131B1D background

This text has black color on #131B1D background.


White color preview on #131B1D background

This text has white color on #131B1D background.