COLOR #1C1321

HEX: #1C1321
RGB: (28,19,33)

Color info

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

RGB color model

#1C1321 color RGB value is (28,19,33).

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

RGB channels and saturation

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

28
19
33

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

Portions of RGB colors in percentages

R + G + B =
28 + 19 + 33 = 80 (100%)
R 28 of 80 ~ 35%
G 19 of 80 ~ 23.75%
B 33 of 80 ~ 41.25%

%35
%23.75
%41.25

CMYK color model

#1C1321 color CMYK value is (15,42,0,87).

  • cyan value is 15.15%
  • magenta value is 42.42%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(15,42,0,87)
C15M42Y0K87 
(15%,42%,0%,87%)
(0.15/0.42/0.00/0.87)	

CMYK percentages

%15.15
%42.42
%0
%87.06

Codes

Color #1C1321 in popluar color models

1C1321
RGB281933
HSL279°26.92%10.20%
HSB/HSV279°42.42%12.94%
CMYK15.15%42.42%0.00%
87.06%

Color #1C1321 in popluar number systems.

HEX1C1321
Decimal281933
Binary1110010011100001
Octal342341

Shades and tints

Shades of #1C1321

#1C1321
(28,19,33)
#1A121E
(26,18,30)
#18111B
(24,17,27)
#161018
(22,16,24)
#140F15
(20,15,21)
#120E12
(18,14,18)
#100D0F
(16,13,15)
#0E0C0C
(14,12,12)
#0C0B09
(12,11,9)
#0A0A06
(10,10,6)
#080903
(8,9,3)
#000000
(0,0,0)

Tints of #1C1321

#1C1321
(28,19,33)
#302835
(48,40,53)
#443D49
(68,61,73)
#58525D
(88,82,93)
#6C6771
(108,103,113)
#807C85
(128,124,133)
#949199
(148,145,153)
#A8A6AD
(168,166,173)
#BCBBC1
(188,187,193)
#D0D0D5
(208,208,213)
#E4E5E9
(228,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C1321; }

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

This text font color is #1C1321.


Background Color

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

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

This div background color is #1C1321.


Border color

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

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

This div border color is #1C1321.


Opacity

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

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

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

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

This text has shadow with #1C1321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C1321 on black background.


Color preview on white background

This text has color #1C1321 on white background.



Black color preview on #1C1321 background

This text has black color on #1C1321 background.


White color preview on #1C1321 background

This text has white color on #1C1321 background.