COLOR #13301A

HEX: #13301A RGB: (19,48,26)

Color info

#13301A contains red, green and blue colors in about the same proportion. Web safe color of #13301A is #003300 (or #030).

RGB color model

#13301A color RGB value is (19,48,26).

RGB: (19,48,26) (7%, 19%, 10%)

RGB channels and saturation

R 19 of 255 = 7%
G 48 of 255 = 19%
B 26 of 255 = 10%

19
48
26

R + G + B ~ 12%. #13301A is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 48 + 26 = 93 (100%)
R 19 of 93 ~ 20.43%
G 48 of 93 ~ 51.61%
B 26 of 93 ~ 27.96'%

%20.43
%51.61
%27.96

CMYK color model

#13301A color CMYK value is (60,0,46,81).

  • cyan value is 60.42%
  • magenta value is 0.00%
  • yellow value is 45.83%
  • key color value is 81.18%

CMYK: (60,0,46,81)
C60M0Y46K81 (60%, 0%, 46%, 81%)
(0.60 / 0.00 / 0.46 / 0.81)

CMYK percentages

%60.42
%0
%45.83
%81.18

Codes

Color #13301A in popluar color models

13 30 1A
RGB 19 48 26
HSL 134° 43.28% 13.14%
HSB/HSV 134° 60.42% 18.82%
CMYK 60.42% 0.00% 45.83%
81.18%

Color #13301A in popluar number systems.

HEX 13 30 1A
Decimal 19 48 26
Binary 10011 110000 11010
Octal 23 60 32

Shades and tints

Shades of #13301A

#13301A
(19,48,26)
#122C18
(18,44,24)
#112816
(17,40,22)
#102414
(16,36,20)
#0F2012
(15,32,18)
#0E1C10
(14,28,16)
#0D180E
(13,24,14)
#0C140C
(12,20,12)
#0B100A
(11,16,10)
#0A0C08
(10,12,8)
#090806
(9,8,6)
#000000
(0,0,0)

Tints of #13301A

#13301A
(19,48,26)
#28422E
(40,66,46)
#3D5442
(61,84,66)
#526656
(82,102,86)
#67786A
(103,120,106)
#7C8A7E
(124,138,126)
#919C92
(145,156,146)
#A6AEA6
(166,174,166)
#BBC0BA
(187,192,186)
#D0D2CE
(208,210,206)
#E5E4E2
(229,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13301A color. Also use rgb(19,48,26) instead hex code.

Text Font Color

.myTextColor { color: #13301A; }

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

This text font color is #13301A.

Background Color

.myBgColor { background-color: #13301A; }

<div style="background-color:#13301A">Inner text</div>

This div background color is #13301A.

Border color

.myBorderColor { border: 1px solid #13301A; }

<div style="border:3px solid #13301A">Div</div>

This div border color is #13301A.

Opacity

.myOpacity80 { color: #13301A; opacity: 0.8; }

<p style="color:#13301A;opacity:0.8;">80%</p>

Text with #13301A 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 #13301A;}

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

This text has shadow with #13301A color.


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

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

This text has shadow with #13301A primary color and red secondary color.


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

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

This text has shadow with #13301A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #13301A.

Preview

Color preview on black background

This text has color #13301A on black background.


Color preview on white background

This text has color #13301A on white background.


Black color preview on #13301A background

This text has black color on #13301A background.


White color preview on #13301A background

This text has white color on #13301A background.


Related colors

Complementary color

Complementary color for #hex is #ECCFE5.


I love getcolorcode.com

Triadic colors

1 #1A1330 and #301A13 with #13301A are triadic colors.

2 #1A3013 and #30131A with #13301A are triadic colors.