COLOR #1C0011

HEX: #1C0011
RGB: (28,0,17)

Color info

#1C0011 contains only red and blue colors. Web safe color of #1C0011 is #330000 (or #300).

RGB color model

#1C0011 color RGB value is (28,0,17).

  • red value is 28;
  • green value is 0;
  • blue value is 17.
RGB:
(28,0,17)
(11%,0%,7%)

RGB channels and saturation

R 28 of 255 = 11%
G 0 of 255 = 0%
B 17 of 255 = 7%

28
0
17

R + G + B ~ 6%. #1C0011 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 0 + 17 = 45 (100%)
R 28 of 45 ~ 62.22%
G 0 of 45 ~ 0%
B 17 of 45 ~ 37.78%

%62.22
%37.78

CMYK color model

#1C0011 color CMYK value is (0,100,39,89).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 39.29%
  • key color value is 89.02%
CMYK:
(0,100,39,89)
C0M100Y39K89 
(0%,100%,39%,89%)
(0.00/1.00/0.39/0.89)	

CMYK percentages

%0
%100
%39.29
%89.02

Codes

Color #1C0011 in popluar color models

1C0011
RGB28017
HSL324°100.00%5.49%
HSB/HSV324°100.00%10.98%
CMYK0.00%100.00%39.29%
89.02%

Color #1C0011 in popluar number systems.

HEX1C0011
Decimal28017
Binary11100010001
Octal34021

Shades and tints

Shades of #1C0011

#1C0011
(28,0,17)
#1A0010
(26,0,16)
#18000F
(24,0,15)
#16000E
(22,0,14)
#14000D
(20,0,13)
#12000C
(18,0,12)
#10000B
(16,0,11)
#0E000A
(14,0,10)
#0C0009
(12,0,9)
#0A0008
(10,0,8)
#080007
(8,0,7)
#000000
(0,0,0)

Tints of #1C0011

#1C0011
(28,0,17)
#301726
(48,23,38)
#442E3B
(68,46,59)
#584550
(88,69,80)
#6C5C65
(108,92,101)
#80737A
(128,115,122)
#948A8F
(148,138,143)
#A8A1A4
(168,161,164)
#BCB8B9
(188,184,185)
#D0CFCE
(208,207,206)
#E4E6E3
(228,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C0011 color. Also use rgb(28,0,17) instead hex code.

Text Font Color

.myTextColor { color: #1C0011; }

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

This text font color is #1C0011.


Background Color

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

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

This div background color is #1C0011.


Border color

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

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

This div border color is #1C0011.


Opacity

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

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

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

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

This text has shadow with #1C0011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C0011 on black background.


Color preview on white background

This text has color #1C0011 on white background.



Black color preview on #1C0011 background

This text has black color on #1C0011 background.


White color preview on #1C0011 background

This text has white color on #1C0011 background.