COLOR #1C1728

HEX: #1C1728
RGB: (28,23,40)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

28
23
40

R + G + B ~ 12%. #1C1728 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 23 + 40 = 91 (100%)
R 28 of 91 ~ 30.77%
G 23 of 91 ~ 25.27%
B 40 of 91 ~ 43.96%

%30.77
%25.27
%43.96

CMYK color model

#1C1728 color CMYK value is (30,43,0,84).

  • cyan value is 30.00%
  • magenta value is 42.50%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(30,43,0,84)
C30M43Y0K84 
(30%,43%,0%,84%)
(0.30/0.43/0.00/0.84)	

CMYK percentages

%30
%42.5
%0
%84.31

Codes

Color #1C1728 in popluar color models

1C1728
RGB282340
HSL258°26.98%12.35%
HSB/HSV258°42.50%15.69%
CMYK30.00%42.50%0.00%
84.31%

Color #1C1728 in popluar number systems.

HEX1C1728
Decimal282340
Binary1110010111101000
Octal342750

Shades and tints

Shades of #1C1728

#1C1728
(28,23,40)
#1A1525
(26,21,37)
#181322
(24,19,34)
#16111F
(22,17,31)
#140F1C
(20,15,28)
#120D19
(18,13,25)
#100B16
(16,11,22)
#0E0913
(14,9,19)
#0C0710
(12,7,16)
#0A050D
(10,5,13)
#08030A
(8,3,10)
#000000
(0,0,0)

Tints of #1C1728

#1C1728
(28,23,40)
#302C3B
(48,44,59)
#44414E
(68,65,78)
#585661
(88,86,97)
#6C6B74
(108,107,116)
#808087
(128,128,135)
#94959A
(148,149,154)
#A8AAAD
(168,170,173)
#BCBFC0
(188,191,192)
#D0D4D3
(208,212,211)
#E4E9E6
(228,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C1728; }

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

This text font color is #1C1728.


Background Color

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

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

This div background color is #1C1728.


Border color

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

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

This div border color is #1C1728.


Opacity

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

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

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

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

This text has shadow with #1C1728 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C1728 on black background.


Color preview on white background

This text has color #1C1728 on white background.



Black color preview on #1C1728 background

This text has black color on #1C1728 background.


White color preview on #1C1728 background

This text has white color on #1C1728 background.