COLOR #13121F

HEX: #13121F RGB: (19,18,31)

Color info

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

RGB color model

#13121F color RGB value is (19,18,31).

RGB: (19,18,31) (7%, 7%, 12%)

RGB channels and saturation

R 19 of 255 = 7%
G 18 of 255 = 7%
B 31 of 255 = 12%

19
18
31

R + G + B ~ 9%. #13121F is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 18 + 31 = 68 (100%)
R 19 of 68 ~ 27.94%
G 18 of 68 ~ 26.47%
B 31 of 68 ~ 45.59'%

%27.94
%26.47
%45.59

CMYK color model

#13121F color CMYK value is (39,42,0,88).

  • cyan value is 38.71%
  • magenta value is 41.94%
  • yellow value is 0.00%
  • key color value is 87.84%

CMYK: (39,42,0,88)
C39M42Y0K88 (39%, 42%, 0%, 88%)
(0.39 / 0.42 / 0.00 / 0.88)

CMYK percentages

%38.71
%41.94
%0
%87.84

Codes

Color #13121F in popluar color models

13 12 1F
RGB 19 18 31
HSL 245° 26.53% 9.61%
HSB/HSV 245° 41.94% 12.16%
CMYK 38.71% 41.94% 0.00%
87.84%

Color #13121F in popluar number systems.

HEX 13 12 1F
Decimal 19 18 31
Binary 10011 10010 11111
Octal 23 22 37

Shades and tints

Shades of #13121F

#13121F
(19,18,31)
#12111D
(18,17,29)
#11101B
(17,16,27)
#100F19
(16,15,25)
#0F0E17
(15,14,23)
#0E0D15
(14,13,21)
#0D0C13
(13,12,19)
#0C0B11
(12,11,17)
#0B0A0F
(11,10,15)
#0A090D
(10,9,13)
#09080B
(9,8,11)
#000000
(0,0,0)

Tints of #13121F

#13121F
(19,18,31)
#282733
(40,39,51)
#3D3C47
(61,60,71)
#52515B
(82,81,91)
#67666F
(103,102,111)
#7C7B83
(124,123,131)
#919097
(145,144,151)
#A6A5AB
(166,165,171)
#BBBABF
(187,186,191)
#D0CFD3
(208,207,211)
#E5E4E7
(229,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13121F color. Also use rgb(19,18,31) instead hex code.

Text Font Color

.myTextColor { color: #13121F; }

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

This text font color is #13121F.

Background Color

.myBgColor { background-color: #13121F; }

<div style="background-color:#13121F">Inner text</div>

This div background color is #13121F.

Border color

.myBorderColor { border: 1px solid #13121F; }

<div style="border:3px solid #13121F">Div</div>

This div border color is #13121F.

Opacity

.myOpacity80 { color: #13121F; opacity: 0.8; }

<p style="color:#13121F;opacity:0.8;">80%</p>

Text with #13121F 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 #13121F;}

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

This text has shadow with #13121F color.


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

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

This text has shadow with #13121F primary color and red secondary color.


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

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

This text has shadow with #13121F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #13121F.

Preview

Color preview on black background

This text has color #13121F on black background.


Color preview on white background

This text has color #13121F on white background.


Black color preview on #13121F background

This text has black color on #13121F background.


White color preview on #13121F background

This text has white color on #13121F background.


Related colors

Complementary color

Complementary color for #hex is #ECEDE0.


I love getcolorcode.com

Triadic colors

1 #1F1312 and #121F13 with #13121F are triadic colors.

2 #1F1213 and #12131F with #13121F are triadic colors.