COLOR #1B0D13

HEX: #1B0D13 RGB: (27,13,19)

Color info

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

RGB color model

#1B0D13 color RGB value is (27,13,19).

RGB: (27,13,19) (11%, 5%, 7%)

RGB channels and saturation

R 27 of 255 = 11%
G 13 of 255 = 5%
B 19 of 255 = 7%

27
13
19

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

Portions of RGB colors in percentages

R + G + B = 27 + 13 + 19 = 59 (100%)
R 27 of 59 ~ 45.76%
G 13 of 59 ~ 22.03%
B 19 of 59 ~ 32.2'%

%45.76
%22.03
%32.2

CMYK color model

#1B0D13 color CMYK value is (0,52,30,89).

  • cyan value is 0.00%
  • magenta value is 51.85%
  • yellow value is 29.63%
  • key color value is 89.41%

CMYK: (0,52,30,89)
C0M52Y30K89 (0%, 52%, 30%, 89%)
(0.00 / 0.52 / 0.30 / 0.89)

CMYK percentages

%0
%51.85
%29.63
%89.41

Codes

Color #1B0D13 in popluar color models

1B 0D 13
RGB 27 13 19
HSL 334° 35.00% 7.84%
HSB/HSV 334° 51.85% 10.59%
CMYK 0.00% 51.85% 29.63%
89.41%

Color #1B0D13 in popluar number systems.

HEX 1B 0D 13
Decimal 27 13 19
Binary 11011 1101 10011
Octal 33 15 23

Shades and tints

Shades of #1B0D13

#1B0D13
(27,13,19)
#190C12
(25,12,18)
#170B11
(23,11,17)
#150A10
(21,10,16)
#13090F
(19,9,15)
#11080E
(17,8,14)
#0F070D
(15,7,13)
#0D060C
(13,6,12)
#0B050B
(11,5,11)
#09040A
(9,4,10)
#070309
(7,3,9)
#000000
(0,0,0)

Tints of #1B0D13

#1B0D13
(27,13,19)
#2F2328
(47,35,40)
#43393D
(67,57,61)
#574F52
(87,79,82)
#6B6567
(107,101,103)
#7F7B7C
(127,123,124)
#939191
(147,145,145)
#A7A7A6
(167,167,166)
#BBBDBB
(187,189,187)
#CFD3D0
(207,211,208)
#E3E9E5
(227,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B0D13; }

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

This text font color is #1B0D13.

Background Color

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

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

This div background color is #1B0D13.

Border color

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

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

This div border color is #1B0D13.

Opacity

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

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

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

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

This text has shadow with #1B0D13 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B0D13.

Preview

Color preview on black background

This text has color #1B0D13 on black background.


Color preview on white background

This text has color #1B0D13 on white background.


Black color preview on #1B0D13 background

This text has black color on #1B0D13 background.


White color preview on #1B0D13 background

This text has white color on #1B0D13 background.


Related colors

Complementary color

Complementary color for #hex is #E4F2EC.


I love getcolorcode.com

Triadic colors

1 #131B0D and #0D131B with #1B0D13 are triadic colors.

2 #130D1B and #0D1B13 with #1B0D13 are triadic colors.