COLOR #011C0F

HEX: #011C0F
RGB: (1,28,15)

Color info

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

RGB color model

#011C0F color RGB value is (1,28,15).

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

RGB channels and saturation

R 1 of 255 = 0%
G 28 of 255 = 11%
B 15 of 255 = 6%

1
28
15

R + G + B ~ 6%. #011C0F is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 28 + 15 = 44 (100%)
R 1 of 44 ~ 2.27%
G 28 of 44 ~ 63.64%
B 15 of 44 ~ 34.09%

%63.64
%34.09

CMYK color model

#011C0F color CMYK value is (96,0,46,89).

  • cyan value is 96.43%
  • magenta value is 0.00%
  • yellow value is 46.43%
  • key color value is 89.02%
CMYK:
(96,0,46,89)
C96M0Y46K89 
(96%,0%,46%,89%)
(0.96/0.00/0.46/0.89)	

CMYK percentages

%96.43
%0
%46.43
%89.02

Codes

Color #011C0F in popluar color models

011C0F
RGB12815
HSL151°93.10%5.69%
HSB/HSV151°96.43%10.98%
CMYK96.43%0.00%46.43%
89.02%

Color #011C0F in popluar number systems.

HEX011C0F
Decimal12815
Binary1111001111
Octal13417

Shades and tints

Shades of #011C0F

#011C0F
(1,28,15)
#011A0E
(1,26,14)
#01180D
(1,24,13)
#01160C
(1,22,12)
#01140B
(1,20,11)
#01120A
(1,18,10)
#011009
(1,16,9)
#010E08
(1,14,8)
#010C07
(1,12,7)
#010A06
(1,10,6)
#010805
(1,8,5)
#000000
(0,0,0)

Tints of #011C0F

#011C0F
(1,28,15)
#183024
(24,48,36)
#2F4439
(47,68,57)
#46584E
(70,88,78)
#5D6C63
(93,108,99)
#748078
(116,128,120)
#8B948D
(139,148,141)
#A2A8A2
(162,168,162)
#B9BCB7
(185,188,183)
#D0D0CC
(208,208,204)
#E7E4E1
(231,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #011C0F; }

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

This text font color is #011C0F.


Background Color

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

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

This div background color is #011C0F.


Border color

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

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

This div border color is #011C0F.


Opacity

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

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

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

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

This text has shadow with #011C0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #011C0F on black background.


Color preview on white background

This text has color #011C0F on white background.



Black color preview on #011C0F background

This text has black color on #011C0F background.


White color preview on #011C0F background

This text has white color on #011C0F background.