COLOR #1C0221

HEX: #1C0221
RGB: (28,2,33)

Color info

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

RGB color model

#1C0221 color RGB value is (28,2,33).

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

RGB channels and saturation

R 28 of 255 = 11%
G 2 of 255 = 1%
B 33 of 255 = 13%

28
2
33

R + G + B ~ 8%. #1C0221 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 2 + 33 = 63 (100%)
R 28 of 63 ~ 44.44%
G 2 of 63 ~ 3.17%
B 33 of 63 ~ 52.38%

%44.44
%52.38

CMYK color model

#1C0221 color CMYK value is (15,94,0,87).

  • cyan value is 15.15%
  • magenta value is 93.94%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(15,94,0,87)
C15M94Y0K87 
(15%,94%,0%,87%)
(0.15/0.94/0.00/0.87)	

CMYK percentages

%15.15
%93.94
%0
%87.06

Codes

Color #1C0221 in popluar color models

1C0221
RGB28233
HSL290°88.57%6.86%
HSB/HSV290°93.94%12.94%
CMYK15.15%93.94%0.00%
87.06%

Color #1C0221 in popluar number systems.

HEX1C0221
Decimal28233
Binary1110010100001
Octal34241

Shades and tints

Shades of #1C0221

#1C0221
(28,2,33)
#1A021E
(26,2,30)
#18021B
(24,2,27)
#160218
(22,2,24)
#140215
(20,2,21)
#120212
(18,2,18)
#10020F
(16,2,15)
#0E020C
(14,2,12)
#0C0209
(12,2,9)
#0A0206
(10,2,6)
#080203
(8,2,3)
#000000
(0,0,0)

Tints of #1C0221

#1C0221
(28,2,33)
#301935
(48,25,53)
#443049
(68,48,73)
#58475D
(88,71,93)
#6C5E71
(108,94,113)
#807585
(128,117,133)
#948C99
(148,140,153)
#A8A3AD
(168,163,173)
#BCBAC1
(188,186,193)
#D0D1D5
(208,209,213)
#E4E8E9
(228,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C0221; }

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

This text font color is #1C0221.


Background Color

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

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

This div background color is #1C0221.


Border color

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

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

This div border color is #1C0221.


Opacity

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

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

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

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

This text has shadow with #1C0221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C0221 on black background.


Color preview on white background

This text has color #1C0221 on white background.



Black color preview on #1C0221 background

This text has black color on #1C0221 background.


White color preview on #1C0221 background

This text has white color on #1C0221 background.