COLOR #1C1721

HEX: #1C1721
RGB: (28,23,33)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

28
23
33

R + G + B ~ 11%. #1C1721 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 23 + 33 = 84 (100%)
R 28 of 84 ~ 33.33%
G 23 of 84 ~ 27.38%
B 33 of 84 ~ 39.29%

%33.33
%27.38
%39.29

CMYK color model

#1C1721 color CMYK value is (15,30,0,87).

  • cyan value is 15.15%
  • magenta value is 30.30%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(15,30,0,87)
C15M30Y0K87 
(15%,30%,0%,87%)
(0.15/0.30/0.00/0.87)	

CMYK percentages

%15.15
%30.3
%0
%87.06

Codes

Color #1C1721 in popluar color models

1C1721
RGB282333
HSL270°17.86%10.98%
HSB/HSV270°30.30%12.94%
CMYK15.15%30.30%0.00%
87.06%

Color #1C1721 in popluar number systems.

HEX1C1721
Decimal282333
Binary1110010111100001
Octal342741

Shades and tints

Shades of #1C1721

#1C1721
(28,23,33)
#1A151E
(26,21,30)
#18131B
(24,19,27)
#161118
(22,17,24)
#140F15
(20,15,21)
#120D12
(18,13,18)
#100B0F
(16,11,15)
#0E090C
(14,9,12)
#0C0709
(12,7,9)
#0A0506
(10,5,6)
#080303
(8,3,3)
#000000
(0,0,0)

Tints of #1C1721

#1C1721
(28,23,33)
#302C35
(48,44,53)
#444149
(68,65,73)
#58565D
(88,86,93)
#6C6B71
(108,107,113)
#808085
(128,128,133)
#949599
(148,149,153)
#A8AAAD
(168,170,173)
#BCBFC1
(188,191,193)
#D0D4D5
(208,212,213)
#E4E9E9
(228,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C1721; }

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

This text font color is #1C1721.


Background Color

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

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

This div background color is #1C1721.


Border color

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

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

This div border color is #1C1721.


Opacity

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

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

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

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

This text has shadow with #1C1721 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C1721 on black background.


Color preview on white background

This text has color #1C1721 on white background.



Black color preview on #1C1721 background

This text has black color on #1C1721 background.


White color preview on #1C1721 background

This text has white color on #1C1721 background.