COLOR #131E19

HEX: #131E19
RGB: (19,30,25)

Color info

#131E19 contains red, green and blue colors in about the same proportion. Web safe color of #131E19 is #003300 (or #030).

RGB color model

#131E19 color RGB value is (19,30,25).

  • red value is 19;
  • green value is 30;
  • blue value is 25.
RGB:
(19,30,25)
(7%,12%,10%)

RGB channels and saturation

R 19 of 255 = 7%
G 30 of 255 = 12%
B 25 of 255 = 10%

19
30
25

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

Portions of RGB colors in percentages

R + G + B =
19 + 30 + 25 = 74 (100%)
R 19 of 74 ~ 25.68%
G 30 of 74 ~ 40.54%
B 25 of 74 ~ 33.78%

%25.68
%40.54
%33.78

CMYK color model

#131E19 color CMYK value is (37,0,17,88).

  • cyan value is 36.67%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 88.24%
CMYK:
(37,0,17,88)
C37M0Y17K88 
(37%,0%,17%,88%)
(0.37/0.00/0.17/0.88)	

CMYK percentages

%36.67
%0
%16.67
%88.24

Codes

Color #131E19 in popluar color models

131E19
RGB193025
HSL153°22.45%9.61%
HSB/HSV153°36.67%11.76%
CMYK36.67%0.00%16.67%
88.24%

Color #131E19 in popluar number systems.

HEX131E19
Decimal193025
Binary100111111011001
Octal233631

Shades and tints

Shades of #131E19

#131E19
(19,30,25)
#121C17
(18,28,23)
#111A15
(17,26,21)
#101813
(16,24,19)
#0F1611
(15,22,17)
#0E140F
(14,20,15)
#0D120D
(13,18,13)
#0C100B
(12,16,11)
#0B0E09
(11,14,9)
#0A0C07
(10,12,7)
#090A05
(9,10,5)
#000000
(0,0,0)

Tints of #131E19

#131E19
(19,30,25)
#28322D
(40,50,45)
#3D4641
(61,70,65)
#525A55
(82,90,85)
#676E69
(103,110,105)
#7C827D
(124,130,125)
#919691
(145,150,145)
#A6AAA5
(166,170,165)
#BBBEB9
(187,190,185)
#D0D2CD
(208,210,205)
#E5E6E1
(229,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #131E19 color. Also use rgb(19,30,25) instead hex code.

Text Font Color

.myTextColor { color: #131E19; }

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

This text font color is #131E19.


Background Color

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

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

This div background color is #131E19.


Border color

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

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

This div border color is #131E19.


Opacity

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

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

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

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

This text has shadow with #131E19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131E19 on black background.


Color preview on white background

This text has color #131E19 on white background.



Black color preview on #131E19 background

This text has black color on #131E19 background.


White color preview on #131E19 background

This text has white color on #131E19 background.