COLOR #19080F

HEX: #19080F RGB: (25,8,15)

Color info

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

RGB color model

#19080F color RGB value is (25,8,15).

RGB: (25,8,15) (10%, 3%, 6%)

RGB channels and saturation

R 25 of 255 = 10%
G 8 of 255 = 3%
B 15 of 255 = 6%

25
8
15

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

Portions of RGB colors in percentages

R + G + B = 25 + 8 + 15 = 48 (100%)
R 25 of 48 ~ 52.08%
G 8 of 48 ~ 16.67%
B 15 of 48 ~ 31.25'%

%52.08
%16.67
%31.25

CMYK color model

#19080F color CMYK value is (0,68,40,90).

  • cyan value is 0.00%
  • magenta value is 68.00%
  • yellow value is 40.00%
  • key color value is 90.20%

CMYK: (0,68,40,90)
C0M68Y40K90 (0%, 68%, 40%, 90%)
(0.00 / 0.68 / 0.40 / 0.90)

CMYK percentages

%0
%68
%40
%90.2

Codes

Color #19080F in popluar color models

19 08 0F
RGB 25 8 15
HSL 335° 51.52% 6.47%
HSB/HSV 335° 68.00% 9.80%
CMYK 0.00% 68.00% 40.00%
90.20%

Color #19080F in popluar number systems.

HEX 19 08 0F
Decimal 25 8 15
Binary 11001 1000 1111
Octal 31 10 17

Shades and tints

Shades of #19080F

#19080F
(25,8,15)
#17080E
(23,8,14)
#15080D
(21,8,13)
#13080C
(19,8,12)
#11080B
(17,8,11)
#0F080A
(15,8,10)
#0D0809
(13,8,9)
#0B0808
(11,8,8)
#090807
(9,8,7)
#070806
(7,8,6)
#050805
(5,8,5)
#000000
(0,0,0)

Tints of #19080F

#19080F
(25,8,15)
#2D1E24
(45,30,36)
#413439
(65,52,57)
#554A4E
(85,74,78)
#696063
(105,96,99)
#7D7678
(125,118,120)
#918C8D
(145,140,141)
#A5A2A2
(165,162,162)
#B9B8B7
(185,184,183)
#CDCECC
(205,206,204)
#E1E4E1
(225,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #19080F; }

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

This text font color is #19080F.

Background Color

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

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

This div background color is #19080F.

Border color

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

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

This div border color is #19080F.

Opacity

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

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

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

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

This text has shadow with #19080F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #19080F.

Preview

Color preview on black background

This text has color #19080F on black background.


Color preview on white background

This text has color #19080F on white background.


Black color preview on #19080F background

This text has black color on #19080F background.


White color preview on #19080F background

This text has white color on #19080F background.


Related colors

Complementary color

Complementary color for #hex is #E6F7F0.


I love getcolorcode.com

Triadic colors

1 #0F1908 and #080F19 with #19080F are triadic colors.

2 #0F0819 and #08190F with #19080F are triadic colors.