COLOR #1C171A

HEX: #1C171A
RGB: (28,23,26)

Color info

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

RGB color model

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

  • red value is 28;
  • green value is 23;
  • blue value is 26.
RGB:
(28,23,26)
(11%,9%,10%)

RGB channels and saturation

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

28
23
26

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

Portions of RGB colors in percentages

R + G + B =
28 + 23 + 26 = 77 (100%)
R 28 of 77 ~ 36.36%
G 23 of 77 ~ 29.87%
B 26 of 77 ~ 33.77%

%36.36
%29.87
%33.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.86%
  • yellow value is 7.14%
  • key color value is 89.02%
CMYK:
(0,18,7,89)
C0M18Y7K89 
(0%,18%,7%,89%)
(0.00/0.18/0.07/0.89)	

CMYK percentages

%0
%17.86
%7.14
%89.02

Codes

Color #1C171A in popluar color models

1C171A
RGB282326
HSL324°9.80%10.00%
HSB/HSV324°17.86%10.98%
CMYK0.00%17.86%7.14%
89.02%

Color #1C171A in popluar number systems.

HEX1C171A
Decimal282326
Binary111001011111010
Octal342732

Shades and tints

Shades of #1C171A

#1C171A
(28,23,26)
#1A1518
(26,21,24)
#181316
(24,19,22)
#161114
(22,17,20)
#140F12
(20,15,18)
#120D10
(18,13,16)
#100B0E
(16,11,14)
#0E090C
(14,9,12)
#0C070A
(12,7,10)
#0A0508
(10,5,8)
#080306
(8,3,6)
#000000
(0,0,0)

Tints of #1C171A

#1C171A
(28,23,26)
#302C2E
(48,44,46)
#444142
(68,65,66)
#585656
(88,86,86)
#6C6B6A
(108,107,106)
#80807E
(128,128,126)
#949592
(148,149,146)
#A8AAA6
(168,170,166)
#BCBFBA
(188,191,186)
#D0D4CE
(208,212,206)
#E4E9E2
(228,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C171A; }

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

This text font color is #1C171A.


Background Color

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

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

This div background color is #1C171A.


Border color

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

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

This div border color is #1C171A.


Opacity

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

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

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

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

This text has shadow with #1C171A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C171A on black background.


Color preview on white background

This text has color #1C171A on white background.



Black color preview on #1C171A background

This text has black color on #1C171A background.


White color preview on #1C171A background

This text has white color on #1C171A background.