COLOR #1B130D

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

27
19
13

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

Portions of RGB colors in percentages

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

%45.76
%32.2
%22.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.63%
  • yellow value is 51.85%
  • key color value is 89.41%
CMYK:
(0,30,52,89)
C0M30Y52K89 
(0%,30%,52%,89%)
(0.00/0.30/0.52/0.89)	

CMYK percentages

%0
%29.63
%51.85
%89.41

Codes

Color #1B130D in popluar color models

1B130D
RGB271913
HSL26°35.00%7.84%
HSB/HSV26°51.85%10.59%
CMYK0.00%29.63%51.85%
89.41%

Color #1B130D in popluar number systems.

HEX1B130D
Decimal271913
Binary11011100111101
Octal332315

Shades and tints

Shades of #1B130D

#1B130D
(27,19,13)
#19120C
(25,18,12)
#17110B
(23,17,11)
#15100A
(21,16,10)
#130F09
(19,15,9)
#110E08
(17,14,8)
#0F0D07
(15,13,7)
#0D0C06
(13,12,6)
#0B0B05
(11,11,5)
#090A04
(9,10,4)
#070903
(7,9,3)
#000000
(0,0,0)

Tints of #1B130D

#1B130D
(27,19,13)
#2F2823
(47,40,35)
#433D39
(67,61,57)
#57524F
(87,82,79)
#6B6765
(107,103,101)
#7F7C7B
(127,124,123)
#939191
(147,145,145)
#A7A6A7
(167,166,167)
#BBBBBD
(187,187,189)
#CFD0D3
(207,208,211)
#E3E5E9
(227,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B130D; }

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

This text font color is #1B130D.


Background Color

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

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

This div background color is #1B130D.


Border color

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

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

This div border color is #1B130D.


Opacity

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

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

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

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

This text has shadow with #1B130D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B130D on black background.


Color preview on white background

This text has color #1B130D on white background.



Black color preview on #1B130D background

This text has black color on #1B130D background.


White color preview on #1B130D background

This text has white color on #1B130D background.