COLOR #1C141C

HEX: #1C141C
RGB: (28,20,28)

Color info

#1C141C contains red, green and blue colors in about the same proportion. Web safe color of #1C141C is #330033 (or #303).

RGB color model

#1C141C color RGB value is (28,20,28).

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

RGB channels and saturation

R 28 of 255 = 11%
G 20 of 255 = 8%
B 28 of 255 = 11%

28
20
28

R + G + B ~ 10%. #1C141C is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 20 + 28 = 76 (100%)
R 28 of 76 ~ 36.84%
G 20 of 76 ~ 26.32%
B 28 of 76 ~ 36.84%

%36.84
%26.32
%36.84

CMYK color model

#1C141C color CMYK value is (0,29,0,89).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(0,29,0,89)
C0M29Y0K89 
(0%,29%,0%,89%)
(0.00/0.29/0.00/0.89)	

CMYK percentages

%0
%28.57
%0
%89.02

Codes

Color #1C141C in popluar color models

1C141C
RGB282028
HSL300°16.67%9.41%
HSB/HSV300°28.57%10.98%
CMYK0.00%28.57%0.00%
89.02%

Color #1C141C in popluar number systems.

HEX1C141C
Decimal282028
Binary111001010011100
Octal342434

Shades and tints

Shades of #1C141C

#1C141C
(28,20,28)
#1A131A
(26,19,26)
#181218
(24,18,24)
#161116
(22,17,22)
#141014
(20,16,20)
#120F12
(18,15,18)
#100E10
(16,14,16)
#0E0D0E
(14,13,14)
#0C0C0C
(12,12,12)
#0A0B0A
(10,11,10)
#080A08
(8,10,8)
#000000
(0,0,0)

Tints of #1C141C

#1C141C
(28,20,28)
#302930
(48,41,48)
#443E44
(68,62,68)
#585358
(88,83,88)
#6C686C
(108,104,108)
#807D80
(128,125,128)
#949294
(148,146,148)
#A8A7A8
(168,167,168)
#BCBCBC
(188,188,188)
#D0D1D0
(208,209,208)
#E4E6E4
(228,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C141C; }

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

This text font color is #1C141C.


Background Color

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

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

This div background color is #1C141C.


Border color

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

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

This div border color is #1C141C.


Opacity

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

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

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

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

This text has shadow with #1C141C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C141C on black background.


Color preview on white background

This text has color #1C141C on white background.



Black color preview on #1C141C background

This text has black color on #1C141C background.


White color preview on #1C141C background

This text has white color on #1C141C background.