COLOR #13292B

HEX: #13292B
RGB: (19,41,43)

Color info

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

RGB color model

#13292B color RGB value is (19,41,43).

  • red value is 19;
  • green value is 41;
  • blue value is 43.
RGB:
(19,41,43)
(7%,16%,17%)

RGB channels and saturation

R 19 of 255 = 7%
G 41 of 255 = 16%
B 43 of 255 = 17%

19
41
43

R + G + B ~ 13%. #13292B is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 41 + 43 = 103 (100%)
R 19 of 103 ~ 18.45%
G 41 of 103 ~ 39.81%
B 43 of 103 ~ 41.75%

%18.45
%39.81
%41.75

CMYK color model

#13292B color CMYK value is (56,5,0,83).

  • cyan value is 55.81%
  • magenta value is 4.65%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(56,5,0,83)
C56M5Y0K83 
(56%,5%,0%,83%)
(0.56/0.05/0.00/0.83)	

CMYK percentages

%55.81
%4.65
%0
%83.14

Codes

Color #13292B in popluar color models

13292B
RGB194143
HSL185°38.71%12.16%
HSB/HSV185°55.81%16.86%
CMYK55.81%4.65%0.00%
83.14%

Color #13292B in popluar number systems.

HEX13292B
Decimal194143
Binary10011101001101011
Octal235153

Shades and tints

Shades of #13292B

#13292B
(19,41,43)
#122628
(18,38,40)
#112325
(17,35,37)
#102022
(16,32,34)
#0F1D1F
(15,29,31)
#0E1A1C
(14,26,28)
#0D1719
(13,23,25)
#0C1416
(12,20,22)
#0B1113
(11,17,19)
#0A0E10
(10,14,16)
#090B0D
(9,11,13)
#000000
(0,0,0)

Tints of #13292B

#13292B
(19,41,43)
#283C3E
(40,60,62)
#3D4F51
(61,79,81)
#526264
(82,98,100)
#677577
(103,117,119)
#7C888A
(124,136,138)
#919B9D
(145,155,157)
#A6AEB0
(166,174,176)
#BBC1C3
(187,193,195)
#D0D4D6
(208,212,214)
#E5E7E9
(229,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13292B color. Also use rgb(19,41,43) instead hex code.

Text Font Color

.myTextColor { color: #13292B; }

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

This text font color is #13292B.


Background Color

.myBgColor { background-color: #13292B; }

<div style="background-color:#13292B">Inner text</div>

This div background color is #13292B.


Border color

.myBorderColor { border: 1px solid #13292B; }

<div style="border:3px solid #13292B">Div</div>

This div border color is #13292B.


Opacity

.myOpacity80 { color: #13292B; opacity: 0.8; }

<p style="color:#13292B;opacity:0.8;">80%</p>

Text with #13292B 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 #13292B;}

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

This text has shadow with #13292B color.

.textShadow {text-shadow: 3px 3px 1px #13292B, 3px 3px 1px red;}

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

This text has shadow with #13292B primary color and red secondary color.


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

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

This text has shadow with #13292B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13292B on black background.


Color preview on white background

This text has color #13292B on white background.



Black color preview on #13292B background

This text has black color on #13292B background.


White color preview on #13292B background

This text has white color on #13292B background.