COLOR #1C130B

HEX: #1C130B
RGB: (28,19,11)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

28
19
11

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

Portions of RGB colors in percentages

R + G + B =
28 + 19 + 11 = 58 (100%)
R 28 of 58 ~ 48.28%
G 19 of 58 ~ 32.76%
B 11 of 58 ~ 18.97%

%48.28
%32.76
%18.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.14%
  • yellow value is 60.71%
  • key color value is 89.02%
CMYK:
(0,32,61,89)
C0M32Y61K89 
(0%,32%,61%,89%)
(0.00/0.32/0.61/0.89)	

CMYK percentages

%0
%32.14
%60.71
%89.02

Codes

Color #1C130B in popluar color models

1C130B
RGB281911
HSL28°43.59%7.65%
HSB/HSV28°60.71%10.98%
CMYK0.00%32.14%60.71%
89.02%

Color #1C130B in popluar number systems.

HEX1C130B
Decimal281911
Binary11100100111011
Octal342313

Shades and tints

Shades of #1C130B

#1C130B
(28,19,11)
#1A120A
(26,18,10)
#181109
(24,17,9)
#161008
(22,16,8)
#140F07
(20,15,7)
#120E06
(18,14,6)
#100D05
(16,13,5)
#0E0C04
(14,12,4)
#0C0B03
(12,11,3)
#0A0A02
(10,10,2)
#080901
(8,9,1)
#000000
(0,0,0)

Tints of #1C130B

#1C130B
(28,19,11)
#302821
(48,40,33)
#443D37
(68,61,55)
#58524D
(88,82,77)
#6C6763
(108,103,99)
#807C79
(128,124,121)
#94918F
(148,145,143)
#A8A6A5
(168,166,165)
#BCBBBB
(188,187,187)
#D0D0D1
(208,208,209)
#E4E5E7
(228,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C130B; }

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

This text font color is #1C130B.


Background Color

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

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

This div background color is #1C130B.


Border color

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

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

This div border color is #1C130B.


Opacity

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

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

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

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

This text has shadow with #1C130B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C130B on black background.


Color preview on white background

This text has color #1C130B on white background.



Black color preview on #1C130B background

This text has black color on #1C130B background.


White color preview on #1C130B background

This text has white color on #1C130B background.