COLOR #101519

HEX: #101519
RGB: (16,21,25)

Color info

#101519 contains red, green and blue colors in about the same proportion. Web safe color of #101519 is #000000 (or #000).

RGB color model

#101519 color RGB value is (16,21,25).

  • red value is 16;
  • green value is 21;
  • blue value is 25.
RGB:
(16,21,25)
(6%,8%,10%)

RGB channels and saturation

R 16 of 255 = 6%
G 21 of 255 = 8%
B 25 of 255 = 10%

16
21
25

R + G + B ~ 8%. #101519 is dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 21 + 25 = 62 (100%)
R 16 of 62 ~ 25.81%
G 21 of 62 ~ 33.87%
B 25 of 62 ~ 40.32%

%25.81
%33.87
%40.32

CMYK color model

#101519 color CMYK value is (36,16,0,90).

  • cyan value is 36.00%
  • magenta value is 16.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(36,16,0,90)
C36M16Y0K90 
(36%,16%,0%,90%)
(0.36/0.16/0.00/0.90)	

CMYK percentages

%36
%16
%0
%90.2

Codes

Color #101519 in popluar color models

101519
RGB162125
HSL207°21.95%8.04%
HSB/HSV207°36.00%9.80%
CMYK36.00%16.00%0.00%
90.20%

Color #101519 in popluar number systems.

HEX101519
Decimal162125
Binary100001010111001
Octal202531

Shades and tints

Shades of #101519

#101519
(16,21,25)
#0F1417
(15,20,23)
#0E1315
(14,19,21)
#0D1213
(13,18,19)
#0C1111
(12,17,17)
#0B100F
(11,16,15)
#0A0F0D
(10,15,13)
#090E0B
(9,14,11)
#080D09
(8,13,9)
#070C07
(7,12,7)
#060B05
(6,11,5)
#000000
(0,0,0)

Tints of #101519

#101519
(16,21,25)
#252A2D
(37,42,45)
#3A3F41
(58,63,65)
#4F5455
(79,84,85)
#646969
(100,105,105)
#797E7D
(121,126,125)
#8E9391
(142,147,145)
#A3A8A5
(163,168,165)
#B8BDB9
(184,189,185)
#CDD2CD
(205,210,205)
#E2E7E1
(226,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #101519 color. Also use rgb(16,21,25) instead hex code.

Text Font Color

.myTextColor { color: #101519; }

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

This text font color is #101519.


Background Color

.myBgColor { background-color: #101519; }

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

This div background color is #101519.


Border color

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

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

This div border color is #101519.


Opacity

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

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

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

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

This text has shadow with #101519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #101519 on black background.


Color preview on white background

This text has color #101519 on white background.



Black color preview on #101519 background

This text has black color on #101519 background.


White color preview on #101519 background

This text has white color on #101519 background.