COLOR #1C1B19

HEX: #1C1B19
RGB: (28,27,25)

Color info

#1C1B19 contains red, green and blue colors in about the same proportion. Web safe color of #1C1B19 is #333300 (or #330).

RGB color model

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

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

RGB channels and saturation

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

28
27
25

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

Portions of RGB colors in percentages

R + G + B =
28 + 27 + 25 = 80 (100%)
R 28 of 80 ~ 35%
G 27 of 80 ~ 33.75%
B 25 of 80 ~ 31.25%

%35
%33.75
%31.25

CMYK color model

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

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

CMYK percentages

%0
%3.57
%10.71
%89.02

Codes

Color #1C1B19 in popluar color models

1C1B19
RGB282725
HSL40°5.66%10.39%
HSB/HSV40°10.71%10.98%
CMYK0.00%3.57%10.71%
89.02%

Color #1C1B19 in popluar number systems.

HEX1C1B19
Decimal282725
Binary111001101111001
Octal343331

Shades and tints

Shades of #1C1B19

#1C1B19
(28,27,25)
#1A1917
(26,25,23)
#181715
(24,23,21)
#161513
(22,21,19)
#141311
(20,19,17)
#12110F
(18,17,15)
#100F0D
(16,15,13)
#0E0D0B
(14,13,11)
#0C0B09
(12,11,9)
#0A0907
(10,9,7)
#080705
(8,7,5)
#000000
(0,0,0)

Tints of #1C1B19

#1C1B19
(28,27,25)
#302F2D
(48,47,45)
#444341
(68,67,65)
#585755
(88,87,85)
#6C6B69
(108,107,105)
#807F7D
(128,127,125)
#949391
(148,147,145)
#A8A7A5
(168,167,165)
#BCBBB9
(188,187,185)
#D0CFCD
(208,207,205)
#E4E3E1
(228,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C1B19; }

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

This text font color is #1C1B19.


Background Color

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

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

This div background color is #1C1B19.


Border color

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

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

This div border color is #1C1B19.


Opacity

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

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

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

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

This text has shadow with #1C1B19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C1B19 on black background.


Color preview on white background

This text has color #1C1B19 on white background.



Black color preview on #1C1B19 background

This text has black color on #1C1B19 background.


White color preview on #1C1B19 background

This text has white color on #1C1B19 background.