COLOR #130318

HEX: #130318
RGB: (19,3,24)

Color info

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

RGB color model

#130318 color RGB value is (19,3,24).

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

RGB channels and saturation

R 19 of 255 = 7%
G 3 of 255 = 1%
B 24 of 255 = 9%

19
3
24

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

Portions of RGB colors in percentages

R + G + B =
19 + 3 + 24 = 46 (100%)
R 19 of 46 ~ 41.3%
G 3 of 46 ~ 6.52%
B 24 of 46 ~ 52.17%

%41.3
%52.17

CMYK color model

#130318 color CMYK value is (21,88,0,91).

  • cyan value is 20.83%
  • magenta value is 87.50%
  • yellow value is 0.00%
  • key color value is 90.59%
CMYK:
(21,88,0,91)
C21M88Y0K91 
(21%,88%,0%,91%)
(0.21/0.88/0.00/0.91)	

CMYK percentages

%20.83
%87.5
%0
%90.59

Codes

Color #130318 in popluar color models

130318
RGB19324
HSL286°77.78%5.29%
HSB/HSV286°87.50%9.41%
CMYK20.83%87.50%0.00%
90.59%

Color #130318 in popluar number systems.

HEX130318
Decimal19324
Binary100111111000
Octal23330

Shades and tints

Shades of #130318

#130318
(19,3,24)
#120316
(18,3,22)
#110314
(17,3,20)
#100312
(16,3,18)
#0F0310
(15,3,16)
#0E030E
(14,3,14)
#0D030C
(13,3,12)
#0C030A
(12,3,10)
#0B0308
(11,3,8)
#0A0306
(10,3,6)
#090304
(9,3,4)
#000000
(0,0,0)

Tints of #130318

#130318
(19,3,24)
#28192D
(40,25,45)
#3D2F42
(61,47,66)
#524557
(82,69,87)
#675B6C
(103,91,108)
#7C7181
(124,113,129)
#918796
(145,135,150)
#A69DAB
(166,157,171)
#BBB3C0
(187,179,192)
#D0C9D5
(208,201,213)
#E5DFEA
(229,223,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130318; }

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

This text font color is #130318.


Background Color

.myBgColor { background-color: #130318; }

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

This div background color is #130318.


Border color

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

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

This div border color is #130318.


Opacity

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

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

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

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

This text has shadow with #130318 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130318 on black background.


Color preview on white background

This text has color #130318 on white background.



Black color preview on #130318 background

This text has black color on #130318 background.


White color preview on #130318 background

This text has white color on #130318 background.