COLOR #1C1312

HEX: #1C1312 RGB: (28,19,18)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

28
19
18

R + G + B ~ 8%. #1C1312 is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 19 + 18 = 65 (100%)
R 28 of 65 ~ 43.08%
G 19 of 65 ~ 29.23%
B 18 of 65 ~ 27.69'%

%43.08
%29.23
%27.69

CMYK color model

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

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

CMYK: (0,32,36,89)
C0M32Y36K89 (0%, 32%, 36%, 89%)
(0.00 / 0.32 / 0.36 / 0.89)

CMYK percentages

%0
%32.14
%35.71
%89.02

Codes

Color #1C1312 in popluar color models

1C 13 12
RGB 28 19 18
HSL 21.74% 9.02%
HSB/HSV 35.71% 10.98%
CMYK 0.00% 32.14% 35.71%
89.02%

Color #1C1312 in popluar number systems.

HEX 1C 13 12
Decimal 28 19 18
Binary 11100 10011 10010
Octal 34 23 22

Shades and tints

Shades of #1C1312

#1C1312
(28,19,18)
#1A1211
(26,18,17)
#181110
(24,17,16)
#16100F
(22,16,15)
#140F0E
(20,15,14)
#120E0D
(18,14,13)
#100D0C
(16,13,12)
#0E0C0B
(14,12,11)
#0C0B0A
(12,11,10)
#0A0A09
(10,10,9)
#080908
(8,9,8)
#000000
(0,0,0)

Tints of #1C1312

#1C1312
(28,19,18)
#302827
(48,40,39)
#443D3C
(68,61,60)
#585251
(88,82,81)
#6C6766
(108,103,102)
#807C7B
(128,124,123)
#949190
(148,145,144)
#A8A6A5
(168,166,165)
#BCBBBA
(188,187,186)
#D0D0CF
(208,208,207)
#E4E5E4
(228,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C1312; }

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

This text font color is #1C1312.

Background Color

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

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

This div background color is #1C1312.

Border color

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

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

This div border color is #1C1312.

Opacity

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

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

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

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

This text has shadow with #1C1312 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C1312.

Preview

Color preview on black background

This text has color #1C1312 on black background.


Color preview on white background

This text has color #1C1312 on white background.


Black color preview on #1C1312 background

This text has black color on #1C1312 background.


White color preview on #1C1312 background

This text has white color on #1C1312 background.


Related colors

Complementary color

Complementary color for #hex is #E3ECED.


I love getcolorcode.com

Triadic colors

1 #121C13 and #13121C with #1C1312 are triadic colors.

2 #12131C and #131C12 with #1C1312 are triadic colors.