COLOR #13090B

HEX: #13090B
RGB: (19,9,11)

Color info

#13090B contains red, green and blue colors in about the same proportion. Web safe color of #13090B is #000000 (or #000).

RGB color model

#13090B color RGB value is (19,9,11).

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

RGB channels and saturation

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

19
9
11

R + G + B ~ 5%. #13090B is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 9 + 11 = 39 (100%)
R 19 of 39 ~ 48.72%
G 9 of 39 ~ 23.08%
B 11 of 39 ~ 28.21%

%48.72
%23.08
%28.21

CMYK color model

#13090B color CMYK value is (0,53,42,93).

  • cyan value is 0.00%
  • magenta value is 52.63%
  • yellow value is 42.11%
  • key color value is 92.55%
CMYK:
(0,53,42,93)
C0M53Y42K93 
(0%,53%,42%,93%)
(0.00/0.53/0.42/0.93)	

CMYK percentages

%0
%52.63
%42.11
%92.55

Codes

Color #13090B in popluar color models

13090B
RGB19911
HSL348°35.71%5.49%
HSB/HSV348°52.63%7.45%
CMYK0.00%52.63%42.11%
92.55%

Color #13090B in popluar number systems.

HEX13090B
Decimal19911
Binary1001110011011
Octal231113

Shades and tints

Shades of #13090B

#13090B
(19,9,11)
#12090A
(18,9,10)
#110909
(17,9,9)
#100908
(16,9,8)
#0F0907
(15,9,7)
#0E0906
(14,9,6)
#0D0905
(13,9,5)
#0C0904
(12,9,4)
#0B0903
(11,9,3)
#0A0902
(10,9,2)
#090901
(9,9,1)
#000000
(0,0,0)

Tints of #13090B

#13090B
(19,9,11)
#281F21
(40,31,33)
#3D3537
(61,53,55)
#524B4D
(82,75,77)
#676163
(103,97,99)
#7C7779
(124,119,121)
#918D8F
(145,141,143)
#A6A3A5
(166,163,165)
#BBB9BB
(187,185,187)
#D0CFD1
(208,207,209)
#E5E5E7
(229,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13090B color. Also use rgb(19,9,11) instead hex code.

Text Font Color

.myTextColor { color: #13090B; }

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

This text font color is #13090B.


Background Color

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

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

This div background color is #13090B.


Border color

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

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

This div border color is #13090B.


Opacity

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

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

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

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

This text has shadow with #13090B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13090B on black background.


Color preview on white background

This text has color #13090B on white background.



Black color preview on #13090B background

This text has black color on #13090B background.


White color preview on #13090B background

This text has white color on #13090B background.