COLOR #1C131C

HEX: #1C131C RGB: (28,19,28)

Color info

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

RGB color model

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

RGB: (28,19,28) (11%, 7%, 11%)

RGB channels and saturation

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

28
19
28

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

Portions of RGB colors in percentages

R + G + B = 28 + 19 + 28 = 75 (100%)
R 28 of 75 ~ 37.33%
G 19 of 75 ~ 25.33%
B 28 of 75 ~ 37.33'%

%37.33
%25.33
%37.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.14%
  • yellow value is 0.00%
  • key color value is 89.02%

CMYK: (0,32,0,89)
C0M32Y0K89 (0%, 32%, 0%, 89%)
(0.00 / 0.32 / 0.00 / 0.89)

CMYK percentages

%0
%32.14
%0
%89.02

Codes

Color #1C131C in popluar color models

1C 13 1C
RGB 28 19 28
HSL 300° 19.15% 9.22%
HSB/HSV 300° 32.14% 10.98%
CMYK 0.00% 32.14% 0.00%
89.02%

Color #1C131C in popluar number systems.

HEX 1C 13 1C
Decimal 28 19 28
Binary 11100 10011 11100
Octal 34 23 34

Shades and tints

Shades of #1C131C

#1C131C
(28,19,28)
#1A121A
(26,18,26)
#181118
(24,17,24)
#161016
(22,16,22)
#140F14
(20,15,20)
#120E12
(18,14,18)
#100D10
(16,13,16)
#0E0C0E
(14,12,14)
#0C0B0C
(12,11,12)
#0A0A0A
(10,10,10)
#080908
(8,9,8)
#000000
(0,0,0)

Tints of #1C131C

#1C131C
(28,19,28)
#302830
(48,40,48)
#443D44
(68,61,68)
#585258
(88,82,88)
#6C676C
(108,103,108)
#807C80
(128,124,128)
#949194
(148,145,148)
#A8A6A8
(168,166,168)
#BCBBBC
(188,187,188)
#D0D0D0
(208,208,208)
#E4E5E4
(228,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C131C; }

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

This text font color is #1C131C.

Background Color

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

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

This div background color is #1C131C.

Border color

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

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

This div border color is #1C131C.

Opacity

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

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

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

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

This text has shadow with #1C131C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C131C.

Preview

Color preview on black background

This text has color #1C131C on black background.


Color preview on white background

This text has color #1C131C on white background.


Black color preview on #1C131C background

This text has black color on #1C131C background.


White color preview on #1C131C background

This text has white color on #1C131C background.


Related colors

Complementary color

Complementary color for #hex is #E3ECE3.


I love getcolorcode.com

Triadic colors

1 #1C1C13 and #131C1C with #1C131C are triadic colors.

2 #1C131C and #131C1C with #1C131C are triadic colors.