COLOR #011C0D

HEX: #011C0D
RGB: (1,28,13)

Color info

#011C0D contains red, green and blue colors in about the same proportion. Web safe color of #011C0D is #003300 (or #030).

RGB color model

#011C0D color RGB value is (1,28,13).

  • red value is 1;
  • green value is 28;
  • blue value is 13.
RGB:
(1,28,13)
(0%,11%,5%)

RGB channels and saturation

R 1 of 255 = 0%
G 28 of 255 = 11%
B 13 of 255 = 5%

1
28
13

R + G + B ~ 5%. #011C0D is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 28 + 13 = 42 (100%)
R 1 of 42 ~ 2.38%
G 28 of 42 ~ 66.67%
B 13 of 42 ~ 30.95%

%66.67
%30.95

CMYK color model

#011C0D color CMYK value is (96,0,54,89).

  • cyan value is 96.43%
  • magenta value is 0.00%
  • yellow value is 53.57%
  • key color value is 89.02%
CMYK:
(96,0,54,89)
C96M0Y54K89 
(96%,0%,54%,89%)
(0.96/0.00/0.54/0.89)	

CMYK percentages

%96.43
%0
%53.57
%89.02

Codes

Color #011C0D in popluar color models

011C0D
RGB12813
HSL147°93.10%5.69%
HSB/HSV147°96.43%10.98%
CMYK96.43%0.00%53.57%
89.02%

Color #011C0D in popluar number systems.

HEX011C0D
Decimal12813
Binary1111001101
Octal13415

Shades and tints

Shades of #011C0D

#011C0D
(1,28,13)
#011A0C
(1,26,12)
#01180B
(1,24,11)
#01160A
(1,22,10)
#011409
(1,20,9)
#011208
(1,18,8)
#011007
(1,16,7)
#010E06
(1,14,6)
#010C05
(1,12,5)
#010A04
(1,10,4)
#010803
(1,8,3)
#000000
(0,0,0)

Tints of #011C0D

#011C0D
(1,28,13)
#183023
(24,48,35)
#2F4439
(47,68,57)
#46584F
(70,88,79)
#5D6C65
(93,108,101)
#74807B
(116,128,123)
#8B9491
(139,148,145)
#A2A8A7
(162,168,167)
#B9BCBD
(185,188,189)
#D0D0D3
(208,208,211)
#E7E4E9
(231,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #011C0D; }

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

This text font color is #011C0D.


Background Color

.myBgColor { background-color: #011C0D; }

<div style="background-color:#011C0D">Inner text</div>

This div background color is #011C0D.


Border color

.myBorderColor { border: 1px solid #011C0D; }

<div style="border:3px solid #011C0D">Div</div>

This div border color is #011C0D.


Opacity

.myOpacity80 { color: #011C0D; opacity: 0.8; }

<p style="color:#011C0D;opacity:0.8;">80%</p>

Text with #011C0D 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 #011C0D;}

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

This text has shadow with #011C0D color.

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

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

This text has shadow with #011C0D primary color and red secondary color.


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

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

This text has shadow with #011C0D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #011C0D on black background.


Color preview on white background

This text has color #011C0D on white background.



Black color preview on #011C0D background

This text has black color on #011C0D background.


White color preview on #011C0D background

This text has white color on #011C0D background.