COLOR #1B0011

HEX: #1B0011 RGB: (27,0,17)

Color info

#1B0011 contains only red and blue colors. Web safe color of #1B0011 is #330000 (or #300).

RGB color model

#1B0011 color RGB value is (27,0,17).

RGB: (27,0,17) (11%, 0%, 7%)

RGB channels and saturation

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

27
0
17

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

Portions of RGB colors in percentages

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

%61.36
%38.64

CMYK color model

#1B0011 color CMYK value is (0,100,37,89).

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

CMYK percentages

%0
%100
%37.04
%89.41

Codes

Color #1B0011 in popluar color models

1B 00 11
RGB 27 0 17
HSL 322° 100.00% 5.29%
HSB/HSV 322° 100.00% 10.59%
CMYK 0.00% 100.00% 37.04%
89.41%

Color #1B0011 in popluar number systems.

HEX 1B 00 11
Decimal 27 0 17
Binary 11011 0 10001
Octal 33 0 21

Shades and tints

Shades of #1B0011

#1B0011
(27,0,17)
#190010
(25,0,16)
#17000F
(23,0,15)
#15000E
(21,0,14)
#13000D
(19,0,13)
#11000C
(17,0,12)
#0F000B
(15,0,11)
#0D000A
(13,0,10)
#0B0009
(11,0,9)
#090008
(9,0,8)
#070007
(7,0,7)
#000000
(0,0,0)

Tints of #1B0011

#1B0011
(27,0,17)
#2F1726
(47,23,38)
#432E3B
(67,46,59)
#574550
(87,69,80)
#6B5C65
(107,92,101)
#7F737A
(127,115,122)
#938A8F
(147,138,143)
#A7A1A4
(167,161,164)
#BBB8B9
(187,184,185)
#CFCFCE
(207,207,206)
#E3E6E3
(227,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B0011; }

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

This text font color is #1B0011.

Background Color

.myBgColor { background-color: #1B0011; }

<div style="background-color:#1B0011">Inner text</div>

This div background color is #1B0011.

Border color

.myBorderColor { border: 1px solid #1B0011; }

<div style="border:3px solid #1B0011">Div</div>

This div border color is #1B0011.

Opacity

.myOpacity80 { color: #1B0011; opacity: 0.8; }

<p style="color:#1B0011;opacity:0.8;">80%</p>

Text with #1B0011 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 #1B0011;}

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

This text has shadow with #1B0011 color.


.textShadow {text-shadow: 3px 3px 1px #1B0011', 3px 3px 1px red;}

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

This text has shadow with #1B0011 primary color and red secondary color.


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

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

This text has shadow with #1B0011 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #1B0011; -webkit-box-shadow: 1px 1px 3px 2px #1B0011; box-shadow:1px 1px 3px 2px #1B0011;">
Div content here
</div>

This div box has shadow with color #1B0011.

Preview

Color preview on black background

This text has color #1B0011 on black background.


Color preview on white background

This text has color #1B0011 on white background.


Black color preview on #1B0011 background

This text has black color on #1B0011 background.


White color preview on #1B0011 background

This text has white color on #1B0011 background.


Related colors

Complementary color

Complementary color for #hex is #E4FFEE.


I love getcolorcode.com

Triadic colors

1 #111B00 and #00111B with #1B0011 are triadic colors.

2 #11001B and #001B11 with #1B0011 are triadic colors.