COLOR #1C0D15

HEX: #1C0D15
RGB: (28,13,21)

Color info

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

RGB color model

#1C0D15 color RGB value is (28,13,21).

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

RGB channels and saturation

R 28 of 255 = 11%
G 13 of 255 = 5%
B 21 of 255 = 8%

28
13
21

R + G + B ~ 8%. #1C0D15 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 13 + 21 = 62 (100%)
R 28 of 62 ~ 45.16%
G 13 of 62 ~ 20.97%
B 21 of 62 ~ 33.87%

%45.16
%20.97
%33.87

CMYK color model

#1C0D15 color CMYK value is (0,54,25,89).

  • cyan value is 0.00%
  • magenta value is 53.57%
  • yellow value is 25.00%
  • key color value is 89.02%
CMYK:
(0,54,25,89)
C0M54Y25K89 
(0%,54%,25%,89%)
(0.00/0.54/0.25/0.89)	

CMYK percentages

%0
%53.57
%25
%89.02

Codes

Color #1C0D15 in popluar color models

1C0D15
RGB281321
HSL328°36.59%8.04%
HSB/HSV328°53.57%10.98%
CMYK0.00%53.57%25.00%
89.02%

Color #1C0D15 in popluar number systems.

HEX1C0D15
Decimal281321
Binary11100110110101
Octal341525

Shades and tints

Shades of #1C0D15

#1C0D15
(28,13,21)
#1A0C14
(26,12,20)
#180B13
(24,11,19)
#160A12
(22,10,18)
#140911
(20,9,17)
#120810
(18,8,16)
#10070F
(16,7,15)
#0E060E
(14,6,14)
#0C050D
(12,5,13)
#0A040C
(10,4,12)
#08030B
(8,3,11)
#000000
(0,0,0)

Tints of #1C0D15

#1C0D15
(28,13,21)
#30232A
(48,35,42)
#44393F
(68,57,63)
#584F54
(88,79,84)
#6C6569
(108,101,105)
#807B7E
(128,123,126)
#949193
(148,145,147)
#A8A7A8
(168,167,168)
#BCBDBD
(188,189,189)
#D0D3D2
(208,211,210)
#E4E9E7
(228,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C0D15; }

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

This text font color is #1C0D15.


Background Color

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

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

This div background color is #1C0D15.


Border color

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

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

This div border color is #1C0D15.


Opacity

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

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

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

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

This text has shadow with #1C0D15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C0D15 on black background.


Color preview on white background

This text has color #1C0D15 on white background.



Black color preview on #1C0D15 background

This text has black color on #1C0D15 background.


White color preview on #1C0D15 background

This text has white color on #1C0D15 background.