COLOR #1B120D

HEX: #1B120D RGB: (27,18,13)

Color info

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

RGB color model

#1B120D color RGB value is (27,18,13).

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

RGB channels and saturation

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

27
18
13

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

Portions of RGB colors in percentages

R + G + B = 27 + 18 + 13 = 58 (100%)
R 27 of 58 ~ 46.55%
G 18 of 58 ~ 31.03%
B 13 of 58 ~ 22.41'%

%46.55
%31.03
%22.41

CMYK color model

#1B120D color CMYK value is (0,33,52,89).

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

CMYK: (0,33,52,89)
C0M33Y52K89 (0%, 33%, 52%, 89%)
(0.00 / 0.33 / 0.52 / 0.89)

CMYK percentages

%0
%33.33
%51.85
%89.41

Codes

Color #1B120D in popluar color models

1B 12 0D
RGB 27 18 13
HSL 21° 35.00% 7.84%
HSB/HSV 21° 51.85% 10.59%
CMYK 0.00% 33.33% 51.85%
89.41%

Color #1B120D in popluar number systems.

HEX 1B 12 0D
Decimal 27 18 13
Binary 11011 10010 1101
Octal 33 22 15

Shades and tints

Shades of #1B120D

#1B120D
(27,18,13)
#19110C
(25,17,12)
#17100B
(23,16,11)
#150F0A
(21,15,10)
#130E09
(19,14,9)
#110D08
(17,13,8)
#0F0C07
(15,12,7)
#0D0B06
(13,11,6)
#0B0A05
(11,10,5)
#090904
(9,9,4)
#070803
(7,8,3)
#000000
(0,0,0)

Tints of #1B120D

#1B120D
(27,18,13)
#2F2723
(47,39,35)
#433C39
(67,60,57)
#57514F
(87,81,79)
#6B6665
(107,102,101)
#7F7B7B
(127,123,123)
#939091
(147,144,145)
#A7A5A7
(167,165,167)
#BBBABD
(187,186,189)
#CFCFD3
(207,207,211)
#E3E4E9
(227,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B120D; }

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

This text font color is #1B120D.

Background Color

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

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

This div background color is #1B120D.

Border color

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

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

This div border color is #1B120D.

Opacity

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

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

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

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

This text has shadow with #1B120D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B120D.

Preview

Color preview on black background

This text has color #1B120D on black background.


Color preview on white background

This text has color #1B120D on white background.


Black color preview on #1B120D background

This text has black color on #1B120D background.


White color preview on #1B120D background

This text has white color on #1B120D background.


Related colors

Complementary color

Complementary color for #hex is #E4EDF2.


I love getcolorcode.com

Triadic colors

1 #0D1B12 and #120D1B with #1B120D are triadic colors.

2 #0D121B and #121B0D with #1B120D are triadic colors.