COLOR #1B001F

HEX: #1B001F RGB: (27,0,31)

Color info

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

RGB color model

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

RGB: (27,0,31) (11%, 0%, 12%)

RGB channels and saturation

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

27
0
31

R + G + B ~ 8%. #1B001F is dark color.

Portions of RGB colors in percentages

R + G + B = 27 + 0 + 31 = 58 (100%)
R 27 of 58 ~ 46.55%
G 0 of 58 ~ 0%
B 31 of 58 ~ 53.45'%

%46.55
%53.45

CMYK color model

#1B001F color CMYK value is (13,100,0,88).

  • cyan value is 12.90%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK: (13,100,0,88) C13M100Y0K88 (13%,100%,0%,88%) (0.13/1.00/0.00/0.88) 

CMYK percentages

%12.9
%100
%0
%87.84

Codes

Color #1B001F in popluar color models

1B 00 1F
RGB 27 0 31
HSL 292° 100.00% 6.08%
HSB/HSV 292° 100.00% 12.16%
CMYK 12.90% 100.00% 0.00%
87.84%

Color #1B001F in popluar number systems.

HEX 1B 00 1F
Decimal 27 0 31
Binary 11011 0 11111
Octal 33 0 37

Shades and tints

Shades of #1B001F

#1B001F
(27,0,31)
#19001D
(25,0,29)
#17001B
(23,0,27)
#150019
(21,0,25)
#130017
(19,0,23)
#110015
(17,0,21)
#0F0013
(15,0,19)
#0D0011
(13,0,17)
#0B000F
(11,0,15)
#09000D
(9,0,13)
#07000B
(7,0,11)
#000000
(0,0,0)

Tints of #1B001F

#1B001F
(27,0,31)
#2F1733
(47,23,51)
#432E47
(67,46,71)
#57455B
(87,69,91)
#6B5C6F
(107,92,111)
#7F7383
(127,115,131)
#938A97
(147,138,151)
#A7A1AB
(167,161,171)
#BBB8BF
(187,184,191)
#CFCFD3
(207,207,211)
#E3E6E7
(227,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B001F; }

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

This text font color is #1B001F.

Background Color

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

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

This div background color is #1B001F.

Border color

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

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

This div border color is #1B001F.

Opacity

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

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

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

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

This text has shadow with #1B001F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B001F.

Preview

Color preview on black background

This text has color #1B001F on black background.


Color preview on white background

This text has color #1B001F on white background.


Black color preview on #1B001F background

This text has black color on #1B001F background.


White color preview on #1B001F background

This text has white color on #1B001F background.


Related colors

Complementary color

Complementary color for #hex is #E4FFE0.


I love getcolorcode.com

Triadic colors

1 #1F1B00 and #001F1B with #1B001F are triadic colors.

2 #1F001B and #001B1F with #1B001F are triadic colors.