COLOR #19080D

HEX: #19080D RGB: (25,8,13)

Color info

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

RGB color model

#19080D color RGB value is (25,8,13).

RGB: (25,8,13) (10%, 3%, 5%)

RGB channels and saturation

R 25 of 255 = 10%
G 8 of 255 = 3%
B 13 of 255 = 5%

25
8
13

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

Portions of RGB colors in percentages

R + G + B = 25 + 8 + 13 = 46 (100%)
R 25 of 46 ~ 54.35%
G 8 of 46 ~ 17.39%
B 13 of 46 ~ 28.26'%

%54.35
%17.39
%28.26

CMYK color model

#19080D color CMYK value is (0,68,48,90).

  • cyan value is 0.00%
  • magenta value is 68.00%
  • yellow value is 48.00%
  • key color value is 90.20%
CMYK: (0,68,48,90) C0M68Y48K90 (0%,68%,48%,90%) (0.00/0.68/0.48/0.90) 

CMYK percentages

%0
%68
%48
%90.2

Codes

Color #19080D in popluar color models

19 08 0D
RGB 25 8 13
HSL 342° 51.52% 6.47%
HSB/HSV 342° 68.00% 9.80%
CMYK 0.00% 68.00% 48.00%
90.20%

Color #19080D in popluar number systems.

HEX 19 08 0D
Decimal 25 8 13
Binary 11001 1000 1101
Octal 31 10 15

Shades and tints

Shades of #19080D

#19080D
(25,8,13)
#17080C
(23,8,12)
#15080B
(21,8,11)
#13080A
(19,8,10)
#110809
(17,8,9)
#0F0808
(15,8,8)
#0D0807
(13,8,7)
#0B0806
(11,8,6)
#090805
(9,8,5)
#070804
(7,8,4)
#050803
(5,8,3)
#000000
(0,0,0)

Tints of #19080D

#19080D
(25,8,13)
#2D1E23
(45,30,35)
#413439
(65,52,57)
#554A4F
(85,74,79)
#696065
(105,96,101)
#7D767B
(125,118,123)
#918C91
(145,140,145)
#A5A2A7
(165,162,167)
#B9B8BD
(185,184,189)
#CDCED3
(205,206,211)
#E1E4E9
(225,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19080D color. Also use rgb(25,8,13) instead hex code.

Text Font Color

.myTextColor { color: #19080D; }

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

This text font color is #19080D.

Background Color

.myBgColor { background-color: #19080D; }

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

This div background color is #19080D.

Border color

.myBorderColor { border: 1px solid #19080D; }

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

This div border color is #19080D.

Opacity

.myOpacity80 { color: #19080D; opacity: 0.8; }

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

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

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

This text has shadow with #19080D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #19080D.

Preview

Color preview on black background

This text has color #19080D on black background.


Color preview on white background

This text has color #19080D on white background.


Black color preview on #19080D background

This text has black color on #19080D background.


White color preview on #19080D background

This text has white color on #19080D background.


Related colors

Complementary color

Complementary color for #hex is #E6F7F2.


I love getcolorcode.com

Triadic colors

1 #0D1908 and #080D19 with #19080D are triadic colors.

2 #0D0819 and #08190D with #19080D are triadic colors.