COLOR #130114

HEX: #130114 RGB: (19,1,20)

Color info

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

RGB color model

#130114 color RGB value is (19,1,20).

RGB: (19,1,20) (7%, 0%, 8%)

RGB channels and saturation

R 19 of 255 = 7%
G 1 of 255 = 0%
B 20 of 255 = 8%

19
1
20

R + G + B ~ 5%. #130114 is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 1 + 20 = 40 (100%)
R 19 of 40 ~ 47.5%
G 1 of 40 ~ 2.5%
B 20 of 40 ~ 50'%

%47.5
%50

CMYK color model

#130114 color CMYK value is (5,95,0,92).

  • cyan value is 5.00%
  • magenta value is 95.00%
  • yellow value is 0.00%
  • key color value is 92.16%

CMYK: (5,95,0,92)
C5M95Y0K92 (5%, 95%, 0%, 92%)
(0.05 / 0.95 / 0.00 / 0.92)

CMYK percentages

%5
%95
%0
%92.16

Codes

Color #130114 in popluar color models

13 01 14
RGB 19 1 20
HSL 297° 90.48% 4.12%
HSB/HSV 297° 95.00% 7.84%
CMYK 5.00% 95.00% 0.00%
92.16%

Color #130114 in popluar number systems.

HEX 13 01 14
Decimal 19 1 20
Binary 10011 1 10100
Octal 23 1 24

Shades and tints

Shades of #130114

#130114
(19,1,20)
#120113
(18,1,19)
#110112
(17,1,18)
#100111
(16,1,17)
#0F0110
(15,1,16)
#0E010F
(14,1,15)
#0D010E
(13,1,14)
#0C010D
(12,1,13)
#0B010C
(11,1,12)
#0A010B
(10,1,11)
#09010A
(9,1,10)
#000000
(0,0,0)

Tints of #130114

#130114
(19,1,20)
#281829
(40,24,41)
#3D2F3E
(61,47,62)
#524653
(82,70,83)
#675D68
(103,93,104)
#7C747D
(124,116,125)
#918B92
(145,139,146)
#A6A2A7
(166,162,167)
#BBB9BC
(187,185,188)
#D0D0D1
(208,208,209)
#E5E7E6
(229,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130114 color. Also use rgb(19,1,20) instead hex code.

Text Font Color

.myTextColor { color: #130114; }

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

This text font color is #130114.

Background Color

.myBgColor { background-color: #130114; }

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

This div background color is #130114.

Border color

.myBorderColor { border: 1px solid #130114; }

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

This div border color is #130114.

Opacity

.myOpacity80 { color: #130114; opacity: 0.8; }

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

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

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

This text has shadow with #130114 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #130114.

Preview

Color preview on black background

This text has color #130114 on black background.


Color preview on white background

This text has color #130114 on white background.


Black color preview on #130114 background

This text has black color on #130114 background.


White color preview on #130114 background

This text has white color on #130114 background.


Related colors

Complementary color

Complementary color for #hex is #ECFEEB.


I love getcolorcode.com

Triadic colors

1 #141301 and #011413 with #130114 are triadic colors.

2 #140113 and #011314 with #130114 are triadic colors.