COLOR #131021

HEX: #131021
RGB: (19,16,33)

Color info

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

RGB color model

#131021 color RGB value is (19,16,33).

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

RGB channels and saturation

R 19 of 255 = 7%
G 16 of 255 = 6%
B 33 of 255 = 13%

19
16
33

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

Portions of RGB colors in percentages

R + G + B =
19 + 16 + 33 = 68 (100%)
R 19 of 68 ~ 27.94%
G 16 of 68 ~ 23.53%
B 33 of 68 ~ 48.53%

%27.94
%23.53
%48.53

CMYK color model

#131021 color CMYK value is (42,52,0,87).

  • cyan value is 42.42%
  • magenta value is 51.52%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(42,52,0,87)
C42M52Y0K87 
(42%,52%,0%,87%)
(0.42/0.52/0.00/0.87)	

CMYK percentages

%42.42
%51.52
%0
%87.06

Codes

Color #131021 in popluar color models

131021
RGB191633
HSL251°34.69%9.61%
HSB/HSV251°51.52%12.94%
CMYK42.42%51.52%0.00%
87.06%

Color #131021 in popluar number systems.

HEX131021
Decimal191633
Binary1001110000100001
Octal232041

Shades and tints

Shades of #131021

#131021
(19,16,33)
#120F1E
(18,15,30)
#110E1B
(17,14,27)
#100D18
(16,13,24)
#0F0C15
(15,12,21)
#0E0B12
(14,11,18)
#0D0A0F
(13,10,15)
#0C090C
(12,9,12)
#0B0809
(11,8,9)
#0A0706
(10,7,6)
#090603
(9,6,3)
#000000
(0,0,0)

Tints of #131021

#131021
(19,16,33)
#282535
(40,37,53)
#3D3A49
(61,58,73)
#524F5D
(82,79,93)
#676471
(103,100,113)
#7C7985
(124,121,133)
#918E99
(145,142,153)
#A6A3AD
(166,163,173)
#BBB8C1
(187,184,193)
#D0CDD5
(208,205,213)
#E5E2E9
(229,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131021; }

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

This text font color is #131021.


Background Color

.myBgColor { background-color: #131021; }

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

This div background color is #131021.


Border color

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

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

This div border color is #131021.


Opacity

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

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

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

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

This text has shadow with #131021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131021 on black background.


Color preview on white background

This text has color #131021 on white background.



Black color preview on #131021 background

This text has black color on #131021 background.


White color preview on #131021 background

This text has white color on #131021 background.