COLOR #1C1B1F

HEX: #1C1B1F
RGB: (28,27,31)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

28
27
31

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

Portions of RGB colors in percentages

R + G + B =
28 + 27 + 31 = 86 (100%)
R 28 of 86 ~ 32.56%
G 27 of 86 ~ 31.4%
B 31 of 86 ~ 36.05%

%32.56
%31.4
%36.05

CMYK color model

#1C1B1F color CMYK value is (10,13,0,88).

  • cyan value is 9.68%
  • magenta value is 12.90%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(10,13,0,88)
C10M13Y0K88 
(10%,13%,0%,88%)
(0.10/0.13/0.00/0.88)	

CMYK percentages

%9.68
%12.9
%0
%87.84

Codes

Color #1C1B1F in popluar color models

1C1B1F
RGB282731
HSL255°6.90%11.37%
HSB/HSV255°12.90%12.16%
CMYK9.68%12.90%0.00%
87.84%

Color #1C1B1F in popluar number systems.

HEX1C1B1F
Decimal282731
Binary111001101111111
Octal343337

Shades and tints

Shades of #1C1B1F

#1C1B1F
(28,27,31)
#1A191D
(26,25,29)
#18171B
(24,23,27)
#161519
(22,21,25)
#141317
(20,19,23)
#121115
(18,17,21)
#100F13
(16,15,19)
#0E0D11
(14,13,17)
#0C0B0F
(12,11,15)
#0A090D
(10,9,13)
#08070B
(8,7,11)
#000000
(0,0,0)

Tints of #1C1B1F

#1C1B1F
(28,27,31)
#302F33
(48,47,51)
#444347
(68,67,71)
#58575B
(88,87,91)
#6C6B6F
(108,107,111)
#807F83
(128,127,131)
#949397
(148,147,151)
#A8A7AB
(168,167,171)
#BCBBBF
(188,187,191)
#D0CFD3
(208,207,211)
#E4E3E7
(228,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C1B1F; }

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

This text font color is #1C1B1F.


Background Color

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

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

This div background color is #1C1B1F.


Border color

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

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

This div border color is #1C1B1F.


Opacity

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

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

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

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

This text has shadow with #1C1B1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C1B1F on black background.


Color preview on white background

This text has color #1C1B1F on white background.



Black color preview on #1C1B1F background

This text has black color on #1C1B1F background.


White color preview on #1C1B1F background

This text has white color on #1C1B1F background.