COLOR #131721

HEX: #131721
RGB: (19,23,33)

Color info

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

RGB color model

#131721 color RGB value is (19,23,33).

  • red value is 19;
  • green value is 23;
  • blue value is 33.
RGB:
(19,23,33)
(7%,9%,13%)

RGB channels and saturation

R 19 of 255 = 7%
G 23 of 255 = 9%
B 33 of 255 = 13%

19
23
33

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

Portions of RGB colors in percentages

R + G + B =
19 + 23 + 33 = 75 (100%)
R 19 of 75 ~ 25.33%
G 23 of 75 ~ 30.67%
B 33 of 75 ~ 44%

%25.33
%30.67
%44

CMYK color model

#131721 color CMYK value is (42,30,0,87).

  • cyan value is 42.42%
  • magenta value is 30.30%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(42,30,0,87)
C42M30Y0K87 
(42%,30%,0%,87%)
(0.42/0.30/0.00/0.87)	

CMYK percentages

%42.42
%30.3
%0
%87.06

Codes

Color #131721 in popluar color models

131721
RGB192333
HSL223°26.92%10.20%
HSB/HSV223°42.42%12.94%
CMYK42.42%30.30%0.00%
87.06%

Color #131721 in popluar number systems.

HEX131721
Decimal192333
Binary1001110111100001
Octal232741

Shades and tints

Shades of #131721

#131721
(19,23,33)
#12151E
(18,21,30)
#11131B
(17,19,27)
#101118
(16,17,24)
#0F0F15
(15,15,21)
#0E0D12
(14,13,18)
#0D0B0F
(13,11,15)
#0C090C
(12,9,12)
#0B0709
(11,7,9)
#0A0506
(10,5,6)
#090303
(9,3,3)
#000000
(0,0,0)

Tints of #131721

#131721
(19,23,33)
#282C35
(40,44,53)
#3D4149
(61,65,73)
#52565D
(82,86,93)
#676B71
(103,107,113)
#7C8085
(124,128,133)
#919599
(145,149,153)
#A6AAAD
(166,170,173)
#BBBFC1
(187,191,193)
#D0D4D5
(208,212,213)
#E5E9E9
(229,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131721; }

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

This text font color is #131721.


Background Color

.myBgColor { background-color: #131721; }

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

This div background color is #131721.


Border color

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

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

This div border color is #131721.


Opacity

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

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

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

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

This text has shadow with #131721 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131721 on black background.


Color preview on white background

This text has color #131721 on white background.



Black color preview on #131721 background

This text has black color on #131721 background.


White color preview on #131721 background

This text has white color on #131721 background.