COLOR #19001E

HEX: #19001E RGB: (25,0,30)

Color info

#19001E contains only red and blue colors. Web safe color of #19001E is #000033 (or #003).

RGB color model

#19001E color RGB value is (25,0,30).

RGB: (25,0,30) (10%, 0%, 12%)

RGB channels and saturation

R 25 of 255 = 10%
G 0 of 255 = 0%
B 30 of 255 = 12%

25
0
30

R + G + B ~ 7%. #19001E is dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 0 + 30 = 55 (100%)
R 25 of 55 ~ 45.45%
G 0 of 55 ~ 0%
B 30 of 55 ~ 54.55'%

%45.45
%54.55

CMYK color model

#19001E color CMYK value is (17,100,0,88).

  • cyan value is 16.67%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 88.24%

CMYK: (17,100,0,88)
C17M100Y0K88 (17%, 100%, 0%, 88%)
(0.17 / 1.00 / 0.00 / 0.88)

CMYK percentages

%16.67
%100
%0
%88.24

Codes

Color #19001E in popluar color models

19 00 1E
RGB 25 0 30
HSL 290° 100.00% 5.88%
HSB/HSV 290° 100.00% 11.76%
CMYK 16.67% 100.00% 0.00%
88.24%

Color #19001E in popluar number systems.

HEX 19 00 1E
Decimal 25 0 30
Binary 11001 0 11110
Octal 31 0 36

Shades and tints

Shades of #19001E

#19001E
(25,0,30)
#17001C
(23,0,28)
#15001A
(21,0,26)
#130018
(19,0,24)
#110016
(17,0,22)
#0F0014
(15,0,20)
#0D0012
(13,0,18)
#0B0010
(11,0,16)
#09000E
(9,0,14)
#07000C
(7,0,12)
#05000A
(5,0,10)
#000000
(0,0,0)

Tints of #19001E

#19001E
(25,0,30)
#2D1732
(45,23,50)
#412E46
(65,46,70)
#55455A
(85,69,90)
#695C6E
(105,92,110)
#7D7382
(125,115,130)
#918A96
(145,138,150)
#A5A1AA
(165,161,170)
#B9B8BE
(185,184,190)
#CDCFD2
(205,207,210)
#E1E6E6
(225,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #19001E; }

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

This text font color is #19001E.

Background Color

.myBgColor { background-color: #19001E; }

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

This div background color is #19001E.

Border color

.myBorderColor { border: 1px solid #19001E; }

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

This div border color is #19001E.

Opacity

.myOpacity80 { color: #19001E; opacity: 0.8; }

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

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

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

This text has shadow with #19001E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #19001E.

Preview

Color preview on black background

This text has color #19001E on black background.


Color preview on white background

This text has color #19001E on white background.


Black color preview on #19001E background

This text has black color on #19001E background.


White color preview on #19001E background

This text has white color on #19001E background.


Related colors

Complementary color

Complementary color for #hex is #E6FFE1.


I love getcolorcode.com

Triadic colors

1 #1E1900 and #001E19 with #19001E are triadic colors.

2 #1E0019 and #00191E with #19001E are triadic colors.