COLOR #1C0B11

HEX: #1C0B11
RGB: (28,11,17)

Color info

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

RGB color model

#1C0B11 color RGB value is (28,11,17).

  • red value is 28;
  • green value is 11;
  • blue value is 17.
RGB:
(28,11,17)
(11%,4%,7%)

RGB channels and saturation

R 28 of 255 = 11%
G 11 of 255 = 4%
B 17 of 255 = 7%

28
11
17

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

Portions of RGB colors in percentages

R + G + B =
28 + 11 + 17 = 56 (100%)
R 28 of 56 ~ 50%
G 11 of 56 ~ 19.64%
B 17 of 56 ~ 30.36%

%50
%19.64
%30.36

CMYK color model

#1C0B11 color CMYK value is (0,61,39,89).

  • cyan value is 0.00%
  • magenta value is 60.71%
  • yellow value is 39.29%
  • key color value is 89.02%
CMYK:
(0,61,39,89)
C0M61Y39K89 
(0%,61%,39%,89%)
(0.00/0.61/0.39/0.89)	

CMYK percentages

%0
%60.71
%39.29
%89.02

Codes

Color #1C0B11 in popluar color models

1C0B11
RGB281117
HSL339°43.59%7.65%
HSB/HSV339°60.71%10.98%
CMYK0.00%60.71%39.29%
89.02%

Color #1C0B11 in popluar number systems.

HEX1C0B11
Decimal281117
Binary11100101110001
Octal341321

Shades and tints

Shades of #1C0B11

#1C0B11
(28,11,17)
#1A0A10
(26,10,16)
#18090F
(24,9,15)
#16080E
(22,8,14)
#14070D
(20,7,13)
#12060C
(18,6,12)
#10050B
(16,5,11)
#0E040A
(14,4,10)
#0C0309
(12,3,9)
#0A0208
(10,2,8)
#080107
(8,1,7)
#000000
(0,0,0)

Tints of #1C0B11

#1C0B11
(28,11,17)
#302126
(48,33,38)
#44373B
(68,55,59)
#584D50
(88,77,80)
#6C6365
(108,99,101)
#80797A
(128,121,122)
#948F8F
(148,143,143)
#A8A5A4
(168,165,164)
#BCBBB9
(188,187,185)
#D0D1CE
(208,209,206)
#E4E7E3
(228,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C0B11; }

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

This text font color is #1C0B11.


Background Color

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

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

This div background color is #1C0B11.


Border color

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

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

This div border color is #1C0B11.


Opacity

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

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

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

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

This text has shadow with #1C0B11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C0B11 on black background.


Color preview on white background

This text has color #1C0B11 on white background.



Black color preview on #1C0B11 background

This text has black color on #1C0B11 background.


White color preview on #1C0B11 background

This text has white color on #1C0B11 background.