COLOR #011418

HEX: #011418
RGB: (1,20,24)

Color info

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

RGB color model

#011418 color RGB value is (1,20,24).

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

RGB channels and saturation

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

1
20
24

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

Portions of RGB colors in percentages

R + G + B =
1 + 20 + 24 = 45 (100%)
R 1 of 45 ~ 2.22%
G 20 of 45 ~ 44.44%
B 24 of 45 ~ 53.33%

%44.44
%53.33

CMYK color model

#011418 color CMYK value is (96,17,0,91).

  • cyan value is 95.83%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 90.59%
CMYK:
(96,17,0,91)
C96M17Y0K91 
(96%,17%,0%,91%)
(0.96/0.17/0.00/0.91)	

CMYK percentages

%95.83
%16.67
%0
%90.59

Codes

Color #011418 in popluar color models

011418
RGB12024
HSL190°92.00%4.90%
HSB/HSV190°95.83%9.41%
CMYK95.83%16.67%0.00%
90.59%

Color #011418 in popluar number systems.

HEX011418
Decimal12024
Binary11010011000
Octal12430

Shades and tints

Shades of #011418

#011418
(1,20,24)
#011316
(1,19,22)
#011214
(1,18,20)
#011112
(1,17,18)
#011010
(1,16,16)
#010F0E
(1,15,14)
#010E0C
(1,14,12)
#010D0A
(1,13,10)
#010C08
(1,12,8)
#010B06
(1,11,6)
#010A04
(1,10,4)
#000000
(0,0,0)

Tints of #011418

#011418
(1,20,24)
#18292D
(24,41,45)
#2F3E42
(47,62,66)
#465357
(70,83,87)
#5D686C
(93,104,108)
#747D81
(116,125,129)
#8B9296
(139,146,150)
#A2A7AB
(162,167,171)
#B9BCC0
(185,188,192)
#D0D1D5
(208,209,213)
#E7E6EA
(231,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #011418; }

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

This text font color is #011418.


Background Color

.myBgColor { background-color: #011418; }

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

This div background color is #011418.


Border color

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

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

This div border color is #011418.


Opacity

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

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

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

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

This text has shadow with #011418 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #011418 on black background.


Color preview on white background

This text has color #011418 on white background.



Black color preview on #011418 background

This text has black color on #011418 background.


White color preview on #011418 background

This text has white color on #011418 background.