COLOR #130F1A

HEX: #130F1A RGB: (19,15,26)

Color info

#130F1A contains red, green and blue colors in about the same proportion. Web safe color of #130F1A is #000000 (or #000).

RGB color model

#130F1A color RGB value is (19,15,26).

RGB: (19,15,26) (7%, 6%, 10%)

RGB channels and saturation

R 19 of 255 = 7%
G 15 of 255 = 6%
B 26 of 255 = 10%

19
15
26

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

Portions of RGB colors in percentages

R + G + B = 19 + 15 + 26 = 60 (100%)
R 19 of 60 ~ 31.67%
G 15 of 60 ~ 25%
B 26 of 60 ~ 43.33'%

%31.67
%25
%43.33

CMYK color model

#130F1A color CMYK value is (27,42,0,90).

  • cyan value is 26.92%
  • magenta value is 42.31%
  • yellow value is 0.00%
  • key color value is 89.80%

CMYK: (27,42,0,90)
C27M42Y0K90 (27%, 42%, 0%, 90%)
(0.27 / 0.42 / 0.00 / 0.90)

CMYK percentages

%26.92
%42.31
%0
%89.8

Codes

Color #130F1A in popluar color models

13 0F 1A
RGB 19 15 26
HSL 262° 26.83% 8.04%
HSB/HSV 262° 42.31% 10.20%
CMYK 26.92% 42.31% 0.00%
89.80%

Color #130F1A in popluar number systems.

HEX 13 0F 1A
Decimal 19 15 26
Binary 10011 1111 11010
Octal 23 17 32

Shades and tints

Shades of #130F1A

#130F1A
(19,15,26)
#120E18
(18,14,24)
#110D16
(17,13,22)
#100C14
(16,12,20)
#0F0B12
(15,11,18)
#0E0A10
(14,10,16)
#0D090E
(13,9,14)
#0C080C
(12,8,12)
#0B070A
(11,7,10)
#0A0608
(10,6,8)
#090506
(9,5,6)
#000000
(0,0,0)

Tints of #130F1A

#130F1A
(19,15,26)
#28242E
(40,36,46)
#3D3942
(61,57,66)
#524E56
(82,78,86)
#67636A
(103,99,106)
#7C787E
(124,120,126)
#918D92
(145,141,146)
#A6A2A6
(166,162,166)
#BBB7BA
(187,183,186)
#D0CCCE
(208,204,206)
#E5E1E2
(229,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130F1A color. Also use rgb(19,15,26) instead hex code.

Text Font Color

.myTextColor { color: #130F1A; }

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

This text font color is #130F1A.

Background Color

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

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

This div background color is #130F1A.

Border color

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

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

This div border color is #130F1A.

Opacity

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

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

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

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

This text has shadow with #130F1A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #130F1A.

Preview

Color preview on black background

This text has color #130F1A on black background.


Color preview on white background

This text has color #130F1A on white background.


Black color preview on #130F1A background

This text has black color on #130F1A background.


White color preview on #130F1A background

This text has white color on #130F1A background.


Related colors

Complementary color

Complementary color for #hex is #ECF0E5.


I love getcolorcode.com

Triadic colors

1 #1A130F and #0F1A13 with #130F1A are triadic colors.

2 #1A0F13 and #0F131A with #130F1A are triadic colors.