COLOR #1C0019

HEX: #1C0019
RGB: (28,0,25)

Color info

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

RGB color model

#1C0019 color RGB value is (28,0,25).

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

RGB channels and saturation

R 28 of 255 = 11%
G 0 of 255 = 0%
B 25 of 255 = 10%

28
0
25

R + G + B ~ 7%. #1C0019 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 0 + 25 = 53 (100%)
R 28 of 53 ~ 52.83%
G 0 of 53 ~ 0%
B 25 of 53 ~ 47.17%

%52.83
%47.17

CMYK color model

#1C0019 color CMYK value is (0,100,11,89).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 10.71%
  • key color value is 89.02%
CMYK:
(0,100,11,89)
C0M100Y11K89 
(0%,100%,11%,89%)
(0.00/1.00/0.11/0.89)	

CMYK percentages

%0
%100
%10.71
%89.02

Codes

Color #1C0019 in popluar color models

1C0019
RGB28025
HSL306°100.00%5.49%
HSB/HSV306°100.00%10.98%
CMYK0.00%100.00%10.71%
89.02%

Color #1C0019 in popluar number systems.

HEX1C0019
Decimal28025
Binary11100011001
Octal34031

Shades and tints

Shades of #1C0019

#1C0019
(28,0,25)
#1A0017
(26,0,23)
#180015
(24,0,21)
#160013
(22,0,19)
#140011
(20,0,17)
#12000F
(18,0,15)
#10000D
(16,0,13)
#0E000B
(14,0,11)
#0C0009
(12,0,9)
#0A0007
(10,0,7)
#080005
(8,0,5)
#000000
(0,0,0)

Tints of #1C0019

#1C0019
(28,0,25)
#30172D
(48,23,45)
#442E41
(68,46,65)
#584555
(88,69,85)
#6C5C69
(108,92,105)
#80737D
(128,115,125)
#948A91
(148,138,145)
#A8A1A5
(168,161,165)
#BCB8B9
(188,184,185)
#D0CFCD
(208,207,205)
#E4E6E1
(228,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C0019; }

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

This text font color is #1C0019.


Background Color

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

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

This div background color is #1C0019.


Border color

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

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

This div border color is #1C0019.


Opacity

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

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

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

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

This text has shadow with #1C0019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C0019 on black background.


Color preview on white background

This text has color #1C0019 on white background.



Black color preview on #1C0019 background

This text has black color on #1C0019 background.


White color preview on #1C0019 background

This text has white color on #1C0019 background.