COLOR #1C1615

HEX: #1C1615 RGB: (28,22,21)

Color info

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

RGB color model

#1C1615 color RGB value is (28,22,21).

RGB: (28,22,21) (11%, 9%, 8%)

RGB channels and saturation

R 28 of 255 = 11%
G 22 of 255 = 9%
B 21 of 255 = 8%

28
22
21

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

Portions of RGB colors in percentages

R + G + B = 28 + 22 + 21 = 71 (100%)
R 28 of 71 ~ 39.44%
G 22 of 71 ~ 30.99%
B 21 of 71 ~ 29.58'%

%39.44
%30.99
%29.58

CMYK color model

#1C1615 color CMYK value is (0,21,25,89).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 25.00%
  • key color value is 89.02%

CMYK: (0,21,25,89)
C0M21Y25K89 (0%, 21%, 25%, 89%)
(0.00 / 0.21 / 0.25 / 0.89)

CMYK percentages

%0
%21.43
%25
%89.02

Codes

Color #1C1615 in popluar color models

1C 16 15
RGB 28 22 21
HSL 14.29% 9.61%
HSB/HSV 25.00% 10.98%
CMYK 0.00% 21.43% 25.00%
89.02%

Color #1C1615 in popluar number systems.

HEX 1C 16 15
Decimal 28 22 21
Binary 11100 10110 10101
Octal 34 26 25

Shades and tints

Shades of #1C1615

#1C1615
(28,22,21)
#1A1414
(26,20,20)
#181213
(24,18,19)
#161012
(22,16,18)
#140E11
(20,14,17)
#120C10
(18,12,16)
#100A0F
(16,10,15)
#0E080E
(14,8,14)
#0C060D
(12,6,13)
#0A040C
(10,4,12)
#08020B
(8,2,11)
#000000
(0,0,0)

Tints of #1C1615

#1C1615
(28,22,21)
#302B2A
(48,43,42)
#44403F
(68,64,63)
#585554
(88,85,84)
#6C6A69
(108,106,105)
#807F7E
(128,127,126)
#949493
(148,148,147)
#A8A9A8
(168,169,168)
#BCBEBD
(188,190,189)
#D0D3D2
(208,211,210)
#E4E8E7
(228,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C1615; }

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

This text font color is #1C1615.

Background Color

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

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

This div background color is #1C1615.

Border color

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

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

This div border color is #1C1615.

Opacity

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

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

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

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

This text has shadow with #1C1615 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C1615.

Preview

Color preview on black background

This text has color #1C1615 on black background.


Color preview on white background

This text has color #1C1615 on white background.


Black color preview on #1C1615 background

This text has black color on #1C1615 background.


White color preview on #1C1615 background

This text has white color on #1C1615 background.


Related colors

Complementary color

Complementary color for #hex is #E3E9EA.


I love getcolorcode.com

Triadic colors

1 #151C16 and #16151C with #1C1615 are triadic colors.

2 #15161C and #161C15 with #1C1615 are triadic colors.