COLOR #190A11

HEX: #190A11
RGB: (25,10,17)

Color info

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

RGB color model

#190A11 color RGB value is (25,10,17).

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

RGB channels and saturation

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

25
10
17

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

Portions of RGB colors in percentages

R + G + B =
25 + 10 + 17 = 52 (100%)
R 25 of 52 ~ 48.08%
G 10 of 52 ~ 19.23%
B 17 of 52 ~ 32.69%

%48.08
%19.23
%32.69

CMYK color model

#190A11 color CMYK value is (0,60,32,90).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 32.00%
  • key color value is 90.20%
CMYK:
(0,60,32,90)
C0M60Y32K90 
(0%,60%,32%,90%)
(0.00/0.60/0.32/0.90)	

CMYK percentages

%0
%60
%32
%90.2

Codes

Color #190A11 in popluar color models

190A11
RGB251017
HSL332°42.86%6.86%
HSB/HSV332°60.00%9.80%
CMYK0.00%60.00%32.00%
90.20%

Color #190A11 in popluar number systems.

HEX190A11
Decimal251017
Binary11001101010001
Octal311221

Shades and tints

Shades of #190A11

#190A11
(25,10,17)
#170A10
(23,10,16)
#150A0F
(21,10,15)
#130A0E
(19,10,14)
#110A0D
(17,10,13)
#0F0A0C
(15,10,12)
#0D0A0B
(13,10,11)
#0B0A0A
(11,10,10)
#090A09
(9,10,9)
#070A08
(7,10,8)
#050A07
(5,10,7)
#000000
(0,0,0)

Tints of #190A11

#190A11
(25,10,17)
#2D2026
(45,32,38)
#41363B
(65,54,59)
#554C50
(85,76,80)
#696265
(105,98,101)
#7D787A
(125,120,122)
#918E8F
(145,142,143)
#A5A4A4
(165,164,164)
#B9BAB9
(185,186,185)
#CDD0CE
(205,208,206)
#E1E6E3
(225,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #190A11; }

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

This text font color is #190A11.


Background Color

.myBgColor { background-color: #190A11; }

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

This div background color is #190A11.


Border color

.myBorderColor { border: 1px solid #190A11; }

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

This div border color is #190A11.


Opacity

.myOpacity80 { color: #190A11; opacity: 0.8; }

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

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

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

This text has shadow with #190A11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #190A11 on black background.


Color preview on white background

This text has color #190A11 on white background.



Black color preview on #190A11 background

This text has black color on #190A11 background.


White color preview on #190A11 background

This text has white color on #190A11 background.