COLOR #11001B

HEX: #11001B
RGB: (17,0,27)

Color info

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

RGB color model

#11001B color RGB value is (17,0,27).

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

RGB channels and saturation

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

17
0
27

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

Portions of RGB colors in percentages

R + G + B =
17 + 0 + 27 = 44 (100%)
R 17 of 44 ~ 38.64%
G 0 of 44 ~ 0%
B 27 of 44 ~ 61.36%

%38.64
%61.36

CMYK color model

#11001B color CMYK value is (37,100,0,89).

  • cyan value is 37.04%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(37,100,0,89)
C37M100Y0K89 
(37%,100%,0%,89%)
(0.37/1.00/0.00/0.89)	

CMYK percentages

%37.04
%100
%0
%89.41

Codes

Color #11001B in popluar color models

11001B
RGB17027
HSL278°100.00%5.29%
HSB/HSV278°100.00%10.59%
CMYK37.04%100.00%0.00%
89.41%

Color #11001B in popluar number systems.

HEX11001B
Decimal17027
Binary10001011011
Octal21033

Shades and tints

Shades of #11001B

#11001B
(17,0,27)
#100019
(16,0,25)
#0F0017
(15,0,23)
#0E0015
(14,0,21)
#0D0013
(13,0,19)
#0C0011
(12,0,17)
#0B000F
(11,0,15)
#0A000D
(10,0,13)
#09000B
(9,0,11)
#080009
(8,0,9)
#070007
(7,0,7)
#000000
(0,0,0)

Tints of #11001B

#11001B
(17,0,27)
#26172F
(38,23,47)
#3B2E43
(59,46,67)
#504557
(80,69,87)
#655C6B
(101,92,107)
#7A737F
(122,115,127)
#8F8A93
(143,138,147)
#A4A1A7
(164,161,167)
#B9B8BB
(185,184,187)
#CECFCF
(206,207,207)
#E3E6E3
(227,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11001B; }

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

This text font color is #11001B.


Background Color

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

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

This div background color is #11001B.


Border color

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

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

This div border color is #11001B.


Opacity

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

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

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

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

This text has shadow with #11001B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11001B on black background.


Color preview on white background

This text has color #11001B on white background.



Black color preview on #11001B background

This text has black color on #11001B background.


White color preview on #11001B background

This text has white color on #11001B background.