COLOR #1B001B

HEX: #1B001B
RGB: (27,0,27)

Color info

#1B001B contains only red and blue colors. Web safe color of #1B001B is #330033 (or #303).

RGB color model

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

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

RGB channels and saturation

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

27
0
27

R + G + B ~ 7%. #1B001B is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 0 + 27 = 54 (100%)
R 27 of 54 ~ 50%
G 0 of 54 ~ 0%
B 27 of 54 ~ 50%

%50
%50

CMYK color model

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

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

CMYK percentages

%0
%100
%0
%89.41

Codes

Color #1B001B in popluar color models

1B001B
RGB27027
HSL300°100.00%5.29%
HSB/HSV300°100.00%10.59%
CMYK0.00%100.00%0.00%
89.41%

Color #1B001B in popluar number systems.

HEX1B001B
Decimal27027
Binary11011011011
Octal33033

Shades and tints

Shades of #1B001B

#1B001B
(27,0,27)
#190019
(25,0,25)
#170017
(23,0,23)
#150015
(21,0,21)
#130013
(19,0,19)
#110011
(17,0,17)
#0F000F
(15,0,15)
#0D000D
(13,0,13)
#0B000B
(11,0,11)
#090009
(9,0,9)
#070007
(7,0,7)
#000000
(0,0,0)

Tints of #1B001B

#1B001B
(27,0,27)
#2F172F
(47,23,47)
#432E43
(67,46,67)
#574557
(87,69,87)
#6B5C6B
(107,92,107)
#7F737F
(127,115,127)
#938A93
(147,138,147)
#A7A1A7
(167,161,167)
#BBB8BB
(187,184,187)
#CFCFCF
(207,207,207)
#E3E6E3
(227,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B001B; }

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

This text font color is #1B001B.


Background Color

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

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

This div background color is #1B001B.


Border color

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

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

This div border color is #1B001B.


Opacity

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

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

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

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

This text has shadow with #1B001B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B001B on black background.


Color preview on white background

This text has color #1B001B on white background.



Black color preview on #1B001B background

This text has black color on #1B001B background.


White color preview on #1B001B background

This text has white color on #1B001B background.