COLOR #130A11

HEX: #130A11 RGB: (19,10,17)

Color info

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

RGB color model

#130A11 color RGB value is (19,10,17).

RGB: (19,10,17) (7%, 4%, 7%)

RGB channels and saturation

R 19 of 255 = 7%
G 10 of 255 = 4%
B 17 of 255 = 7%

19
10
17

R + G + B ~ 6%. #130A11 is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 10 + 17 = 46 (100%)
R 19 of 46 ~ 41.3%
G 10 of 46 ~ 21.74%
B 17 of 46 ~ 36.96'%

%41.3
%21.74
%36.96

CMYK color model

#130A11 color CMYK value is (0,47,11,93).

  • cyan value is 0.00%
  • magenta value is 47.37%
  • yellow value is 10.53%
  • key color value is 92.55%
CMYK: (0,47,11,93) C0M47Y11K93 (0%,47%,11%,93%) (0.00/0.47/0.11/0.93) 

CMYK percentages

%0
%47.37
%10.53
%92.55

Codes

Color #130A11 in popluar color models

13 0A 11
RGB 19 10 17
HSL 313° 31.03% 5.69%
HSB/HSV 313° 47.37% 7.45%
CMYK 0.00% 47.37% 10.53%
92.55%

Color #130A11 in popluar number systems.

HEX 13 0A 11
Decimal 19 10 17
Binary 10011 1010 10001
Octal 23 12 21

Shades and tints

Shades of #130A11

#130A11
(19,10,17)
#120A10
(18,10,16)
#110A0F
(17,10,15)
#100A0E
(16,10,14)
#0F0A0D
(15,10,13)
#0E0A0C
(14,10,12)
#0D0A0B
(13,10,11)
#0C0A0A
(12,10,10)
#0B0A09
(11,10,9)
#0A0A08
(10,10,8)
#090A07
(9,10,7)
#000000
(0,0,0)

Tints of #130A11

#130A11
(19,10,17)
#282026
(40,32,38)
#3D363B
(61,54,59)
#524C50
(82,76,80)
#676265
(103,98,101)
#7C787A
(124,120,122)
#918E8F
(145,142,143)
#A6A4A4
(166,164,164)
#BBBAB9
(187,186,185)
#D0D0CE
(208,208,206)
#E5E6E3
(229,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130A11 color. Also use rgb(19,10,17) instead hex code.

Text Font Color

.myTextColor { color: #130A11; }

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

This text font color is #130A11.

Background Color

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

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

This div background color is #130A11.

Border color

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

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

This div border color is #130A11.

Opacity

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

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

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

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

This text has shadow with #130A11 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #130A11.

Preview

Color preview on black background

This text has color #130A11 on black background.


Color preview on white background

This text has color #130A11 on white background.


Black color preview on #130A11 background

This text has black color on #130A11 background.


White color preview on #130A11 background

This text has white color on #130A11 background.


Related colors

Complementary color

Complementary color for #hex is #ECF5EE.


I love getcolorcode.com

Triadic colors

1 #11130A and #0A1113 with #130A11 are triadic colors.

2 #110A13 and #0A1311 with #130A11 are triadic colors.