COLOR #130314

HEX: #130314
RGB: (19,3,20)

Color info

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

RGB color model

#130314 color RGB value is (19,3,20).

  • red value is 19;
  • green value is 3;
  • blue value is 20.
RGB:
(19,3,20)
(7%,1%,8%)

RGB channels and saturation

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

19
3
20

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

Portions of RGB colors in percentages

R + G + B =
19 + 3 + 20 = 42 (100%)
R 19 of 42 ~ 45.24%
G 3 of 42 ~ 7.14%
B 20 of 42 ~ 47.62%

%45.24
%47.62

CMYK color model

#130314 color CMYK value is (5,85,0,92).

  • cyan value is 5.00%
  • magenta value is 85.00%
  • yellow value is 0.00%
  • key color value is 92.16%
CMYK:
(5,85,0,92)
C5M85Y0K92 
(5%,85%,0%,92%)
(0.05/0.85/0.00/0.92)	

CMYK percentages

%5
%85
%0
%92.16

Codes

Color #130314 in popluar color models

130314
RGB19320
HSL296°73.91%4.51%
HSB/HSV296°85.00%7.84%
CMYK5.00%85.00%0.00%
92.16%

Color #130314 in popluar number systems.

HEX130314
Decimal19320
Binary100111110100
Octal23324

Shades and tints

Shades of #130314

#130314
(19,3,20)
#120313
(18,3,19)
#110312
(17,3,18)
#100311
(16,3,17)
#0F0310
(15,3,16)
#0E030F
(14,3,15)
#0D030E
(13,3,14)
#0C030D
(12,3,13)
#0B030C
(11,3,12)
#0A030B
(10,3,11)
#09030A
(9,3,10)
#000000
(0,0,0)

Tints of #130314

#130314
(19,3,20)
#281929
(40,25,41)
#3D2F3E
(61,47,62)
#524553
(82,69,83)
#675B68
(103,91,104)
#7C717D
(124,113,125)
#918792
(145,135,146)
#A69DA7
(166,157,167)
#BBB3BC
(187,179,188)
#D0C9D1
(208,201,209)
#E5DFE6
(229,223,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130314; }

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

This text font color is #130314.


Background Color

.myBgColor { background-color: #130314; }

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

This div background color is #130314.


Border color

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

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

This div border color is #130314.


Opacity

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

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

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

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

This text has shadow with #130314 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130314 on black background.


Color preview on white background

This text has color #130314 on white background.



Black color preview on #130314 background

This text has black color on #130314 background.


White color preview on #130314 background

This text has white color on #130314 background.