COLOR #131331

HEX: #131331
RGB: (19,19,49)

Color info

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

RGB color model

#131331 color RGB value is (19,19,49).

  • red value is 19;
  • green value is 19;
  • blue value is 49.
RGB:
(19,19,49)
(7%,7%,19%)

RGB channels and saturation

R 19 of 255 = 7%
G 19 of 255 = 7%
B 49 of 255 = 19%

19
19
49

R + G + B ~ 11%. #131331 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 19 + 49 = 87 (100%)
R 19 of 87 ~ 21.84%
G 19 of 87 ~ 21.84%
B 49 of 87 ~ 56.32%

%21.84
%21.84
%56.32

CMYK color model

#131331 color CMYK value is (61,61,0,81).

  • cyan value is 61.22%
  • magenta value is 61.22%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(61,61,0,81)
C61M61Y0K81 
(61%,61%,0%,81%)
(0.61/0.61/0.00/0.81)	

CMYK percentages

%61.22
%61.22
%0
%80.78

Codes

Color #131331 in popluar color models

131331
RGB191949
HSL240°44.12%13.33%
HSB/HSV240°61.22%19.22%
CMYK61.22%61.22%0.00%
80.78%

Color #131331 in popluar number systems.

HEX131331
Decimal191949
Binary1001110011110001
Octal232361

Shades and tints

Shades of #131331

#131331
(19,19,49)
#12122D
(18,18,45)
#111129
(17,17,41)
#101025
(16,16,37)
#0F0F21
(15,15,33)
#0E0E1D
(14,14,29)
#0D0D19
(13,13,25)
#0C0C15
(12,12,21)
#0B0B11
(11,11,17)
#0A0A0D
(10,10,13)
#090909
(9,9,9)
#000000
(0,0,0)

Tints of #131331

#131331
(19,19,49)
#282843
(40,40,67)
#3D3D55
(61,61,85)
#525267
(82,82,103)
#676779
(103,103,121)
#7C7C8B
(124,124,139)
#91919D
(145,145,157)
#A6A6AF
(166,166,175)
#BBBBC1
(187,187,193)
#D0D0D3
(208,208,211)
#E5E5E5
(229,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131331; }

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

This text font color is #131331.


Background Color

.myBgColor { background-color: #131331; }

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

This div background color is #131331.


Border color

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

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

This div border color is #131331.


Opacity

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

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

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

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

This text has shadow with #131331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131331 on black background.


Color preview on white background

This text has color #131331 on white background.



Black color preview on #131331 background

This text has black color on #131331 background.


White color preview on #131331 background

This text has white color on #131331 background.