COLOR #141915

HEX: #141915
RGB: (20,25,21)

Color info

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

RGB color model

#141915 color RGB value is (20,25,21).

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

RGB channels and saturation

R 20 of 255 = 8%
G 25 of 255 = 10%
B 21 of 255 = 8%

20
25
21

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

Portions of RGB colors in percentages

R + G + B =
20 + 25 + 21 = 66 (100%)
R 20 of 66 ~ 30.3%
G 25 of 66 ~ 37.88%
B 21 of 66 ~ 31.82%

%30.3
%37.88
%31.82

CMYK color model

#141915 color CMYK value is (20,0,16,90).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 90.20%
CMYK:
(20,0,16,90)
C20M0Y16K90 
(20%,0%,16%,90%)
(0.20/0.00/0.16/0.90)	

CMYK percentages

%20
%0
%16
%90.2

Codes

Color #141915 in popluar color models

141915
RGB202521
HSL132°11.11%8.82%
HSB/HSV132°20.00%9.80%
CMYK20.00%0.00%16.00%
90.20%

Color #141915 in popluar number systems.

HEX141915
Decimal202521
Binary101001100110101
Octal243125

Shades and tints

Shades of #141915

#141915
(20,25,21)
#131714
(19,23,20)
#121513
(18,21,19)
#111312
(17,19,18)
#101111
(16,17,17)
#0F0F10
(15,15,16)
#0E0D0F
(14,13,15)
#0D0B0E
(13,11,14)
#0C090D
(12,9,13)
#0B070C
(11,7,12)
#0A050B
(10,5,11)
#000000
(0,0,0)

Tints of #141915

#141915
(20,25,21)
#292D2A
(41,45,42)
#3E413F
(62,65,63)
#535554
(83,85,84)
#686969
(104,105,105)
#7D7D7E
(125,125,126)
#929193
(146,145,147)
#A7A5A8
(167,165,168)
#BCB9BD
(188,185,189)
#D1CDD2
(209,205,210)
#E6E1E7
(230,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #141915; }

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

This text font color is #141915.


Background Color

.myBgColor { background-color: #141915; }

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

This div background color is #141915.


Border color

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

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

This div border color is #141915.


Opacity

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

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

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

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

This text has shadow with #141915 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141915 on black background.


Color preview on white background

This text has color #141915 on white background.



Black color preview on #141915 background

This text has black color on #141915 background.


White color preview on #141915 background

This text has white color on #141915 background.