COLOR #131829

HEX: #131829
RGB: (19,24,41)

Color info

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

RGB color model

#131829 color RGB value is (19,24,41).

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

RGB channels and saturation

R 19 of 255 = 7%
G 24 of 255 = 9%
B 41 of 255 = 16%

19
24
41

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

Portions of RGB colors in percentages

R + G + B =
19 + 24 + 41 = 84 (100%)
R 19 of 84 ~ 22.62%
G 24 of 84 ~ 28.57%
B 41 of 84 ~ 48.81%

%22.62
%28.57
%48.81

CMYK color model

#131829 color CMYK value is (54,41,0,84).

  • cyan value is 53.66%
  • magenta value is 41.46%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(54,41,0,84)
C54M41Y0K84 
(54%,41%,0%,84%)
(0.54/0.41/0.00/0.84)	

CMYK percentages

%53.66
%41.46
%0
%83.92

Codes

Color #131829 in popluar color models

131829
RGB192441
HSL226°36.67%11.76%
HSB/HSV226°53.66%16.08%
CMYK53.66%41.46%0.00%
83.92%

Color #131829 in popluar number systems.

HEX131829
Decimal192441
Binary1001111000101001
Octal233051

Shades and tints

Shades of #131829

#131829
(19,24,41)
#121626
(18,22,38)
#111423
(17,20,35)
#101220
(16,18,32)
#0F101D
(15,16,29)
#0E0E1A
(14,14,26)
#0D0C17
(13,12,23)
#0C0A14
(12,10,20)
#0B0811
(11,8,17)
#0A060E
(10,6,14)
#09040B
(9,4,11)
#000000
(0,0,0)

Tints of #131829

#131829
(19,24,41)
#282D3C
(40,45,60)
#3D424F
(61,66,79)
#525762
(82,87,98)
#676C75
(103,108,117)
#7C8188
(124,129,136)
#91969B
(145,150,155)
#A6ABAE
(166,171,174)
#BBC0C1
(187,192,193)
#D0D5D4
(208,213,212)
#E5EAE7
(229,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131829; }

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

This text font color is #131829.


Background Color

.myBgColor { background-color: #131829; }

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

This div background color is #131829.


Border color

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

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

This div border color is #131829.


Opacity

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

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

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

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

This text has shadow with #131829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131829 on black background.


Color preview on white background

This text has color #131829 on white background.



Black color preview on #131829 background

This text has black color on #131829 background.


White color preview on #131829 background

This text has white color on #131829 background.