COLOR #130322

HEX: #130322
RGB: (19,3,34)

Color info

#130322 contains red, green and blue colors in about the same proportion. Web safe color of #130322 is #000033 (or #003).

RGB color model

#130322 color RGB value is (19,3,34).

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

RGB channels and saturation

R 19 of 255 = 7%
G 3 of 255 = 1%
B 34 of 255 = 13%

19
3
34

R + G + B ~ 7%. #130322 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 3 + 34 = 56 (100%)
R 19 of 56 ~ 33.93%
G 3 of 56 ~ 5.36%
B 34 of 56 ~ 60.71%

%33.93
%60.71

CMYK color model

#130322 color CMYK value is (44,91,0,87).

  • cyan value is 44.12%
  • magenta value is 91.18%
  • yellow value is 0.00%
  • key color value is 86.67%
CMYK:
(44,91,0,87)
C44M91Y0K87 
(44%,91%,0%,87%)
(0.44/0.91/0.00/0.87)	

CMYK percentages

%44.12
%91.18
%0
%86.67

Codes

Color #130322 in popluar color models

130322
RGB19334
HSL271°83.78%7.25%
HSB/HSV271°91.18%13.33%
CMYK44.12%91.18%0.00%
86.67%

Color #130322 in popluar number systems.

HEX130322
Decimal19334
Binary1001111100010
Octal23342

Shades and tints

Shades of #130322

#130322
(19,3,34)
#12031F
(18,3,31)
#11031C
(17,3,28)
#100319
(16,3,25)
#0F0316
(15,3,22)
#0E0313
(14,3,19)
#0D0310
(13,3,16)
#0C030D
(12,3,13)
#0B030A
(11,3,10)
#0A0307
(10,3,7)
#090304
(9,3,4)
#000000
(0,0,0)

Tints of #130322

#130322
(19,3,34)
#281936
(40,25,54)
#3D2F4A
(61,47,74)
#52455E
(82,69,94)
#675B72
(103,91,114)
#7C7186
(124,113,134)
#91879A
(145,135,154)
#A69DAE
(166,157,174)
#BBB3C2
(187,179,194)
#D0C9D6
(208,201,214)
#E5DFEA
(229,223,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130322; }

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

This text font color is #130322.


Background Color

.myBgColor { background-color: #130322; }

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

This div background color is #130322.


Border color

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

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

This div border color is #130322.


Opacity

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

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

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

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

This text has shadow with #130322 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130322 on black background.


Color preview on white background

This text has color #130322 on white background.



Black color preview on #130322 background

This text has black color on #130322 background.


White color preview on #130322 background

This text has white color on #130322 background.