COLOR #140019

HEX: #140019 RGB: (20,0,25)

Color info

#140019 contains only red and blue colors. Web safe color of #140019 is #000000 (or #000).

RGB color model

#140019 color RGB value is (20,0,25).

RGB: (20,0,25) (8%, 0%, 10%)

RGB channels and saturation

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

20
0
25

R + G + B ~ 6%. #140019 is dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 0 + 25 = 45 (100%)
R 20 of 45 ~ 44.44%
G 0 of 45 ~ 0%
B 25 of 45 ~ 55.56'%

%44.44
%55.56

CMYK color model

#140019 color CMYK value is (20,100,0,90).

  • cyan value is 20.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK: (20,100,0,90) C20M100Y0K90 (20%,100%,0%,90%) (0.20/1.00/0.00/0.90) 

CMYK percentages

%20
%100
%0
%90.2

Codes

Color #140019 in popluar color models

14 00 19
RGB 20 0 25
HSL 288° 100.00% 4.90%
HSB/HSV 288° 100.00% 9.80%
CMYK 20.00% 100.00% 0.00%
90.20%

Color #140019 in popluar number systems.

HEX 14 00 19
Decimal 20 0 25
Binary 10100 0 11001
Octal 24 0 31

Shades and tints

Shades of #140019

#140019
(20,0,25)
#130017
(19,0,23)
#120015
(18,0,21)
#110013
(17,0,19)
#100011
(16,0,17)
#0F000F
(15,0,15)
#0E000D
(14,0,13)
#0D000B
(13,0,11)
#0C0009
(12,0,9)
#0B0007
(11,0,7)
#0A0005
(10,0,5)
#000000
(0,0,0)

Tints of #140019

#140019
(20,0,25)
#29172D
(41,23,45)
#3E2E41
(62,46,65)
#534555
(83,69,85)
#685C69
(104,92,105)
#7D737D
(125,115,125)
#928A91
(146,138,145)
#A7A1A5
(167,161,165)
#BCB8B9
(188,184,185)
#D1CFCD
(209,207,205)
#E6E6E1
(230,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #140019; }

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

This text font color is #140019.

Background Color

.myBgColor { background-color: #140019; }

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

This div background color is #140019.

Border color

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

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

This div border color is #140019.

Opacity

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

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

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

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

This text has shadow with #140019 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #140019.

Preview

Color preview on black background

This text has color #140019 on black background.


Color preview on white background

This text has color #140019 on white background.


Black color preview on #140019 background

This text has black color on #140019 background.


White color preview on #140019 background

This text has white color on #140019 background.


Related colors

Complementary color

Complementary color for #hex is #EBFFE6.


I love getcolorcode.com

Triadic colors

1 #191400 and #001914 with #140019 are triadic colors.

2 #190014 and #001419 with #140019 are triadic colors.