COLOR #131E18

HEX: #131E18
RGB: (19,30,24)

Color info

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

RGB color model

#131E18 color RGB value is (19,30,24).

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

RGB channels and saturation

R 19 of 255 = 7%
G 30 of 255 = 12%
B 24 of 255 = 9%

19
30
24

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

Portions of RGB colors in percentages

R + G + B =
19 + 30 + 24 = 73 (100%)
R 19 of 73 ~ 26.03%
G 30 of 73 ~ 41.1%
B 24 of 73 ~ 32.88%

%26.03
%41.1
%32.88

CMYK color model

#131E18 color CMYK value is (37,0,20,88).

  • cyan value is 36.67%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 88.24%
CMYK: (37,0,20,88) C37M0Y20K88 (37%,0%,20%,88%) (0.37/0.00/0.20/0.88)

CMYK percentages

%36.67
%0
%20
%88.24

Codes

Color #131E18 in popluar color models

131E18
RGB193024
HSL147°22.45%9.61%
HSB/HSV147°36.67%11.76%
CMYK36.67%0.00%20.00%
88.24%

Color #131E18 in popluar number systems.

HEX131E18
Decimal193024
Binary100111111011000
Octal233630

Shades and tints

Shades of #131E18

#131E18
(19,30,24)
#121C16
(18,28,22)
#111A14
(17,26,20)
#101812
(16,24,18)
#0F1610
(15,22,16)
#0E140E
(14,20,14)
#0D120C
(13,18,12)
#0C100A
(12,16,10)
#0B0E08
(11,14,8)
#0A0C06
(10,12,6)
#090A04
(9,10,4)
#000000
(0,0,0)

Tints of #131E18

#131E18
(19,30,24)
#28322D
(40,50,45)
#3D4642
(61,70,66)
#525A57
(82,90,87)
#676E6C
(103,110,108)
#7C8281
(124,130,129)
#919696
(145,150,150)
#A6AAAB
(166,170,171)
#BBBEC0
(187,190,192)
#D0D2D5
(208,210,213)
#E5E6EA
(229,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131E18; }

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

This text font color is #131E18.


Background Color

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

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

This div background color is #131E18.


Border color

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

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

This div border color is #131E18.


Opacity

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

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

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

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

This text has shadow with #131E18 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #131E18 on black background.


Color preview on white background

This text has color #131E18 on white background.



Black color preview on #131E18 background

This text has black color on #131E18 background.


White color preview on #131E18 background

This text has white color on #131E18 background.