COLOR #131325

HEX: #131325
RGB: (19,19,37)

Color info

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

RGB color model

#131325 color RGB value is (19,19,37).

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

RGB channels and saturation

R 19 of 255 = 7%
G 19 of 255 = 7%
B 37 of 255 = 15%

19
19
37

R + G + B ~ 10%. #131325 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 19 + 37 = 75 (100%)
R 19 of 75 ~ 25.33%
G 19 of 75 ~ 25.33%
B 37 of 75 ~ 49.33%

%25.33
%25.33
%49.33

CMYK color model

#131325 color CMYK value is (49,49,0,85).

  • cyan value is 48.65%
  • magenta value is 48.65%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(49,49,0,85)
C49M49Y0K85 
(49%,49%,0%,85%)
(0.49/0.49/0.00/0.85)	

CMYK percentages

%48.65
%48.65
%0
%85.49

Codes

Color #131325 in popluar color models

131325
RGB191937
HSL240°32.14%10.98%
HSB/HSV240°48.65%14.51%
CMYK48.65%48.65%0.00%
85.49%

Color #131325 in popluar number systems.

HEX131325
Decimal191937
Binary1001110011100101
Octal232345

Shades and tints

Shades of #131325

#131325
(19,19,37)
#121222
(18,18,34)
#11111F
(17,17,31)
#10101C
(16,16,28)
#0F0F19
(15,15,25)
#0E0E16
(14,14,22)
#0D0D13
(13,13,19)
#0C0C10
(12,12,16)
#0B0B0D
(11,11,13)
#0A0A0A
(10,10,10)
#090907
(9,9,7)
#000000
(0,0,0)

Tints of #131325

#131325
(19,19,37)
#282838
(40,40,56)
#3D3D4B
(61,61,75)
#52525E
(82,82,94)
#676771
(103,103,113)
#7C7C84
(124,124,132)
#919197
(145,145,151)
#A6A6AA
(166,166,170)
#BBBBBD
(187,187,189)
#D0D0D0
(208,208,208)
#E5E5E3
(229,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131325; }

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

This text font color is #131325.


Background Color

.myBgColor { background-color: #131325; }

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

This div background color is #131325.


Border color

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

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

This div border color is #131325.


Opacity

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

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

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

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

This text has shadow with #131325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131325 on black background.


Color preview on white background

This text has color #131325 on white background.



Black color preview on #131325 background

This text has black color on #131325 background.


White color preview on #131325 background

This text has white color on #131325 background.