COLOR #11090A

HEX: #11090A
RGB: (17,9,10)

Color info

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

RGB color model

#11090A color RGB value is (17,9,10).

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

RGB channels and saturation

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

17
9
10

R + G + B ~ 5%. #11090A is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 9 + 10 = 36 (100%)
R 17 of 36 ~ 47.22%
G 9 of 36 ~ 25%
B 10 of 36 ~ 27.78%

%47.22
%25
%27.78

CMYK color model

#11090A color CMYK value is (0,47,41,93).

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 41.18%
  • key color value is 93.33%
CMYK:
(0,47,41,93)
C0M47Y41K93 
(0%,47%,41%,93%)
(0.00/0.47/0.41/0.93)	

CMYK percentages

%0
%47.06
%41.18
%93.33

Codes

Color #11090A in popluar color models

11090A
RGB17910
HSL353°30.77%5.10%
HSB/HSV353°47.06%6.67%
CMYK0.00%47.06%41.18%
93.33%

Color #11090A in popluar number systems.

HEX11090A
Decimal17910
Binary1000110011010
Octal211112

Shades and tints

Shades of #11090A

#11090A
(17,9,10)
#10090A
(16,9,10)
#0F090A
(15,9,10)
#0E090A
(14,9,10)
#0D090A
(13,9,10)
#0C090A
(12,9,10)
#0B090A
(11,9,10)
#0A090A
(10,9,10)
#09090A
(9,9,10)
#08090A
(8,9,10)
#07090A
(7,9,10)
#000000
(0,0,0)

Tints of #11090A

#11090A
(17,9,10)
#261F20
(38,31,32)
#3B3536
(59,53,54)
#504B4C
(80,75,76)
#656162
(101,97,98)
#7A7778
(122,119,120)
#8F8D8E
(143,141,142)
#A4A3A4
(164,163,164)
#B9B9BA
(185,185,186)
#CECFD0
(206,207,208)
#E3E5E6
(227,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11090A; }

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

This text font color is #11090A.


Background Color

.myBgColor { background-color: #11090A; }

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

This div background color is #11090A.


Border color

.myBorderColor { border: 1px solid #11090A; }

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

This div border color is #11090A.


Opacity

.myOpacity80 { color: #11090A; opacity: 0.8; }

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

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

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

This text has shadow with #11090A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11090A on black background.


Color preview on white background

This text has color #11090A on white background.



Black color preview on #11090A background

This text has black color on #11090A background.


White color preview on #11090A background

This text has white color on #11090A background.