COLOR #1B0D18

HEX: #1B0D18
RGB: (27,13,24)

Color info

#1B0D18 contains red, green and blue colors in about the same proportion. Web safe color of #1B0D18 is #330000 (or #300).

RGB color model

#1B0D18 color RGB value is (27,13,24).

  • red value is 27;
  • green value is 13;
  • blue value is 24.
RGB:
(27,13,24)
(11%,5%,9%)

RGB channels and saturation

R 27 of 255 = 11%
G 13 of 255 = 5%
B 24 of 255 = 9%

27
13
24

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

Portions of RGB colors in percentages

R + G + B =
27 + 13 + 24 = 64 (100%)
R 27 of 64 ~ 42.19%
G 13 of 64 ~ 20.31%
B 24 of 64 ~ 37.5%

%42.19
%20.31
%37.5

CMYK color model

#1B0D18 color CMYK value is (0,52,11,89).

  • cyan value is 0.00%
  • magenta value is 51.85%
  • yellow value is 11.11%
  • key color value is 89.41%
CMYK:
(0,52,11,89)
C0M52Y11K89 
(0%,52%,11%,89%)
(0.00/0.52/0.11/0.89)	

CMYK percentages

%0
%51.85
%11.11
%89.41

Codes

Color #1B0D18 in popluar color models

1B0D18
RGB271324
HSL313°35.00%7.84%
HSB/HSV313°51.85%10.59%
CMYK0.00%51.85%11.11%
89.41%

Color #1B0D18 in popluar number systems.

HEX1B0D18
Decimal271324
Binary11011110111000
Octal331530

Shades and tints

Shades of #1B0D18

#1B0D18
(27,13,24)
#190C16
(25,12,22)
#170B14
(23,11,20)
#150A12
(21,10,18)
#130910
(19,9,16)
#11080E
(17,8,14)
#0F070C
(15,7,12)
#0D060A
(13,6,10)
#0B0508
(11,5,8)
#090406
(9,4,6)
#070304
(7,3,4)
#000000
(0,0,0)

Tints of #1B0D18

#1B0D18
(27,13,24)
#2F232D
(47,35,45)
#433942
(67,57,66)
#574F57
(87,79,87)
#6B656C
(107,101,108)
#7F7B81
(127,123,129)
#939196
(147,145,150)
#A7A7AB
(167,167,171)
#BBBDC0
(187,189,192)
#CFD3D5
(207,211,213)
#E3E9EA
(227,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B0D18; }

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

This text font color is #1B0D18.


Background Color

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

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

This div background color is #1B0D18.


Border color

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

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

This div border color is #1B0D18.


Opacity

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

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

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

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

This text has shadow with #1B0D18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B0D18 on black background.


Color preview on white background

This text has color #1B0D18 on white background.



Black color preview on #1B0D18 background

This text has black color on #1B0D18 background.


White color preview on #1B0D18 background

This text has white color on #1B0D18 background.