COLOR #1C181B

HEX: #1C181B
RGB: (28,24,27)

Color info

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

RGB color model

#1C181B color RGB value is (28,24,27).

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

RGB channels and saturation

R 28 of 255 = 11%
G 24 of 255 = 9%
B 27 of 255 = 11%

28
24
27

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

Portions of RGB colors in percentages

R + G + B =
28 + 24 + 27 = 79 (100%)
R 28 of 79 ~ 35.44%
G 24 of 79 ~ 30.38%
B 27 of 79 ~ 34.18%

%35.44
%30.38
%34.18

CMYK color model

#1C181B color CMYK value is (0,14,4,89).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 3.57%
  • key color value is 89.02%
CMYK:
(0,14,4,89)
C0M14Y4K89 
(0%,14%,4%,89%)
(0.00/0.14/0.04/0.89)	

CMYK percentages

%0
%14.29
%3.57
%89.02

Codes

Color #1C181B in popluar color models

1C181B
RGB282427
HSL315°7.69%10.20%
HSB/HSV315°14.29%10.98%
CMYK0.00%14.29%3.57%
89.02%

Color #1C181B in popluar number systems.

HEX1C181B
Decimal282427
Binary111001100011011
Octal343033

Shades and tints

Shades of #1C181B

#1C181B
(28,24,27)
#1A1619
(26,22,25)
#181417
(24,20,23)
#161215
(22,18,21)
#141013
(20,16,19)
#120E11
(18,14,17)
#100C0F
(16,12,15)
#0E0A0D
(14,10,13)
#0C080B
(12,8,11)
#0A0609
(10,6,9)
#080407
(8,4,7)
#000000
(0,0,0)

Tints of #1C181B

#1C181B
(28,24,27)
#302D2F
(48,45,47)
#444243
(68,66,67)
#585757
(88,87,87)
#6C6C6B
(108,108,107)
#80817F
(128,129,127)
#949693
(148,150,147)
#A8ABA7
(168,171,167)
#BCC0BB
(188,192,187)
#D0D5CF
(208,213,207)
#E4EAE3
(228,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C181B; }

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

This text font color is #1C181B.


Background Color

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

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

This div background color is #1C181B.


Border color

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

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

This div border color is #1C181B.


Opacity

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

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

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

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

This text has shadow with #1C181B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C181B on black background.


Color preview on white background

This text has color #1C181B on white background.



Black color preview on #1C181B background

This text has black color on #1C181B background.


White color preview on #1C181B background

This text has white color on #1C181B background.