COLOR #1C1B1B

HEX: #1C1B1B
RGB: (28,27,27)

Color info

#1C1B1B contains red, green and blue colors in about the same proportion. Web safe color of #1C1B1B is #333333 (or #333).

RGB color model

#1C1B1B color RGB value is (28,27,27).

  • red value is 28;
  • green value is 27;
  • blue value is 27.
RGB:
(28,27,27)
(11%,11%,11%)

RGB channels and saturation

R 28 of 255 = 11%
G 27 of 255 = 11%
B 27 of 255 = 11%

28
27
27

R + G + B ~ 11%. #1C1B1B is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 27 + 27 = 82 (100%)
R 28 of 82 ~ 34.15%
G 27 of 82 ~ 32.93%
B 27 of 82 ~ 32.93%

%34.15
%32.93
%32.93

CMYK color model

#1C1B1B color CMYK value is (0,4,4,89).

  • cyan value is 0.00%
  • magenta value is 3.57%
  • yellow value is 3.57%
  • key color value is 89.02%
CMYK:
(0,4,4,89)
C0M4Y4K89 
(0%,4%,4%,89%)
(0.00/0.04/0.04/0.89)	

CMYK percentages

%0
%3.57
%3.57
%89.02

Codes

Color #1C1B1B in popluar color models

1C1B1B
RGB282727
HSL1.82%10.78%
HSB/HSV3.57%10.98%
CMYK0.00%3.57%3.57%
89.02%

Color #1C1B1B in popluar number systems.

HEX1C1B1B
Decimal282727
Binary111001101111011
Octal343333

Shades and tints

Shades of #1C1B1B

#1C1B1B
(28,27,27)
#1A1919
(26,25,25)
#181717
(24,23,23)
#161515
(22,21,21)
#141313
(20,19,19)
#121111
(18,17,17)
#100F0F
(16,15,15)
#0E0D0D
(14,13,13)
#0C0B0B
(12,11,11)
#0A0909
(10,9,9)
#080707
(8,7,7)
#000000
(0,0,0)

Tints of #1C1B1B

#1C1B1B
(28,27,27)
#302F2F
(48,47,47)
#444343
(68,67,67)
#585757
(88,87,87)
#6C6B6B
(108,107,107)
#807F7F
(128,127,127)
#949393
(148,147,147)
#A8A7A7
(168,167,167)
#BCBBBB
(188,187,187)
#D0CFCF
(208,207,207)
#E4E3E3
(228,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C1B1B; }

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

This text font color is #1C1B1B.


Background Color

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

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

This div background color is #1C1B1B.


Border color

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

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

This div border color is #1C1B1B.


Opacity

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

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

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

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

This text has shadow with #1C1B1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C1B1B on black background.


Color preview on white background

This text has color #1C1B1B on white background.



Black color preview on #1C1B1B background

This text has black color on #1C1B1B background.


White color preview on #1C1B1B background

This text has white color on #1C1B1B background.