COLOR #13081B

HEX: #13081B
RGB: (19,8,27)

Color info

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

RGB color model

#13081B color RGB value is (19,8,27).

  • red value is 19;
  • green value is 8;
  • blue value is 27.
RGB:
(19,8,27)
(7%,3%,11%)

RGB channels and saturation

R 19 of 255 = 7%
G 8 of 255 = 3%
B 27 of 255 = 11%

19
8
27

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

Portions of RGB colors in percentages

R + G + B =
19 + 8 + 27 = 54 (100%)
R 19 of 54 ~ 35.19%
G 8 of 54 ~ 14.81%
B 27 of 54 ~ 50%

%35.19
%14.81
%50

CMYK color model

#13081B color CMYK value is (30,70,0,89).

  • cyan value is 29.63%
  • magenta value is 70.37%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(30,70,0,89)
C30M70Y0K89 
(30%,70%,0%,89%)
(0.30/0.70/0.00/0.89)	

CMYK percentages

%29.63
%70.37
%0
%89.41

Codes

Color #13081B in popluar color models

13081B
RGB19827
HSL275°54.29%6.86%
HSB/HSV275°70.37%10.59%
CMYK29.63%70.37%0.00%
89.41%

Color #13081B in popluar number systems.

HEX13081B
Decimal19827
Binary10011100011011
Octal231033

Shades and tints

Shades of #13081B

#13081B
(19,8,27)
#120819
(18,8,25)
#110817
(17,8,23)
#100815
(16,8,21)
#0F0813
(15,8,19)
#0E0811
(14,8,17)
#0D080F
(13,8,15)
#0C080D
(12,8,13)
#0B080B
(11,8,11)
#0A0809
(10,8,9)
#090807
(9,8,7)
#000000
(0,0,0)

Tints of #13081B

#13081B
(19,8,27)
#281E2F
(40,30,47)
#3D3443
(61,52,67)
#524A57
(82,74,87)
#67606B
(103,96,107)
#7C767F
(124,118,127)
#918C93
(145,140,147)
#A6A2A7
(166,162,167)
#BBB8BB
(187,184,187)
#D0CECF
(208,206,207)
#E5E4E3
(229,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13081B color. Also use rgb(19,8,27) instead hex code.

Text Font Color

.myTextColor { color: #13081B; }

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

This text font color is #13081B.


Background Color

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

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

This div background color is #13081B.


Border color

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

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

This div border color is #13081B.


Opacity

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

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

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

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

This text has shadow with #13081B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13081B on black background.


Color preview on white background

This text has color #13081B on white background.



Black color preview on #13081B background

This text has black color on #13081B background.


White color preview on #13081B background

This text has white color on #13081B background.