COLOR #1C1717

HEX: #1C1717 RGB: (28,23,23)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

28
23
23

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

Portions of RGB colors in percentages

R + G + B = 28 + 23 + 23 = 74 (100%)
R 28 of 74 ~ 37.84%
G 23 of 74 ~ 31.08%
B 23 of 74 ~ 31.08'%

%37.84
%31.08
%31.08

CMYK color model

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

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

CMYK: (0,18,18,89)
C0M18Y18K89 (0%, 18%, 18%, 89%)
(0.00 / 0.18 / 0.18 / 0.89)

CMYK percentages

%0
%17.86
%17.86
%89.02

Codes

Color #1C1717 in popluar color models

1C 17 17
RGB 28 23 23
HSL 9.80% 10.00%
HSB/HSV 17.86% 10.98%
CMYK 0.00% 17.86% 17.86%
89.02%

Color #1C1717 in popluar number systems.

HEX 1C 17 17
Decimal 28 23 23
Binary 11100 10111 10111
Octal 34 27 27

Shades and tints

Shades of #1C1717

#1C1717
(28,23,23)
#1A1515
(26,21,21)
#181313
(24,19,19)
#161111
(22,17,17)
#140F0F
(20,15,15)
#120D0D
(18,13,13)
#100B0B
(16,11,11)
#0E0909
(14,9,9)
#0C0707
(12,7,7)
#0A0505
(10,5,5)
#080303
(8,3,3)
#000000
(0,0,0)

Tints of #1C1717

#1C1717
(28,23,23)
#302C2C
(48,44,44)
#444141
(68,65,65)
#585656
(88,86,86)
#6C6B6B
(108,107,107)
#808080
(128,128,128)
#949595
(148,149,149)
#A8AAAA
(168,170,170)
#BCBFBF
(188,191,191)
#D0D4D4
(208,212,212)
#E4E9E9
(228,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C1717; }

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

This text font color is #1C1717.

Background Color

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

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

This div background color is #1C1717.

Border color

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

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

This div border color is #1C1717.

Opacity

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

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

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

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

This text has shadow with #1C1717 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C1717.

Preview

Color preview on black background

This text has color #1C1717 on black background.


Color preview on white background

This text has color #1C1717 on white background.


Black color preview on #1C1717 background

This text has black color on #1C1717 background.


White color preview on #1C1717 background

This text has white color on #1C1717 background.


Related colors

Complementary color

Complementary color for #hex is #E3E8E8.


I love getcolorcode.com