COLOR #190908

HEX: #190908 RGB: (25,9,8)

Color info

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

RGB color model

#190908 color RGB value is (25,9,8).

RGB: (25,9,8) (10%, 4%, 3%)

RGB channels and saturation

R 25 of 255 = 10%
G 9 of 255 = 4%
B 8 of 255 = 3%

25
9
8

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

Portions of RGB colors in percentages

R + G + B = 25 + 9 + 8 = 42 (100%)
R 25 of 42 ~ 59.52%
G 9 of 42 ~ 21.43%
B 8 of 42 ~ 19.05'%

%59.52
%21.43
%19.05

CMYK color model

#190908 color CMYK value is (0,64,68,90).

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

CMYK: (0,64,68,90)
C0M64Y68K90 (0%, 64%, 68%, 90%)
(0.00 / 0.64 / 0.68 / 0.90)

CMYK percentages

%0
%64
%68
%90.2

Codes

Color #190908 in popluar color models

19 09 08
RGB 25 9 8
HSL 51.52% 6.47%
HSB/HSV 68.00% 9.80%
CMYK 0.00% 64.00% 68.00%
90.20%

Color #190908 in popluar number systems.

HEX 19 09 08
Decimal 25 9 8
Binary 11001 1001 1000
Octal 31 11 10

Shades and tints

Shades of #190908

#190908
(25,9,8)
#170908
(23,9,8)
#150908
(21,9,8)
#130908
(19,9,8)
#110908
(17,9,8)
#0F0908
(15,9,8)
#0D0908
(13,9,8)
#0B0908
(11,9,8)
#090908
(9,9,8)
#070908
(7,9,8)
#050908
(5,9,8)
#000000
(0,0,0)

Tints of #190908

#190908
(25,9,8)
#2D1F1E
(45,31,30)
#413534
(65,53,52)
#554B4A
(85,75,74)
#696160
(105,97,96)
#7D7776
(125,119,118)
#918D8C
(145,141,140)
#A5A3A2
(165,163,162)
#B9B9B8
(185,185,184)
#CDCFCE
(205,207,206)
#E1E5E4
(225,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #190908; }

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

This text font color is #190908.

Background Color

.myBgColor { background-color: #190908; }

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

This div background color is #190908.

Border color

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

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

This div border color is #190908.

Opacity

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

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

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

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

This text has shadow with #190908 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #190908.

Preview

Color preview on black background

This text has color #190908 on black background.


Color preview on white background

This text has color #190908 on white background.


Black color preview on #190908 background

This text has black color on #190908 background.


White color preview on #190908 background

This text has white color on #190908 background.


Related colors

Complementary color

Complementary color for #hex is #E6F6F7.


I love getcolorcode.com

Triadic colors

1 #081909 and #090819 with #190908 are triadic colors.

2 #080919 and #091908 with #190908 are triadic colors.