COLOR #19121E

HEX: #19121E
RGB: (25,18,30)

Color info

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

RGB color model

#19121E color RGB value is (25,18,30).

  • red value is 25;
  • green value is 18;
  • blue value is 30.
RGB:
(25,18,30)
(10%,7%,12%)

RGB channels and saturation

R 25 of 255 = 10%
G 18 of 255 = 7%
B 30 of 255 = 12%

25
18
30

R + G + B ~ 10%. #19121E is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 18 + 30 = 73 (100%)
R 25 of 73 ~ 34.25%
G 18 of 73 ~ 24.66%
B 30 of 73 ~ 41.1%

%34.25
%24.66
%41.1

CMYK color model

#19121E color CMYK value is (17,40,0,88).

  • cyan value is 16.67%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(17,40,0,88)
C17M40Y0K88 
(17%,40%,0%,88%)
(0.17/0.40/0.00/0.88)	

CMYK percentages

%16.67
%40
%0
%88.24

Codes

Color #19121E in popluar color models

19121E
RGB251830
HSL275°25.00%9.41%
HSB/HSV275°40.00%11.76%
CMYK16.67%40.00%0.00%
88.24%

Color #19121E in popluar number systems.

HEX19121E
Decimal251830
Binary110011001011110
Octal312236

Shades and tints

Shades of #19121E

#19121E
(25,18,30)
#17111C
(23,17,28)
#15101A
(21,16,26)
#130F18
(19,15,24)
#110E16
(17,14,22)
#0F0D14
(15,13,20)
#0D0C12
(13,12,18)
#0B0B10
(11,11,16)
#090A0E
(9,10,14)
#07090C
(7,9,12)
#05080A
(5,8,10)
#000000
(0,0,0)

Tints of #19121E

#19121E
(25,18,30)
#2D2732
(45,39,50)
#413C46
(65,60,70)
#55515A
(85,81,90)
#69666E
(105,102,110)
#7D7B82
(125,123,130)
#919096
(145,144,150)
#A5A5AA
(165,165,170)
#B9BABE
(185,186,190)
#CDCFD2
(205,207,210)
#E1E4E6
(225,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #19121E; }

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

This text font color is #19121E.


Background Color

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

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

This div background color is #19121E.


Border color

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

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

This div border color is #19121E.


Opacity

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

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

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

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

This text has shadow with #19121E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19121E on black background.


Color preview on white background

This text has color #19121E on white background.



Black color preview on #19121E background

This text has black color on #19121E background.


White color preview on #19121E background

This text has white color on #19121E background.