COLOR #1C131A

HEX: #1C131A
RGB: (28,19,26)

Color info

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

RGB color model

#1C131A color RGB value is (28,19,26).

  • red value is 28;
  • green value is 19;
  • blue value is 26.
RGB:
(28,19,26)
(11%,7%,10%)

RGB channels and saturation

R 28 of 255 = 11%
G 19 of 255 = 7%
B 26 of 255 = 10%

28
19
26

R + G + B ~ 9%. #1C131A is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 19 + 26 = 73 (100%)
R 28 of 73 ~ 38.36%
G 19 of 73 ~ 26.03%
B 26 of 73 ~ 35.62%

%38.36
%26.03
%35.62

CMYK color model

#1C131A color CMYK value is (0,32,7,89).

  • cyan value is 0.00%
  • magenta value is 32.14%
  • yellow value is 7.14%
  • key color value is 89.02%
CMYK:
(0,32,7,89)
C0M32Y7K89 
(0%,32%,7%,89%)
(0.00/0.32/0.07/0.89)	

CMYK percentages

%0
%32.14
%7.14
%89.02

Codes

Color #1C131A in popluar color models

1C131A
RGB281926
HSL313°19.15%9.22%
HSB/HSV313°32.14%10.98%
CMYK0.00%32.14%7.14%
89.02%

Color #1C131A in popluar number systems.

HEX1C131A
Decimal281926
Binary111001001111010
Octal342332

Shades and tints

Shades of #1C131A

#1C131A
(28,19,26)
#1A1218
(26,18,24)
#181116
(24,17,22)
#161014
(22,16,20)
#140F12
(20,15,18)
#120E10
(18,14,16)
#100D0E
(16,13,14)
#0E0C0C
(14,12,12)
#0C0B0A
(12,11,10)
#0A0A08
(10,10,8)
#080906
(8,9,6)
#000000
(0,0,0)

Tints of #1C131A

#1C131A
(28,19,26)
#30282E
(48,40,46)
#443D42
(68,61,66)
#585256
(88,82,86)
#6C676A
(108,103,106)
#807C7E
(128,124,126)
#949192
(148,145,146)
#A8A6A6
(168,166,166)
#BCBBBA
(188,187,186)
#D0D0CE
(208,208,206)
#E4E5E2
(228,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C131A; }

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

This text font color is #1C131A.


Background Color

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

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

This div background color is #1C131A.


Border color

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

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

This div border color is #1C131A.


Opacity

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

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

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

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

This text has shadow with #1C131A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C131A on black background.


Color preview on white background

This text has color #1C131A on white background.



Black color preview on #1C131A background

This text has black color on #1C131A background.


White color preview on #1C131A background

This text has white color on #1C131A background.