COLOR #11000A

HEX: #11000A
RGB: (17,0,10)

Color info

#11000A contains only red and blue colors. Web safe color of #11000A is #000000 (or #000).

RGB color model

#11000A color RGB value is (17,0,10).

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

RGB channels and saturation

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

17
0
10

R + G + B ~ 4%. #11000A is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 0 + 10 = 27 (100%)
R 17 of 27 ~ 62.96%
G 0 of 27 ~ 0%
B 10 of 27 ~ 37.04%

%62.96
%37.04

CMYK color model

#11000A color CMYK value is (0,100,41,93).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 41.18%
  • key color value is 93.33%
CMYK:
(0,100,41,93)
C0M100Y41K93 
(0%,100%,41%,93%)
(0.00/1.00/0.41/0.93)	

CMYK percentages

%0
%100
%41.18
%93.33

Codes

Color #11000A in popluar color models

11000A
RGB17010
HSL325°100.00%3.33%
HSB/HSV325°100.00%6.67%
CMYK0.00%100.00%41.18%
93.33%

Color #11000A in popluar number systems.

HEX11000A
Decimal17010
Binary1000101010
Octal21012

Shades and tints

Shades of #11000A

#11000A
(17,0,10)
#10000A
(16,0,10)
#0F000A
(15,0,10)
#0E000A
(14,0,10)
#0D000A
(13,0,10)
#0C000A
(12,0,10)
#0B000A
(11,0,10)
#0A000A
(10,0,10)
#09000A
(9,0,10)
#08000A
(8,0,10)
#07000A
(7,0,10)
#000000
(0,0,0)

Tints of #11000A

#11000A
(17,0,10)
#261720
(38,23,32)
#3B2E36
(59,46,54)
#50454C
(80,69,76)
#655C62
(101,92,98)
#7A7378
(122,115,120)
#8F8A8E
(143,138,142)
#A4A1A4
(164,161,164)
#B9B8BA
(185,184,186)
#CECFD0
(206,207,208)
#E3E6E6
(227,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11000A; }

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

This text font color is #11000A.


Background Color

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

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

This div background color is #11000A.


Border color

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

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

This div border color is #11000A.


Opacity

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

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

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

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

This text has shadow with #11000A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11000A on black background.


Color preview on white background

This text has color #11000A on white background.



Black color preview on #11000A background

This text has black color on #11000A background.


White color preview on #11000A background

This text has white color on #11000A background.