COLOR #1C0C09

HEX: #1C0C09 RGB: (28,12,9)

Color info

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

RGB color model

#1C0C09 color RGB value is (28,12,9).

RGB: (28,12,9) (11%, 5%, 4%)

RGB channels and saturation

R 28 of 255 = 11%
G 12 of 255 = 5%
B 9 of 255 = 4%

28
12
9

R + G + B ~ 7%. #1C0C09 is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 12 + 9 = 49 (100%)
R 28 of 49 ~ 57.14%
G 12 of 49 ~ 24.49%
B 9 of 49 ~ 18.37'%

%57.14
%24.49
%18.37

CMYK color model

#1C0C09 color CMYK value is (0,57,68,89).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 67.86%
  • key color value is 89.02%

CMYK: (0,57,68,89)
C0M57Y68K89 (0%, 57%, 68%, 89%)
(0.00 / 0.57 / 0.68 / 0.89)

CMYK percentages

%0
%57.14
%67.86
%89.02

Codes

Color #1C0C09 in popluar color models

1C 0C 09
RGB 28 12 9
HSL 51.35% 7.25%
HSB/HSV 67.86% 10.98%
CMYK 0.00% 57.14% 67.86%
89.02%

Color #1C0C09 in popluar number systems.

HEX 1C 0C 09
Decimal 28 12 9
Binary 11100 1100 1001
Octal 34 14 11

Shades and tints

Shades of #1C0C09

#1C0C09
(28,12,9)
#1A0B09
(26,11,9)
#180A09
(24,10,9)
#160909
(22,9,9)
#140809
(20,8,9)
#120709
(18,7,9)
#100609
(16,6,9)
#0E0509
(14,5,9)
#0C0409
(12,4,9)
#0A0309
(10,3,9)
#080209
(8,2,9)
#000000
(0,0,0)

Tints of #1C0C09

#1C0C09
(28,12,9)
#30221F
(48,34,31)
#443835
(68,56,53)
#584E4B
(88,78,75)
#6C6461
(108,100,97)
#807A77
(128,122,119)
#94908D
(148,144,141)
#A8A6A3
(168,166,163)
#BCBCB9
(188,188,185)
#D0D2CF
(208,210,207)
#E4E8E5
(228,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C0C09; }

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

This text font color is #1C0C09.

Background Color

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

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

This div background color is #1C0C09.

Border color

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

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

This div border color is #1C0C09.

Opacity

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

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

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

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

This text has shadow with #1C0C09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C0C09.

Preview

Color preview on black background

This text has color #1C0C09 on black background.


Color preview on white background

This text has color #1C0C09 on white background.


Black color preview on #1C0C09 background

This text has black color on #1C0C09 background.


White color preview on #1C0C09 background

This text has white color on #1C0C09 background.


Related colors

Complementary color

Complementary color for #hex is #E3F3F6.


I love getcolorcode.com

Triadic colors

1 #091C0C and #0C091C with #1C0C09 are triadic colors.

2 #090C1C and #0C1C09 with #1C0C09 are triadic colors.