COLOR #13051C

HEX: #13051C
RGB: (19,5,28)

Color info

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

RGB color model

#13051C color RGB value is (19,5,28).

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

RGB channels and saturation

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

19
5
28

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

Portions of RGB colors in percentages

R + G + B =
19 + 5 + 28 = 52 (100%)
R 19 of 52 ~ 36.54%
G 5 of 52 ~ 9.62%
B 28 of 52 ~ 53.85%

%36.54
%9.62
%53.85

CMYK color model

#13051C color CMYK value is (32,82,0,89).

  • cyan value is 32.14%
  • magenta value is 82.14%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(32,82,0,89)
C32M82Y0K89 
(32%,82%,0%,89%)
(0.32/0.82/0.00/0.89)	

CMYK percentages

%32.14
%82.14
%0
%89.02

Codes

Color #13051C in popluar color models

13051C
RGB19528
HSL277°69.70%6.47%
HSB/HSV277°82.14%10.98%
CMYK32.14%82.14%0.00%
89.02%

Color #13051C in popluar number systems.

HEX13051C
Decimal19528
Binary1001110111100
Octal23534

Shades and tints

Shades of #13051C

#13051C
(19,5,28)
#12051A
(18,5,26)
#110518
(17,5,24)
#100516
(16,5,22)
#0F0514
(15,5,20)
#0E0512
(14,5,18)
#0D0510
(13,5,16)
#0C050E
(12,5,14)
#0B050C
(11,5,12)
#0A050A
(10,5,10)
#090508
(9,5,8)
#000000
(0,0,0)

Tints of #13051C

#13051C
(19,5,28)
#281B30
(40,27,48)
#3D3144
(61,49,68)
#524758
(82,71,88)
#675D6C
(103,93,108)
#7C7380
(124,115,128)
#918994
(145,137,148)
#A69FA8
(166,159,168)
#BBB5BC
(187,181,188)
#D0CBD0
(208,203,208)
#E5E1E4
(229,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13051C; }

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

This text font color is #13051C.


Background Color

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

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

This div background color is #13051C.


Border color

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

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

This div border color is #13051C.


Opacity

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

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

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

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

This text has shadow with #13051C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13051C on black background.


Color preview on white background

This text has color #13051C on white background.



Black color preview on #13051C background

This text has black color on #13051C background.


White color preview on #13051C background

This text has white color on #13051C background.