COLOR #1C1419

HEX: #1C1419
RGB: (28,20,25)

Color info

#1C1419 contains red, green and blue colors in about the same proportion. Web safe color of #1C1419 is #330000 (or #300).

RGB color model

#1C1419 color RGB value is (28,20,25).

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

RGB channels and saturation

R 28 of 255 = 11%
G 20 of 255 = 8%
B 25 of 255 = 10%

28
20
25

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

Portions of RGB colors in percentages

R + G + B =
28 + 20 + 25 = 73 (100%)
R 28 of 73 ~ 38.36%
G 20 of 73 ~ 27.4%
B 25 of 73 ~ 34.25%

%38.36
%27.4
%34.25

CMYK color model

#1C1419 color CMYK value is (0,29,11,89).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 10.71%
  • key color value is 89.02%
CMYK:
(0,29,11,89)
C0M29Y11K89 
(0%,29%,11%,89%)
(0.00/0.29/0.11/0.89)	

CMYK percentages

%0
%28.57
%10.71
%89.02

Codes

Color #1C1419 in popluar color models

1C1419
RGB282025
HSL323°16.67%9.41%
HSB/HSV323°28.57%10.98%
CMYK0.00%28.57%10.71%
89.02%

Color #1C1419 in popluar number systems.

HEX1C1419
Decimal282025
Binary111001010011001
Octal342431

Shades and tints

Shades of #1C1419

#1C1419
(28,20,25)
#1A1317
(26,19,23)
#181215
(24,18,21)
#161113
(22,17,19)
#141011
(20,16,17)
#120F0F
(18,15,15)
#100E0D
(16,14,13)
#0E0D0B
(14,13,11)
#0C0C09
(12,12,9)
#0A0B07
(10,11,7)
#080A05
(8,10,5)
#000000
(0,0,0)

Tints of #1C1419

#1C1419
(28,20,25)
#30292D
(48,41,45)
#443E41
(68,62,65)
#585355
(88,83,85)
#6C6869
(108,104,105)
#807D7D
(128,125,125)
#949291
(148,146,145)
#A8A7A5
(168,167,165)
#BCBCB9
(188,188,185)
#D0D1CD
(208,209,205)
#E4E6E1
(228,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C1419; }

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

This text font color is #1C1419.


Background Color

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

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

This div background color is #1C1419.


Border color

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

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

This div border color is #1C1419.


Opacity

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

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

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

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

This text has shadow with #1C1419 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C1419 on black background.


Color preview on white background

This text has color #1C1419 on white background.



Black color preview on #1C1419 background

This text has black color on #1C1419 background.


White color preview on #1C1419 background

This text has white color on #1C1419 background.