COLOR #13201B

HEX: #13201B
RGB: (19,32,27)

Color info

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

RGB color model

#13201B color RGB value is (19,32,27).

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

RGB channels and saturation

R 19 of 255 = 7%
G 32 of 255 = 13%
B 27 of 255 = 11%

19
32
27

R + G + B ~ 10%. #13201B is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 32 + 27 = 78 (100%)
R 19 of 78 ~ 24.36%
G 32 of 78 ~ 41.03%
B 27 of 78 ~ 34.62%

%24.36
%41.03
%34.62

CMYK color model

#13201B color CMYK value is (41,0,16,87).

  • cyan value is 40.63%
  • magenta value is 0.00%
  • yellow value is 15.63%
  • key color value is 87.45%
CMYK: (41,0,16,87) C41M0Y16K87 (41%,0%,16%,87%) (0.41/0.00/0.16/0.87)

CMYK percentages

%40.63
%0
%15.63
%87.45

Codes

Color #13201B in popluar color models

13201B
RGB193227
HSL157°25.49%10.00%
HSB/HSV157°40.63%12.55%
CMYK40.63%0.00%15.63%
87.45%

Color #13201B in popluar number systems.

HEX13201B
Decimal193227
Binary1001110000011011
Octal234033

Shades and tints

Shades of #13201B

#13201B
(19,32,27)
#121E19
(18,30,25)
#111C17
(17,28,23)
#101A15
(16,26,21)
#0F1813
(15,24,19)
#0E1611
(14,22,17)
#0D140F
(13,20,15)
#0C120D
(12,18,13)
#0B100B
(11,16,11)
#0A0E09
(10,14,9)
#090C07
(9,12,7)
#000000
(0,0,0)

Tints of #13201B

#13201B
(19,32,27)
#28342F
(40,52,47)
#3D4843
(61,72,67)
#525C57
(82,92,87)
#67706B
(103,112,107)
#7C847F
(124,132,127)
#919893
(145,152,147)
#A6ACA7
(166,172,167)
#BBC0BB
(187,192,187)
#D0D4CF
(208,212,207)
#E5E8E3
(229,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13201B; }

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

This text font color is #13201B.


Background Color

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

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

This div background color is #13201B.


Border color

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

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

This div border color is #13201B.


Opacity

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

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

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

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

This text has shadow with #13201B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #13201B on black background.


Color preview on white background

This text has color #13201B on white background.



Black color preview on #13201B background

This text has black color on #13201B background.


White color preview on #13201B background

This text has white color on #13201B background.