COLOR #11001C

HEX: #11001C
RGB: (17,0,28)

Color info

#11001C contains only red and blue colors. Web safe color of #11001C is #000033 (or #003).

RGB color model

#11001C color RGB value is (17,0,28).

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

RGB channels and saturation

R 17 of 255 = 7%
G 0 of 255 = 0%
B 28 of 255 = 11%

17
0
28

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

Portions of RGB colors in percentages

R + G + B =
17 + 0 + 28 = 45 (100%)
R 17 of 45 ~ 37.78%
G 0 of 45 ~ 0%
B 28 of 45 ~ 62.22%

%37.78
%62.22

CMYK color model

#11001C color CMYK value is (39,100,0,89).

  • cyan value is 39.29%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(39,100,0,89)
C39M100Y0K89 
(39%,100%,0%,89%)
(0.39/1.00/0.00/0.89)	

CMYK percentages

%39.29
%100
%0
%89.02

Codes

Color #11001C in popluar color models

11001C
RGB17028
HSL276°100.00%5.49%
HSB/HSV276°100.00%10.98%
CMYK39.29%100.00%0.00%
89.02%

Color #11001C in popluar number systems.

HEX11001C
Decimal17028
Binary10001011100
Octal21034

Shades and tints

Shades of #11001C

#11001C
(17,0,28)
#10001A
(16,0,26)
#0F0018
(15,0,24)
#0E0016
(14,0,22)
#0D0014
(13,0,20)
#0C0012
(12,0,18)
#0B0010
(11,0,16)
#0A000E
(10,0,14)
#09000C
(9,0,12)
#08000A
(8,0,10)
#070008
(7,0,8)
#000000
(0,0,0)

Tints of #11001C

#11001C
(17,0,28)
#261730
(38,23,48)
#3B2E44
(59,46,68)
#504558
(80,69,88)
#655C6C
(101,92,108)
#7A7380
(122,115,128)
#8F8A94
(143,138,148)
#A4A1A8
(164,161,168)
#B9B8BC
(185,184,188)
#CECFD0
(206,207,208)
#E3E6E4
(227,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11001C color. Also use rgb(17,0,28) instead hex code.

Text Font Color

.myTextColor { color: #11001C; }

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

This text font color is #11001C.


Background Color

.myBgColor { background-color: #11001C; }

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

This div background color is #11001C.


Border color

.myBorderColor { border: 1px solid #11001C; }

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

This div border color is #11001C.


Opacity

.myOpacity80 { color: #11001C; opacity: 0.8; }

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

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

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

This text has shadow with #11001C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11001C on black background.


Color preview on white background

This text has color #11001C on white background.



Black color preview on #11001C background

This text has black color on #11001C background.


White color preview on #11001C background

This text has white color on #11001C background.