COLOR #1C1221

HEX: #1C1221
RGB: (28,18,33)

Color info

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

RGB color model

#1C1221 color RGB value is (28,18,33).

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

RGB channels and saturation

R 28 of 255 = 11%
G 18 of 255 = 7%
B 33 of 255 = 13%

28
18
33

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

Portions of RGB colors in percentages

R + G + B =
28 + 18 + 33 = 79 (100%)
R 28 of 79 ~ 35.44%
G 18 of 79 ~ 22.78%
B 33 of 79 ~ 41.77%

%35.44
%22.78
%41.77

CMYK color model

#1C1221 color CMYK value is (15,45,0,87).

  • cyan value is 15.15%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(15,45,0,87)
C15M45Y0K87 
(15%,45%,0%,87%)
(0.15/0.45/0.00/0.87)	

CMYK percentages

%15.15
%45.45
%0
%87.06

Codes

Color #1C1221 in popluar color models

1C1221
RGB281833
HSL280°29.41%10.00%
HSB/HSV280°45.45%12.94%
CMYK15.15%45.45%0.00%
87.06%

Color #1C1221 in popluar number systems.

HEX1C1221
Decimal281833
Binary1110010010100001
Octal342241

Shades and tints

Shades of #1C1221

#1C1221
(28,18,33)
#1A111E
(26,17,30)
#18101B
(24,16,27)
#160F18
(22,15,24)
#140E15
(20,14,21)
#120D12
(18,13,18)
#100C0F
(16,12,15)
#0E0B0C
(14,11,12)
#0C0A09
(12,10,9)
#0A0906
(10,9,6)
#080803
(8,8,3)
#000000
(0,0,0)

Tints of #1C1221

#1C1221
(28,18,33)
#302735
(48,39,53)
#443C49
(68,60,73)
#58515D
(88,81,93)
#6C6671
(108,102,113)
#807B85
(128,123,133)
#949099
(148,144,153)
#A8A5AD
(168,165,173)
#BCBAC1
(188,186,193)
#D0CFD5
(208,207,213)
#E4E4E9
(228,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C1221; }

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

This text font color is #1C1221.


Background Color

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

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

This div background color is #1C1221.


Border color

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

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

This div border color is #1C1221.


Opacity

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

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

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

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

This text has shadow with #1C1221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C1221 on black background.


Color preview on white background

This text has color #1C1221 on white background.



Black color preview on #1C1221 background

This text has black color on #1C1221 background.


White color preview on #1C1221 background

This text has white color on #1C1221 background.