COLOR #13112C

HEX: #13112C RGB: (19,17,44)

Color info

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

RGB color model

#13112C color RGB value is (19,17,44).

RGB: (19,17,44) (7%, 7%, 17%)

RGB channels and saturation

R 19 of 255 = 7%
G 17 of 255 = 7%
B 44 of 255 = 17%

19
17
44

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

Portions of RGB colors in percentages

R + G + B = 19 + 17 + 44 = 80 (100%)
R 19 of 80 ~ 23.75%
G 17 of 80 ~ 21.25%
B 44 of 80 ~ 55'%

%23.75
%21.25
%55

CMYK color model

#13112C color CMYK value is (57,61,0,83).

  • cyan value is 56.82%
  • magenta value is 61.36%
  • yellow value is 0.00%
  • key color value is 82.75%

CMYK: (57,61,0,83)
C57M61Y0K83 (57%, 61%, 0%, 83%)
(0.57 / 0.61 / 0.00 / 0.83)

CMYK percentages

%56.82
%61.36
%0
%82.75

Codes

Color #13112C in popluar color models

13 11 2C
RGB 19 17 44
HSL 244° 44.26% 11.96%
HSB/HSV 244° 61.36% 17.25%
CMYK 56.82% 61.36% 0.00%
82.75%

Color #13112C in popluar number systems.

HEX 13 11 2C
Decimal 19 17 44
Binary 10011 10001 101100
Octal 23 21 54

Shades and tints

Shades of #13112C

#13112C
(19,17,44)
#121028
(18,16,40)
#110F24
(17,15,36)
#100E20
(16,14,32)
#0F0D1C
(15,13,28)
#0E0C18
(14,12,24)
#0D0B14
(13,11,20)
#0C0A10
(12,10,16)
#0B090C
(11,9,12)
#0A0808
(10,8,8)
#090704
(9,7,4)
#000000
(0,0,0)

Tints of #13112C

#13112C
(19,17,44)
#28263F
(40,38,63)
#3D3B52
(61,59,82)
#525065
(82,80,101)
#676578
(103,101,120)
#7C7A8B
(124,122,139)
#918F9E
(145,143,158)
#A6A4B1
(166,164,177)
#BBB9C4
(187,185,196)
#D0CED7
(208,206,215)
#E5E3EA
(229,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13112C color. Also use rgb(19,17,44) instead hex code.

Text Font Color

.myTextColor { color: #13112C; }

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

This text font color is #13112C.

Background Color

.myBgColor { background-color: #13112C; }

<div style="background-color:#13112C">Inner text</div>

This div background color is #13112C.

Border color

.myBorderColor { border: 1px solid #13112C; }

<div style="border:3px solid #13112C">Div</div>

This div border color is #13112C.

Opacity

.myOpacity80 { color: #13112C; opacity: 0.8; }

<p style="color:#13112C;opacity:0.8;">80%</p>

Text with #13112C 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 #13112C;}

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

This text has shadow with #13112C color.


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

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

This text has shadow with #13112C primary color and red secondary color.


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

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

This text has shadow with #13112C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #13112C.

Preview

Color preview on black background

This text has color #13112C on black background.


Color preview on white background

This text has color #13112C on white background.


Black color preview on #13112C background

This text has black color on #13112C background.


White color preview on #13112C background

This text has white color on #13112C background.


Related colors

Complementary color

Complementary color for #hex is #ECEED3.


I love getcolorcode.com

Triadic colors

1 #2C1311 and #112C13 with #13112C are triadic colors.

2 #2C1113 and #11132C with #13112C are triadic colors.