COLOR #1C191B

HEX: #1C191B RGB: (28,25,27)

Color info

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

RGB color model

#1C191B color RGB value is (28,25,27).

RGB: (28,25,27) (11%, 10%, 11%)

RGB channels and saturation

R 28 of 255 = 11%
G 25 of 255 = 10%
B 27 of 255 = 11%

28
25
27

R + G + B ~ 11%. #1C191B is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 25 + 27 = 80 (100%)
R 28 of 80 ~ 35%
G 25 of 80 ~ 31.25%
B 27 of 80 ~ 33.75'%

%35
%31.25
%33.75

CMYK color model

#1C191B color CMYK value is (0,11,4,89).

  • cyan value is 0.00%
  • magenta value is 10.71%
  • yellow value is 3.57%
  • key color value is 89.02%

CMYK: (0,11,4,89)
C0M11Y4K89 (0%, 11%, 4%, 89%)
(0.00 / 0.11 / 0.04 / 0.89)

CMYK percentages

%0
%10.71
%3.57
%89.02

Codes

Color #1C191B in popluar color models

1C 19 1B
RGB 28 25 27
HSL 320° 5.66% 10.39%
HSB/HSV 320° 10.71% 10.98%
CMYK 0.00% 10.71% 3.57%
89.02%

Color #1C191B in popluar number systems.

HEX 1C 19 1B
Decimal 28 25 27
Binary 11100 11001 11011
Octal 34 31 33

Shades and tints

Shades of #1C191B

#1C191B
(28,25,27)
#1A1719
(26,23,25)
#181517
(24,21,23)
#161315
(22,19,21)
#141113
(20,17,19)
#120F11
(18,15,17)
#100D0F
(16,13,15)
#0E0B0D
(14,11,13)
#0C090B
(12,9,11)
#0A0709
(10,7,9)
#080507
(8,5,7)
#000000
(0,0,0)

Tints of #1C191B

#1C191B
(28,25,27)
#302D2F
(48,45,47)
#444143
(68,65,67)
#585557
(88,85,87)
#6C696B
(108,105,107)
#807D7F
(128,125,127)
#949193
(148,145,147)
#A8A5A7
(168,165,167)
#BCB9BB
(188,185,187)
#D0CDCF
(208,205,207)
#E4E1E3
(228,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C191B; }

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

This text font color is #1C191B.

Background Color

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

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

This div background color is #1C191B.

Border color

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

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

This div border color is #1C191B.

Opacity

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

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

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

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

This text has shadow with #1C191B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C191B.

Preview

Color preview on black background

This text has color #1C191B on black background.


Color preview on white background

This text has color #1C191B on white background.


Black color preview on #1C191B background

This text has black color on #1C191B background.


White color preview on #1C191B background

This text has white color on #1C191B background.


Related colors

Complementary color

Complementary color for #hex is #E3E6E4.


I love getcolorcode.com

Triadic colors

1 #1B1C19 and #191B1C with #1C191B are triadic colors.

2 #1B191C and #191C1B with #1C191B are triadic colors.