COLOR #13041C

HEX: #13041C
RGB: (19,4,28)

Color info

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

RGB color model

#13041C color RGB value is (19,4,28).

  • red value is 19;
  • green value is 4;
  • blue value is 28.
RGB:
(19,4,28)
(7%,2%,11%)

RGB channels and saturation

R 19 of 255 = 7%
G 4 of 255 = 2%
B 28 of 255 = 11%

19
4
28

R + G + B ~ 7%. #13041C is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 4 + 28 = 51 (100%)
R 19 of 51 ~ 37.25%
G 4 of 51 ~ 7.84%
B 28 of 51 ~ 54.9%

%37.25
%54.9

CMYK color model

#13041C color CMYK value is (32,86,0,89).

  • cyan value is 32.14%
  • magenta value is 85.71%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(32,86,0,89)
C32M86Y0K89 
(32%,86%,0%,89%)
(0.32/0.86/0.00/0.89)	

CMYK percentages

%32.14
%85.71
%0
%89.02

Codes

Color #13041C in popluar color models

13041C
RGB19428
HSL278°75.00%6.27%
HSB/HSV278°85.71%10.98%
CMYK32.14%85.71%0.00%
89.02%

Color #13041C in popluar number systems.

HEX13041C
Decimal19428
Binary1001110011100
Octal23434

Shades and tints

Shades of #13041C

#13041C
(19,4,28)
#12041A
(18,4,26)
#110418
(17,4,24)
#100416
(16,4,22)
#0F0414
(15,4,20)
#0E0412
(14,4,18)
#0D0410
(13,4,16)
#0C040E
(12,4,14)
#0B040C
(11,4,12)
#0A040A
(10,4,10)
#090408
(9,4,8)
#000000
(0,0,0)

Tints of #13041C

#13041C
(19,4,28)
#281A30
(40,26,48)
#3D3044
(61,48,68)
#524658
(82,70,88)
#675C6C
(103,92,108)
#7C7280
(124,114,128)
#918894
(145,136,148)
#A69EA8
(166,158,168)
#BBB4BC
(187,180,188)
#D0CAD0
(208,202,208)
#E5E0E4
(229,224,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13041C color. Also use rgb(19,4,28) instead hex code.

Text Font Color

.myTextColor { color: #13041C; }

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

This text font color is #13041C.


Background Color

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

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

This div background color is #13041C.


Border color

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

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

This div border color is #13041C.


Opacity

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

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

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

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

This text has shadow with #13041C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13041C on black background.


Color preview on white background

This text has color #13041C on white background.



Black color preview on #13041C background

This text has black color on #13041C background.


White color preview on #13041C background

This text has white color on #13041C background.