COLOR #1C151C

HEX: #1C151C
RGB: (28,21,28)

Color info

#1C151C contains red, green and blue colors in about the same proportion. Web safe color of #1C151C is #330033 (or #303).

RGB color model

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

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

RGB channels and saturation

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

28
21
28

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

Portions of RGB colors in percentages

R + G + B =
28 + 21 + 28 = 77 (100%)
R 28 of 77 ~ 36.36%
G 21 of 77 ~ 27.27%
B 28 of 77 ~ 36.36%

%36.36
%27.27
%36.36

CMYK color model

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

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

CMYK percentages

%0
%25
%0
%89.02

Codes

Color #1C151C in popluar color models

1C151C
RGB282128
HSL300°14.29%9.61%
HSB/HSV300°25.00%10.98%
CMYK0.00%25.00%0.00%
89.02%

Color #1C151C in popluar number systems.

HEX1C151C
Decimal282128
Binary111001010111100
Octal342534

Shades and tints

Shades of #1C151C

#1C151C
(28,21,28)
#1A141A
(26,20,26)
#181318
(24,19,24)
#161216
(22,18,22)
#141114
(20,17,20)
#121012
(18,16,18)
#100F10
(16,15,16)
#0E0E0E
(14,14,14)
#0C0D0C
(12,13,12)
#0A0C0A
(10,12,10)
#080B08
(8,11,8)
#000000
(0,0,0)

Tints of #1C151C

#1C151C
(28,21,28)
#302A30
(48,42,48)
#443F44
(68,63,68)
#585458
(88,84,88)
#6C696C
(108,105,108)
#807E80
(128,126,128)
#949394
(148,147,148)
#A8A8A8
(168,168,168)
#BCBDBC
(188,189,188)
#D0D2D0
(208,210,208)
#E4E7E4
(228,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C151C; }

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

This text font color is #1C151C.


Background Color

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

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

This div background color is #1C151C.


Border color

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

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

This div border color is #1C151C.


Opacity

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

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

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

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

This text has shadow with #1C151C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C151C on black background.


Color preview on white background

This text has color #1C151C on white background.



Black color preview on #1C151C background

This text has black color on #1C151C background.


White color preview on #1C151C background

This text has white color on #1C151C background.