COLOR #131D21

HEX: #131D21
RGB: (19,29,33)

Color info

#131D21 contains red, green and blue colors in about the same proportion. Web safe color of #131D21 is #003333 (or #033).

RGB color model

#131D21 color RGB value is (19,29,33).

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

RGB channels and saturation

R 19 of 255 = 7%
G 29 of 255 = 11%
B 33 of 255 = 13%

19
29
33

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

Portions of RGB colors in percentages

R + G + B =
19 + 29 + 33 = 81 (100%)
R 19 of 81 ~ 23.46%
G 29 of 81 ~ 35.8%
B 33 of 81 ~ 40.74%

%23.46
%35.8
%40.74

CMYK color model

#131D21 color CMYK value is (42,12,0,87).

  • cyan value is 42.42%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(42,12,0,87)
C42M12Y0K87 
(42%,12%,0%,87%)
(0.42/0.12/0.00/0.87)	

CMYK percentages

%42.42
%12.12
%0
%87.06

Codes

Color #131D21 in popluar color models

131D21
RGB192933
HSL197°26.92%10.20%
HSB/HSV197°42.42%12.94%
CMYK42.42%12.12%0.00%
87.06%

Color #131D21 in popluar number systems.

HEX131D21
Decimal192933
Binary1001111101100001
Octal233541

Shades and tints

Shades of #131D21

#131D21
(19,29,33)
#121B1E
(18,27,30)
#11191B
(17,25,27)
#101718
(16,23,24)
#0F1515
(15,21,21)
#0E1312
(14,19,18)
#0D110F
(13,17,15)
#0C0F0C
(12,15,12)
#0B0D09
(11,13,9)
#0A0B06
(10,11,6)
#090903
(9,9,3)
#000000
(0,0,0)

Tints of #131D21

#131D21
(19,29,33)
#283135
(40,49,53)
#3D4549
(61,69,73)
#52595D
(82,89,93)
#676D71
(103,109,113)
#7C8185
(124,129,133)
#919599
(145,149,153)
#A6A9AD
(166,169,173)
#BBBDC1
(187,189,193)
#D0D1D5
(208,209,213)
#E5E5E9
(229,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131D21; }

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

This text font color is #131D21.


Background Color

.myBgColor { background-color: #131D21; }

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

This div background color is #131D21.


Border color

.myBorderColor { border: 1px solid #131D21; }

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

This div border color is #131D21.


Opacity

.myOpacity80 { color: #131D21; opacity: 0.8; }

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

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

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

This text has shadow with #131D21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131D21 on black background.


Color preview on white background

This text has color #131D21 on white background.



Black color preview on #131D21 background

This text has black color on #131D21 background.


White color preview on #131D21 background

This text has white color on #131D21 background.