COLOR #1C1415

HEX: #1C1415
RGB: (28,20,21)

Color info

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

RGB color model

#1C1415 color RGB value is (28,20,21).

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

RGB channels and saturation

R 28 of 255 = 11%
G 20 of 255 = 8%
B 21 of 255 = 8%

28
20
21

R + G + B ~ 9%. #1C1415 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 20 + 21 = 69 (100%)
R 28 of 69 ~ 40.58%
G 20 of 69 ~ 28.99%
B 21 of 69 ~ 30.43%

%40.58
%28.99
%30.43

CMYK color model

#1C1415 color CMYK value is (0,29,25,89).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 25.00%
  • key color value is 89.02%
CMYK:
(0,29,25,89)
C0M29Y25K89 
(0%,29%,25%,89%)
(0.00/0.29/0.25/0.89)	

CMYK percentages

%0
%28.57
%25
%89.02

Codes

Color #1C1415 in popluar color models

1C1415
RGB282021
HSL353°16.67%9.41%
HSB/HSV353°28.57%10.98%
CMYK0.00%28.57%25.00%
89.02%

Color #1C1415 in popluar number systems.

HEX1C1415
Decimal282021
Binary111001010010101
Octal342425

Shades and tints

Shades of #1C1415

#1C1415
(28,20,21)
#1A1314
(26,19,20)
#181213
(24,18,19)
#161112
(22,17,18)
#141011
(20,16,17)
#120F10
(18,15,16)
#100E0F
(16,14,15)
#0E0D0E
(14,13,14)
#0C0C0D
(12,12,13)
#0A0B0C
(10,11,12)
#080A0B
(8,10,11)
#000000
(0,0,0)

Tints of #1C1415

#1C1415
(28,20,21)
#30292A
(48,41,42)
#443E3F
(68,62,63)
#585354
(88,83,84)
#6C6869
(108,104,105)
#807D7E
(128,125,126)
#949293
(148,146,147)
#A8A7A8
(168,167,168)
#BCBCBD
(188,188,189)
#D0D1D2
(208,209,210)
#E4E6E7
(228,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C1415; }

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

This text font color is #1C1415.


Background Color

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

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

This div background color is #1C1415.


Border color

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

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

This div border color is #1C1415.


Opacity

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

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

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

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

This text has shadow with #1C1415 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C1415 on black background.


Color preview on white background

This text has color #1C1415 on white background.



Black color preview on #1C1415 background

This text has black color on #1C1415 background.


White color preview on #1C1415 background

This text has white color on #1C1415 background.