COLOR #131124

HEX: #131124 RGB: (19,17,36)

Color info

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

RGB color model

#131124 color RGB value is (19,17,36).

RGB: (19,17,36) (7%, 7%, 14%)

RGB channels and saturation

R 19 of 255 = 7%
G 17 of 255 = 7%
B 36 of 255 = 14%

19
17
36

R + G + B ~ 9%. #131124 is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 17 + 36 = 72 (100%)
R 19 of 72 ~ 26.39%
G 17 of 72 ~ 23.61%
B 36 of 72 ~ 50'%

%26.39
%23.61
%50

CMYK color model

#131124 color CMYK value is (47,53,0,86).

  • cyan value is 47.22%
  • magenta value is 52.78%
  • yellow value is 0.00%
  • key color value is 85.88%

CMYK: (47,53,0,86)
C47M53Y0K86 (47%, 53%, 0%, 86%)
(0.47 / 0.53 / 0.00 / 0.86)

CMYK percentages

%47.22
%52.78
%0
%85.88

Codes

Color #131124 in popluar color models

13 11 24
RGB 19 17 36
HSL 246° 35.85% 10.39%
HSB/HSV 246° 52.78% 14.12%
CMYK 47.22% 52.78% 0.00%
85.88%

Color #131124 in popluar number systems.

HEX 13 11 24
Decimal 19 17 36
Binary 10011 10001 100100
Octal 23 21 44

Shades and tints

Shades of #131124

#131124
(19,17,36)
#121021
(18,16,33)
#110F1E
(17,15,30)
#100E1B
(16,14,27)
#0F0D18
(15,13,24)
#0E0C15
(14,12,21)
#0D0B12
(13,11,18)
#0C0A0F
(12,10,15)
#0B090C
(11,9,12)
#0A0809
(10,8,9)
#090706
(9,7,6)
#000000
(0,0,0)

Tints of #131124

#131124
(19,17,36)
#282637
(40,38,55)
#3D3B4A
(61,59,74)
#52505D
(82,80,93)
#676570
(103,101,112)
#7C7A83
(124,122,131)
#918F96
(145,143,150)
#A6A4A9
(166,164,169)
#BBB9BC
(187,185,188)
#D0CECF
(208,206,207)
#E5E3E2
(229,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131124; }

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

This text font color is #131124.

Background Color

.myBgColor { background-color: #131124; }

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

This div background color is #131124.

Border color

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

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

This div border color is #131124.

Opacity

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

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

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

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

This text has shadow with #131124 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #131124.

Preview

Color preview on black background

This text has color #131124 on black background.


Color preview on white background

This text has color #131124 on white background.


Black color preview on #131124 background

This text has black color on #131124 background.


White color preview on #131124 background

This text has white color on #131124 background.


Related colors

Complementary color

Complementary color for #hex is #ECEEDB.


I love getcolorcode.com

Triadic colors

1 #241311 and #112413 with #131124 are triadic colors.

2 #241113 and #111324 with #131124 are triadic colors.