COLOR #190911

HEX: #190911
RGB: (25,9,17)

Color info

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

RGB color model

#190911 color RGB value is (25,9,17).

  • red value is 25;
  • green value is 9;
  • blue value is 17.
RGB:
(25,9,17)
(10%,4%,7%)

RGB channels and saturation

R 25 of 255 = 10%
G 9 of 255 = 4%
B 17 of 255 = 7%

25
9
17

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

Portions of RGB colors in percentages

R + G + B =
25 + 9 + 17 = 51 (100%)
R 25 of 51 ~ 49.02%
G 9 of 51 ~ 17.65%
B 17 of 51 ~ 33.33%

%49.02
%17.65
%33.33

CMYK color model

#190911 color CMYK value is (0,64,32,90).

  • cyan value is 0.00%
  • magenta value is 64.00%
  • yellow value is 32.00%
  • key color value is 90.20%
CMYK:
(0,64,32,90)
C0M64Y32K90 
(0%,64%,32%,90%)
(0.00/0.64/0.32/0.90)	

CMYK percentages

%0
%64
%32
%90.2

Codes

Color #190911 in popluar color models

190911
RGB25917
HSL330°47.06%6.67%
HSB/HSV330°64.00%9.80%
CMYK0.00%64.00%32.00%
90.20%

Color #190911 in popluar number systems.

HEX190911
Decimal25917
Binary11001100110001
Octal311121

Shades and tints

Shades of #190911

#190911
(25,9,17)
#170910
(23,9,16)
#15090F
(21,9,15)
#13090E
(19,9,14)
#11090D
(17,9,13)
#0F090C
(15,9,12)
#0D090B
(13,9,11)
#0B090A
(11,9,10)
#090909
(9,9,9)
#070908
(7,9,8)
#050907
(5,9,7)
#000000
(0,0,0)

Tints of #190911

#190911
(25,9,17)
#2D1F26
(45,31,38)
#41353B
(65,53,59)
#554B50
(85,75,80)
#696165
(105,97,101)
#7D777A
(125,119,122)
#918D8F
(145,141,143)
#A5A3A4
(165,163,164)
#B9B9B9
(185,185,185)
#CDCFCE
(205,207,206)
#E1E5E3
(225,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #190911; }

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

This text font color is #190911.


Background Color

.myBgColor { background-color: #190911; }

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

This div background color is #190911.


Border color

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

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

This div border color is #190911.


Opacity

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

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

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

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

This text has shadow with #190911 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #190911 on black background.


Color preview on white background

This text has color #190911 on white background.



Black color preview on #190911 background

This text has black color on #190911 background.


White color preview on #190911 background

This text has white color on #190911 background.