COLOR #13212B

HEX: #13212B
RGB: (19,33,43)

Color info

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

RGB color model

#13212B color RGB value is (19,33,43).

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

RGB channels and saturation

R 19 of 255 = 7%
G 33 of 255 = 13%
B 43 of 255 = 17%

19
33
43

R + G + B ~ 12%. #13212B is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 33 + 43 = 95 (100%)
R 19 of 95 ~ 20%
G 33 of 95 ~ 34.74%
B 43 of 95 ~ 45.26%

%20
%34.74
%45.26

CMYK color model

#13212B color CMYK value is (56,23,0,83).

  • cyan value is 55.81%
  • magenta value is 23.26%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(56,23,0,83)
C56M23Y0K83 
(56%,23%,0%,83%)
(0.56/0.23/0.00/0.83)	

CMYK percentages

%55.81
%23.26
%0
%83.14

Codes

Color #13212B in popluar color models

13212B
RGB193343
HSL205°38.71%12.16%
HSB/HSV205°55.81%16.86%
CMYK55.81%23.26%0.00%
83.14%

Color #13212B in popluar number systems.

HEX13212B
Decimal193343
Binary10011100001101011
Octal234153

Shades and tints

Shades of #13212B

#13212B
(19,33,43)
#121E28
(18,30,40)
#111B25
(17,27,37)
#101822
(16,24,34)
#0F151F
(15,21,31)
#0E121C
(14,18,28)
#0D0F19
(13,15,25)
#0C0C16
(12,12,22)
#0B0913
(11,9,19)
#0A0610
(10,6,16)
#09030D
(9,3,13)
#000000
(0,0,0)

Tints of #13212B

#13212B
(19,33,43)
#28353E
(40,53,62)
#3D4951
(61,73,81)
#525D64
(82,93,100)
#677177
(103,113,119)
#7C858A
(124,133,138)
#91999D
(145,153,157)
#A6ADB0
(166,173,176)
#BBC1C3
(187,193,195)
#D0D5D6
(208,213,214)
#E5E9E9
(229,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13212B; }

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

This text font color is #13212B.


Background Color

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

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

This div background color is #13212B.


Border color

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

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

This div border color is #13212B.


Opacity

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

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

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

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

This text has shadow with #13212B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13212B on black background.


Color preview on white background

This text has color #13212B on white background.



Black color preview on #13212B background

This text has black color on #13212B background.


White color preview on #13212B background

This text has white color on #13212B background.