COLOR #1C151B

HEX: #1C151B
RGB: (28,21,27)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

28
21
27

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

Portions of RGB colors in percentages

R + G + B =
28 + 21 + 27 = 76 (100%)
R 28 of 76 ~ 36.84%
G 21 of 76 ~ 27.63%
B 27 of 76 ~ 35.53%

%36.84
%27.63
%35.53

CMYK color model

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

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

CMYK percentages

%0
%25
%3.57
%89.02

Codes

Color #1C151B in popluar color models

1C151B
RGB282127
HSL309°14.29%9.61%
HSB/HSV309°25.00%10.98%
CMYK0.00%25.00%3.57%
89.02%

Color #1C151B in popluar number systems.

HEX1C151B
Decimal282127
Binary111001010111011
Octal342533

Shades and tints

Shades of #1C151B

#1C151B
(28,21,27)
#1A1419
(26,20,25)
#181317
(24,19,23)
#161215
(22,18,21)
#141113
(20,17,19)
#121011
(18,16,17)
#100F0F
(16,15,15)
#0E0E0D
(14,14,13)
#0C0D0B
(12,13,11)
#0A0C09
(10,12,9)
#080B07
(8,11,7)
#000000
(0,0,0)

Tints of #1C151B

#1C151B
(28,21,27)
#302A2F
(48,42,47)
#443F43
(68,63,67)
#585457
(88,84,87)
#6C696B
(108,105,107)
#807E7F
(128,126,127)
#949393
(148,147,147)
#A8A8A7
(168,168,167)
#BCBDBB
(188,189,187)
#D0D2CF
(208,210,207)
#E4E7E3
(228,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C151B; }

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

This text font color is #1C151B.


Background Color

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

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

This div background color is #1C151B.


Border color

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

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

This div border color is #1C151B.


Opacity

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

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

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

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

This text has shadow with #1C151B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C151B on black background.


Color preview on white background

This text has color #1C151B on white background.



Black color preview on #1C151B background

This text has black color on #1C151B background.


White color preview on #1C151B background

This text has white color on #1C151B background.