COLOR #131830

HEX: #131830 RGB: (19,24,48)

Color info

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

RGB color model

#131830 color RGB value is (19,24,48).

RGB: (19,24,48) (7%, 9%, 19%)

RGB channels and saturation

R 19 of 255 = 7%
G 24 of 255 = 9%
B 48 of 255 = 19%

19
24
48

R + G + B ~ 12%. #131830 is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 24 + 48 = 91 (100%)
R 19 of 91 ~ 20.88%
G 24 of 91 ~ 26.37%
B 48 of 91 ~ 52.75'%

%20.88
%26.37
%52.75

CMYK color model

#131830 color CMYK value is (60,50,0,81).

  • cyan value is 60.42%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 81.18%

CMYK: (60,50,0,81)
C60M50Y0K81 (60%, 50%, 0%, 81%)
(0.60 / 0.50 / 0.00 / 0.81)

CMYK percentages

%60.42
%50
%0
%81.18

Codes

Color #131830 in popluar color models

13 18 30
RGB 19 24 48
HSL 230° 43.28% 13.14%
HSB/HSV 230° 60.42% 18.82%
CMYK 60.42% 50.00% 0.00%
81.18%

Color #131830 in popluar number systems.

HEX 13 18 30
Decimal 19 24 48
Binary 10011 11000 110000
Octal 23 30 60

Shades and tints

Shades of #131830

#131830
(19,24,48)
#12162C
(18,22,44)
#111428
(17,20,40)
#101224
(16,18,36)
#0F1020
(15,16,32)
#0E0E1C
(14,14,28)
#0D0C18
(13,12,24)
#0C0A14
(12,10,20)
#0B0810
(11,8,16)
#0A060C
(10,6,12)
#090408
(9,4,8)
#000000
(0,0,0)

Tints of #131830

#131830
(19,24,48)
#282D42
(40,45,66)
#3D4254
(61,66,84)
#525766
(82,87,102)
#676C78
(103,108,120)
#7C818A
(124,129,138)
#91969C
(145,150,156)
#A6ABAE
(166,171,174)
#BBC0C0
(187,192,192)
#D0D5D2
(208,213,210)
#E5EAE4
(229,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131830; }

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

This text font color is #131830.

Background Color

.myBgColor { background-color: #131830; }

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

This div background color is #131830.

Border color

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

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

This div border color is #131830.

Opacity

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

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

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

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

This text has shadow with #131830 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #131830.

Preview

Color preview on black background

This text has color #131830 on black background.


Color preview on white background

This text has color #131830 on white background.


Black color preview on #131830 background

This text has black color on #131830 background.


White color preview on #131830 background

This text has white color on #131830 background.


Related colors

Complementary color

Complementary color for #hex is #ECE7CF.


I love getcolorcode.com

Triadic colors

1 #301318 and #183013 with #131830 are triadic colors.

2 #301813 and #181330 with #131830 are triadic colors.