COLOR #1B0004

HEX: #1B0004
RGB: (27,0,4)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

27
0
4

R + G + B ~ 4%. #1B0004 is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 0 + 4 = 31 (100%)
R 27 of 31 ~ 87.1%
G 0 of 31 ~ 0%
B 4 of 31 ~ 12.9%

%87.1
%12.9

CMYK color model

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

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

CMYK percentages

%0
%100
%85.19
%89.41

Codes

Color #1B0004 in popluar color models

1B0004
RGB2704
HSL351°100.00%5.29%
HSB/HSV351°100.00%10.59%
CMYK0.00%100.00%85.19%
89.41%

Color #1B0004 in popluar number systems.

HEX1B0004
Decimal2704
Binary110110100
Octal3304

Shades and tints

Shades of #1B0004

#1B0004
(27,0,4)
#190004
(25,0,4)
#170004
(23,0,4)
#150004
(21,0,4)
#130004
(19,0,4)
#110004
(17,0,4)
#0F0004
(15,0,4)
#0D0004
(13,0,4)
#0B0004
(11,0,4)
#090004
(9,0,4)
#070004
(7,0,4)
#000000
(0,0,0)

Tints of #1B0004

#1B0004
(27,0,4)
#2F171A
(47,23,26)
#432E30
(67,46,48)
#574546
(87,69,70)
#6B5C5C
(107,92,92)
#7F7372
(127,115,114)
#938A88
(147,138,136)
#A7A19E
(167,161,158)
#BBB8B4
(187,184,180)
#CFCFCA
(207,207,202)
#E3E6E0
(227,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B0004; }

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

This text font color is #1B0004.


Background Color

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

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

This div background color is #1B0004.


Border color

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

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

This div border color is #1B0004.


Opacity

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

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

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

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

This text has shadow with #1B0004 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B0004 on black background.


Color preview on white background

This text has color #1B0004 on white background.



Black color preview on #1B0004 background

This text has black color on #1B0004 background.


White color preview on #1B0004 background

This text has white color on #1B0004 background.