COLOR #13221B

HEX: #13221B RGB: (19,34,27)

Color info

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

RGB color model

#13221B color RGB value is (19,34,27).

RGB: (19,34,27) (7%, 13%, 11%)

RGB channels and saturation

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

19
34
27

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

Portions of RGB colors in percentages

R + G + B = 19 + 34 + 27 = 80 (100%)
R 19 of 80 ~ 23.75%
G 34 of 80 ~ 42.5%
B 27 of 80 ~ 33.75'%

%23.75
%42.5
%33.75

CMYK color model

#13221B color CMYK value is (44,0,21,87).

  • cyan value is 44.12%
  • magenta value is 0.00%
  • yellow value is 20.59%
  • key color value is 86.67%

CMYK: (44,0,21,87)
C44M0Y21K87 (44%, 0%, 21%, 87%)
(0.44 / 0.00 / 0.21 / 0.87)

CMYK percentages

%44.12
%0
%20.59
%86.67

Codes

Color #13221B in popluar color models

13 22 1B
RGB 19 34 27
HSL 152° 28.30% 10.39%
HSB/HSV 152° 44.12% 13.33%
CMYK 44.12% 0.00% 20.59%
86.67%

Color #13221B in popluar number systems.

HEX 13 22 1B
Decimal 19 34 27
Binary 10011 100010 11011
Octal 23 42 33

Shades and tints

Shades of #13221B

#13221B
(19,34,27)
#121F19
(18,31,25)
#111C17
(17,28,23)
#101915
(16,25,21)
#0F1613
(15,22,19)
#0E1311
(14,19,17)
#0D100F
(13,16,15)
#0C0D0D
(12,13,13)
#0B0A0B
(11,10,11)
#0A0709
(10,7,9)
#090407
(9,4,7)
#000000
(0,0,0)

Tints of #13221B

#13221B
(19,34,27)
#28362F
(40,54,47)
#3D4A43
(61,74,67)
#525E57
(82,94,87)
#67726B
(103,114,107)
#7C867F
(124,134,127)
#919A93
(145,154,147)
#A6AEA7
(166,174,167)
#BBC2BB
(187,194,187)
#D0D6CF
(208,214,207)
#E5EAE3
(229,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13221B; }

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

This text font color is #13221B.

Background Color

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

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

This div background color is #13221B.

Border color

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

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

This div border color is #13221B.

Opacity

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

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

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

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

This text has shadow with #13221B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #13221B.

Preview

Color preview on black background

This text has color #13221B on black background.


Color preview on white background

This text has color #13221B on white background.


Black color preview on #13221B background

This text has black color on #13221B background.


White color preview on #13221B background

This text has white color on #13221B background.


Related colors

Complementary color

Complementary color for #hex is #ECDDE4.


I love getcolorcode.com

Triadic colors

1 #1B1322 and #221B13 with #13221B are triadic colors.

2 #1B2213 and #22131B with #13221B are triadic colors.