COLOR #1C1417

HEX: #1C1417 RGB: (28,20,23)

Color info

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

RGB color model

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

RGB: (28,20,23) (11%, 8%, 9%)

RGB channels and saturation

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

28
20
23

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

Portions of RGB colors in percentages

R + G + B = 28 + 20 + 23 = 71 (100%)
R 28 of 71 ~ 39.44%
G 20 of 71 ~ 28.17%
B 23 of 71 ~ 32.39'%

%39.44
%28.17
%32.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 17.86%
  • key color value is 89.02%

CMYK: (0,29,18,89)
C0M29Y18K89 (0%, 29%, 18%, 89%)
(0.00 / 0.29 / 0.18 / 0.89)

CMYK percentages

%0
%28.57
%17.86
%89.02

Codes

Color #1C1417 in popluar color models

1C 14 17
RGB 28 20 23
HSL 338° 16.67% 9.41%
HSB/HSV 338° 28.57% 10.98%
CMYK 0.00% 28.57% 17.86%
89.02%

Color #1C1417 in popluar number systems.

HEX 1C 14 17
Decimal 28 20 23
Binary 11100 10100 10111
Octal 34 24 27

Shades and tints

Shades of #1C1417

#1C1417
(28,20,23)
#1A1315
(26,19,21)
#181213
(24,18,19)
#161111
(22,17,17)
#14100F
(20,16,15)
#120F0D
(18,15,13)
#100E0B
(16,14,11)
#0E0D09
(14,13,9)
#0C0C07
(12,12,7)
#0A0B05
(10,11,5)
#080A03
(8,10,3)
#000000
(0,0,0)

Tints of #1C1417

#1C1417
(28,20,23)
#30292C
(48,41,44)
#443E41
(68,62,65)
#585356
(88,83,86)
#6C686B
(108,104,107)
#807D80
(128,125,128)
#949295
(148,146,149)
#A8A7AA
(168,167,170)
#BCBCBF
(188,188,191)
#D0D1D4
(208,209,212)
#E4E6E9
(228,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C1417; }

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

This text font color is #1C1417.

Background Color

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

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

This div background color is #1C1417.

Border color

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

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

This div border color is #1C1417.

Opacity

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

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

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

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

This text has shadow with #1C1417 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C1417.

Preview

Color preview on black background

This text has color #1C1417 on black background.


Color preview on white background

This text has color #1C1417 on white background.


Black color preview on #1C1417 background

This text has black color on #1C1417 background.


White color preview on #1C1417 background

This text has white color on #1C1417 background.


Related colors

Complementary color

Complementary color for #hex is #E3EBE8.


I love getcolorcode.com

Triadic colors

1 #171C14 and #14171C with #1C1417 are triadic colors.

2 #17141C and #141C17 with #1C1417 are triadic colors.