COLOR #130E1F

HEX: #130E1F RGB: (19,14,31)

Color info

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

RGB color model

#130E1F color RGB value is (19,14,31).

RGB: (19,14,31) (7%, 5%, 12%)

RGB channels and saturation

R 19 of 255 = 7%
G 14 of 255 = 5%
B 31 of 255 = 12%

19
14
31

R + G + B ~ 8%. #130E1F is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 14 + 31 = 64 (100%)
R 19 of 64 ~ 29.69%
G 14 of 64 ~ 21.88%
B 31 of 64 ~ 48.44'%

%29.69
%21.88
%48.44

CMYK color model

#130E1F color CMYK value is (39,55,0,88).

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

CMYK: (39,55,0,88)
C39M55Y0K88 (39%, 55%, 0%, 88%)
(0.39 / 0.55 / 0.00 / 0.88)

CMYK percentages

%38.71
%54.84
%0
%87.84

Codes

Color #130E1F in popluar color models

13 0E 1F
RGB 19 14 31
HSL 258° 37.78% 8.82%
HSB/HSV 258° 54.84% 12.16%
CMYK 38.71% 54.84% 0.00%
87.84%

Color #130E1F in popluar number systems.

HEX 13 0E 1F
Decimal 19 14 31
Binary 10011 1110 11111
Octal 23 16 37

Shades and tints

Shades of #130E1F

#130E1F
(19,14,31)
#120D1D
(18,13,29)
#110C1B
(17,12,27)
#100B19
(16,11,25)
#0F0A17
(15,10,23)
#0E0915
(14,9,21)
#0D0813
(13,8,19)
#0C0711
(12,7,17)
#0B060F
(11,6,15)
#0A050D
(10,5,13)
#09040B
(9,4,11)
#000000
(0,0,0)

Tints of #130E1F

#130E1F
(19,14,31)
#282333
(40,35,51)
#3D3847
(61,56,71)
#524D5B
(82,77,91)
#67626F
(103,98,111)
#7C7783
(124,119,131)
#918C97
(145,140,151)
#A6A1AB
(166,161,171)
#BBB6BF
(187,182,191)
#D0CBD3
(208,203,211)
#E5E0E7
(229,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130E1F color. Also use rgb(19,14,31) instead hex code.

Text Font Color

.myTextColor { color: #130E1F; }

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

This text font color is #130E1F.

Background Color

.myBgColor { background-color: #130E1F; }

<div style="background-color:#130E1F">Inner text</div>

This div background color is #130E1F.

Border color

.myBorderColor { border: 1px solid #130E1F; }

<div style="border:3px solid #130E1F">Div</div>

This div border color is #130E1F.

Opacity

.myOpacity80 { color: #130E1F; opacity: 0.8; }

<p style="color:#130E1F;opacity:0.8;">80%</p>

Text with #130E1F 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 #130E1F;}

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

This text has shadow with #130E1F color.


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

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

This text has shadow with #130E1F primary color and red secondary color.


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

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

This text has shadow with #130E1F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #130E1F.

Preview

Color preview on black background

This text has color #130E1F on black background.


Color preview on white background

This text has color #130E1F on white background.


Black color preview on #130E1F background

This text has black color on #130E1F background.


White color preview on #130E1F background

This text has white color on #130E1F background.


Related colors

Complementary color

Complementary color for #hex is #ECF1E0.


I love getcolorcode.com

Triadic colors

1 #1F130E and #0E1F13 with #130E1F are triadic colors.

2 #1F0E13 and #0E131F with #130E1F are triadic colors.