COLOR #131823

HEX: #131823 RGB: (19,24,35)

Color info

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

RGB color model

#131823 color RGB value is (19,24,35).

RGB: (19,24,35) (7%, 9%, 14%)

RGB channels and saturation

R 19 of 255 = 7%
G 24 of 255 = 9%
B 35 of 255 = 14%

19
24
35

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

Portions of RGB colors in percentages

R + G + B = 19 + 24 + 35 = 78 (100%)
R 19 of 78 ~ 24.36%
G 24 of 78 ~ 30.77%
B 35 of 78 ~ 44.87'%

%24.36
%30.77
%44.87

CMYK color model

#131823 color CMYK value is (46,31,0,86).

  • cyan value is 45.71%
  • magenta value is 31.43%
  • yellow value is 0.00%
  • key color value is 86.27%

CMYK: (46,31,0,86)
C46M31Y0K86 (46%, 31%, 0%, 86%)
(0.46 / 0.31 / 0.00 / 0.86)

CMYK percentages

%45.71
%31.43
%0
%86.27

Codes

Color #131823 in popluar color models

13 18 23
RGB 19 24 35
HSL 221° 29.63% 10.59%
HSB/HSV 221° 45.71% 13.73%
CMYK 45.71% 31.43% 0.00%
86.27%

Color #131823 in popluar number systems.

HEX 13 18 23
Decimal 19 24 35
Binary 10011 11000 100011
Octal 23 30 43

Shades and tints

Shades of #131823

#131823
(19,24,35)
#121620
(18,22,32)
#11141D
(17,20,29)
#10121A
(16,18,26)
#0F1017
(15,16,23)
#0E0E14
(14,14,20)
#0D0C11
(13,12,17)
#0C0A0E
(12,10,14)
#0B080B
(11,8,11)
#0A0608
(10,6,8)
#090405
(9,4,5)
#000000
(0,0,0)

Tints of #131823

#131823
(19,24,35)
#282D37
(40,45,55)
#3D424B
(61,66,75)
#52575F
(82,87,95)
#676C73
(103,108,115)
#7C8187
(124,129,135)
#91969B
(145,150,155)
#A6ABAF
(166,171,175)
#BBC0C3
(187,192,195)
#D0D5D7
(208,213,215)
#E5EAEB
(229,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131823; }

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

This text font color is #131823.

Background Color

.myBgColor { background-color: #131823; }

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

This div background color is #131823.

Border color

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

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

This div border color is #131823.

Opacity

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

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

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

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

This text has shadow with #131823 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #131823.

Preview

Color preview on black background

This text has color #131823 on black background.


Color preview on white background

This text has color #131823 on white background.


Black color preview on #131823 background

This text has black color on #131823 background.


White color preview on #131823 background

This text has white color on #131823 background.


Related colors

Complementary color

Complementary color for #hex is #ECE7DC.


I love getcolorcode.com

Triadic colors

1 #231318 and #182313 with #131823 are triadic colors.

2 #231813 and #181323 with #131823 are triadic colors.