COLOR #13091D

HEX: #13091D
RGB: (19,9,29)

Color info

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

RGB color model

#13091D color RGB value is (19,9,29).

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

RGB channels and saturation

R 19 of 255 = 7%
G 9 of 255 = 4%
B 29 of 255 = 11%

19
9
29

R + G + B ~ 7%. #13091D is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 9 + 29 = 57 (100%)
R 19 of 57 ~ 33.33%
G 9 of 57 ~ 15.79%
B 29 of 57 ~ 50.88%

%33.33
%15.79
%50.88

CMYK color model

#13091D color CMYK value is (34,69,0,89).

  • cyan value is 34.48%
  • magenta value is 68.97%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(34,69,0,89)
C34M69Y0K89 
(34%,69%,0%,89%)
(0.34/0.69/0.00/0.89)	

CMYK percentages

%34.48
%68.97
%0
%88.63

Codes

Color #13091D in popluar color models

13091D
RGB19929
HSL270°52.63%7.45%
HSB/HSV270°68.97%11.37%
CMYK34.48%68.97%0.00%
88.63%

Color #13091D in popluar number systems.

HEX13091D
Decimal19929
Binary10011100111101
Octal231135

Shades and tints

Shades of #13091D

#13091D
(19,9,29)
#12091B
(18,9,27)
#110919
(17,9,25)
#100917
(16,9,23)
#0F0915
(15,9,21)
#0E0913
(14,9,19)
#0D0911
(13,9,17)
#0C090F
(12,9,15)
#0B090D
(11,9,13)
#0A090B
(10,9,11)
#090909
(9,9,9)
#000000
(0,0,0)

Tints of #13091D

#13091D
(19,9,29)
#281F31
(40,31,49)
#3D3545
(61,53,69)
#524B59
(82,75,89)
#67616D
(103,97,109)
#7C7781
(124,119,129)
#918D95
(145,141,149)
#A6A3A9
(166,163,169)
#BBB9BD
(187,185,189)
#D0CFD1
(208,207,209)
#E5E5E5
(229,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13091D color. Also use rgb(19,9,29) instead hex code.

Text Font Color

.myTextColor { color: #13091D; }

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

This text font color is #13091D.


Background Color

.myBgColor { background-color: #13091D; }

<div style="background-color:#13091D">Inner text</div>

This div background color is #13091D.


Border color

.myBorderColor { border: 1px solid #13091D; }

<div style="border:3px solid #13091D">Div</div>

This div border color is #13091D.


Opacity

.myOpacity80 { color: #13091D; opacity: 0.8; }

<p style="color:#13091D;opacity:0.8;">80%</p>

Text with #13091D 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 #13091D;}

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

This text has shadow with #13091D color.

.textShadow {text-shadow: 3px 3px 1px #13091D, 3px 3px 1px red;}

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

This text has shadow with #13091D primary color and red secondary color.


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

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

This text has shadow with #13091D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13091D on black background.


Color preview on white background

This text has color #13091D on white background.



Black color preview on #13091D background

This text has black color on #13091D background.


White color preview on #13091D background

This text has white color on #13091D background.