COLOR #011513

HEX: #011513
RGB: (1,21,19)

Color info

#011513 contains red, green and blue colors in about the same proportion. Web safe color of #011513 is #000000 (or #000).

RGB color model

#011513 color RGB value is (1,21,19).

  • red value is 1;
  • green value is 21;
  • blue value is 19.
RGB:
(1,21,19)
(0%,8%,7%)

RGB channels and saturation

R 1 of 255 = 0%
G 21 of 255 = 8%
B 19 of 255 = 7%

1
21
19

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

Portions of RGB colors in percentages

R + G + B =
1 + 21 + 19 = 41 (100%)
R 1 of 41 ~ 2.44%
G 21 of 41 ~ 51.22%
B 19 of 41 ~ 46.34%

%51.22
%46.34

CMYK color model

#011513 color CMYK value is (95,0,10,92).

  • cyan value is 95.24%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 91.76%
CMYK:
(95,0,10,92)
C95M0Y10K92 
(95%,0%,10%,92%)
(0.95/0.00/0.10/0.92)	

CMYK percentages

%95.24
%0
%9.52
%91.76

Codes

Color #011513 in popluar color models

011513
RGB12119
HSL174°90.91%4.31%
HSB/HSV174°95.24%8.24%
CMYK95.24%0.00%9.52%
91.76%

Color #011513 in popluar number systems.

HEX011513
Decimal12119
Binary11010110011
Octal12523

Shades and tints

Shades of #011513

#011513
(1,21,19)
#011412
(1,20,18)
#011311
(1,19,17)
#011210
(1,18,16)
#01110F
(1,17,15)
#01100E
(1,16,14)
#010F0D
(1,15,13)
#010E0C
(1,14,12)
#010D0B
(1,13,11)
#010C0A
(1,12,10)
#010B09
(1,11,9)
#000000
(0,0,0)

Tints of #011513

#011513
(1,21,19)
#182A28
(24,42,40)
#2F3F3D
(47,63,61)
#465452
(70,84,82)
#5D6967
(93,105,103)
#747E7C
(116,126,124)
#8B9391
(139,147,145)
#A2A8A6
(162,168,166)
#B9BDBB
(185,189,187)
#D0D2D0
(208,210,208)
#E7E7E5
(231,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #011513; }

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

This text font color is #011513.


Background Color

.myBgColor { background-color: #011513; }

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

This div background color is #011513.


Border color

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

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

This div border color is #011513.


Opacity

.myOpacity80 { color: #011513; opacity: 0.8; }

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

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

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

This text has shadow with #011513 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #011513 on black background.


Color preview on white background

This text has color #011513 on white background.



Black color preview on #011513 background

This text has black color on #011513 background.


White color preview on #011513 background

This text has white color on #011513 background.