COLOR #011614

HEX: #011614
RGB: (1,22,20)

Color info

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

RGB color model

#011614 color RGB value is (1,22,20).

  • red value is 1;
  • green value is 22;
  • blue value is 20.
RGB:
(1,22,20)
(0%,9%,8%)

RGB channels and saturation

R 1 of 255 = 0%
G 22 of 255 = 9%
B 20 of 255 = 8%

1
22
20

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

Portions of RGB colors in percentages

R + G + B =
1 + 22 + 20 = 43 (100%)
R 1 of 43 ~ 2.33%
G 22 of 43 ~ 51.16%
B 20 of 43 ~ 46.51%

%51.16
%46.51

CMYK color model

#011614 color CMYK value is (95,0,9,91).

  • cyan value is 95.45%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 91.37%
CMYK:
(95,0,9,91)
C95M0Y9K91 
(95%,0%,9%,91%)
(0.95/0.00/0.09/0.91)	

CMYK percentages

%95.45
%0
%9.09
%91.37

Codes

Color #011614 in popluar color models

011614
RGB12220
HSL174°91.30%4.51%
HSB/HSV174°95.45%8.63%
CMYK95.45%0.00%9.09%
91.37%

Color #011614 in popluar number systems.

HEX011614
Decimal12220
Binary11011010100
Octal12624

Shades and tints

Shades of #011614

#011614
(1,22,20)
#011413
(1,20,19)
#011212
(1,18,18)
#011011
(1,16,17)
#010E10
(1,14,16)
#010C0F
(1,12,15)
#010A0E
(1,10,14)
#01080D
(1,8,13)
#01060C
(1,6,12)
#01040B
(1,4,11)
#01020A
(1,2,10)
#000000
(0,0,0)

Tints of #011614

#011614
(1,22,20)
#182B29
(24,43,41)
#2F403E
(47,64,62)
#465553
(70,85,83)
#5D6A68
(93,106,104)
#747F7D
(116,127,125)
#8B9492
(139,148,146)
#A2A9A7
(162,169,167)
#B9BEBC
(185,190,188)
#D0D3D1
(208,211,209)
#E7E8E6
(231,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #011614 color. Also use rgb(1,22,20) instead hex code.

Text Font Color

.myTextColor { color: #011614; }

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

This text font color is #011614.


Background Color

.myBgColor { background-color: #011614; }

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

This div background color is #011614.


Border color

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

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

This div border color is #011614.


Opacity

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

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

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

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

This text has shadow with #011614 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #011614 on black background.


Color preview on white background

This text has color #011614 on white background.



Black color preview on #011614 background

This text has black color on #011614 background.


White color preview on #011614 background

This text has white color on #011614 background.