COLOR #13131E

HEX: #13131E
RGB: (19,19,30)

Color info

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

RGB color model

#13131E color RGB value is (19,19,30).

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

RGB channels and saturation

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

19
19
30

R + G + B ~ 9%. #13131E is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 19 + 30 = 68 (100%)
R 19 of 68 ~ 27.94%
G 19 of 68 ~ 27.94%
B 30 of 68 ~ 44.12%

%27.94
%27.94
%44.12

CMYK color model

#13131E color CMYK value is (37,37,0,88).

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

CMYK percentages

%36.67
%36.67
%0
%88.24

Codes

Color #13131E in popluar color models

13131E
RGB191930
HSL240°22.45%9.61%
HSB/HSV240°36.67%11.76%
CMYK36.67%36.67%0.00%
88.24%

Color #13131E in popluar number systems.

HEX13131E
Decimal191930
Binary100111001111110
Octal232336

Shades and tints

Shades of #13131E

#13131E
(19,19,30)
#12121C
(18,18,28)
#11111A
(17,17,26)
#101018
(16,16,24)
#0F0F16
(15,15,22)
#0E0E14
(14,14,20)
#0D0D12
(13,13,18)
#0C0C10
(12,12,16)
#0B0B0E
(11,11,14)
#0A0A0C
(10,10,12)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #13131E

#13131E
(19,19,30)
#282832
(40,40,50)
#3D3D46
(61,61,70)
#52525A
(82,82,90)
#67676E
(103,103,110)
#7C7C82
(124,124,130)
#919196
(145,145,150)
#A6A6AA
(166,166,170)
#BBBBBE
(187,187,190)
#D0D0D2
(208,208,210)
#E5E5E6
(229,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13131E; }

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

This text font color is #13131E.


Background Color

.myBgColor { background-color: #13131E; }

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

This div background color is #13131E.


Border color

.myBorderColor { border: 1px solid #13131E; }

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

This div border color is #13131E.


Opacity

.myOpacity80 { color: #13131E; opacity: 0.8; }

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

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

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

This text has shadow with #13131E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13131E on black background.


Color preview on white background

This text has color #13131E on white background.



Black color preview on #13131E background

This text has black color on #13131E background.


White color preview on #13131E background

This text has white color on #13131E background.