COLOR #1B1512

HEX: #1B1512 RGB: (27,21,18)

Color info

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

RGB color model

#1B1512 color RGB value is (27,21,18).

RGB: (27,21,18) (11%, 8%, 7%)

RGB channels and saturation

R 27 of 255 = 11%
G 21 of 255 = 8%
B 18 of 255 = 7%

27
21
18

R + G + B ~ 9%. #1B1512 is dark color.

Portions of RGB colors in percentages

R + G + B = 27 + 21 + 18 = 66 (100%)
R 27 of 66 ~ 40.91%
G 21 of 66 ~ 31.82%
B 18 of 66 ~ 27.27'%

%40.91
%31.82
%27.27

CMYK color model

#1B1512 color CMYK value is (0,22,33,89).

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

CMYK: (0,22,33,89)
C0M22Y33K89 (0%, 22%, 33%, 89%)
(0.00 / 0.22 / 0.33 / 0.89)

CMYK percentages

%0
%22.22
%33.33
%89.41

Codes

Color #1B1512 in popluar color models

1B 15 12
RGB 27 21 18
HSL 20° 20.00% 8.82%
HSB/HSV 20° 33.33% 10.59%
CMYK 0.00% 22.22% 33.33%
89.41%

Color #1B1512 in popluar number systems.

HEX 1B 15 12
Decimal 27 21 18
Binary 11011 10101 10010
Octal 33 25 22

Shades and tints

Shades of #1B1512

#1B1512
(27,21,18)
#191411
(25,20,17)
#171310
(23,19,16)
#15120F
(21,18,15)
#13110E
(19,17,14)
#11100D
(17,16,13)
#0F0F0C
(15,15,12)
#0D0E0B
(13,14,11)
#0B0D0A
(11,13,10)
#090C09
(9,12,9)
#070B08
(7,11,8)
#000000
(0,0,0)

Tints of #1B1512

#1B1512
(27,21,18)
#2F2A27
(47,42,39)
#433F3C
(67,63,60)
#575451
(87,84,81)
#6B6966
(107,105,102)
#7F7E7B
(127,126,123)
#939390
(147,147,144)
#A7A8A5
(167,168,165)
#BBBDBA
(187,189,186)
#CFD2CF
(207,210,207)
#E3E7E4
(227,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B1512; }

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

This text font color is #1B1512.

Background Color

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

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

This div background color is #1B1512.

Border color

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

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

This div border color is #1B1512.

Opacity

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

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

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

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

This text has shadow with #1B1512 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B1512.

Preview

Color preview on black background

This text has color #1B1512 on black background.


Color preview on white background

This text has color #1B1512 on white background.


Black color preview on #1B1512 background

This text has black color on #1B1512 background.


White color preview on #1B1512 background

This text has white color on #1B1512 background.


Related colors

Complementary color

Complementary color for #hex is #E4EAED.


I love getcolorcode.com

Triadic colors

1 #121B15 and #15121B with #1B1512 are triadic colors.

2 #12151B and #151B12 with #1B1512 are triadic colors.