COLOR #1C0013

HEX: #1C0013 RGB: (28,0,19)

Color info

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

RGB color model

#1C0013 color RGB value is (28,0,19).

RGB: (28,0,19) (11%, 0%, 7%)

RGB channels and saturation

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

28
0
19

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

Portions of RGB colors in percentages

R + G + B = 28 + 0 + 19 = 47 (100%)
R 28 of 47 ~ 59.57%
G 0 of 47 ~ 0%
B 19 of 47 ~ 40.43'%

%59.57
%40.43

CMYK color model

#1C0013 color CMYK value is (0,100,32,89).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 32.14%
  • key color value is 89.02%

CMYK: (0,100,32,89)
C0M100Y32K89 (0%, 100%, 32%, 89%)
(0.00 / 1.00 / 0.32 / 0.89)

CMYK percentages

%0
%100
%32.14
%89.02

Codes

Color #1C0013 in popluar color models

1C 00 13
RGB 28 0 19
HSL 319° 100.00% 5.49%
HSB/HSV 319° 100.00% 10.98%
CMYK 0.00% 100.00% 32.14%
89.02%

Color #1C0013 in popluar number systems.

HEX 1C 00 13
Decimal 28 0 19
Binary 11100 0 10011
Octal 34 0 23

Shades and tints

Shades of #1C0013

#1C0013
(28,0,19)
#1A0012
(26,0,18)
#180011
(24,0,17)
#160010
(22,0,16)
#14000F
(20,0,15)
#12000E
(18,0,14)
#10000D
(16,0,13)
#0E000C
(14,0,12)
#0C000B
(12,0,11)
#0A000A
(10,0,10)
#080009
(8,0,9)
#000000
(0,0,0)

Tints of #1C0013

#1C0013
(28,0,19)
#301728
(48,23,40)
#442E3D
(68,46,61)
#584552
(88,69,82)
#6C5C67
(108,92,103)
#80737C
(128,115,124)
#948A91
(148,138,145)
#A8A1A6
(168,161,166)
#BCB8BB
(188,184,187)
#D0CFD0
(208,207,208)
#E4E6E5
(228,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C0013; }

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

This text font color is #1C0013.

Background Color

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

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

This div background color is #1C0013.

Border color

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

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

This div border color is #1C0013.

Opacity

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

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

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

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

This text has shadow with #1C0013 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C0013.

Preview

Color preview on black background

This text has color #1C0013 on black background.


Color preview on white background

This text has color #1C0013 on white background.


Black color preview on #1C0013 background

This text has black color on #1C0013 background.


White color preview on #1C0013 background

This text has white color on #1C0013 background.


Related colors

Complementary color

Complementary color for #hex is #E3FFEC.


I love getcolorcode.com

Triadic colors

1 #131C00 and #00131C with #1C0013 are triadic colors.

2 #13001C and #001C13 with #1C0013 are triadic colors.