COLOR #011918

HEX: #011918
RGB: (1,25,24)

Color info

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

RGB color model

#011918 color RGB value is (1,25,24).

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

RGB channels and saturation

R 1 of 255 = 0%
G 25 of 255 = 10%
B 24 of 255 = 9%

1
25
24

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

Portions of RGB colors in percentages

R + G + B =
1 + 25 + 24 = 50 (100%)
R 1 of 50 ~ 2%
G 25 of 50 ~ 50%
B 24 of 50 ~ 48%

%50
%48

CMYK color model

#011918 color CMYK value is (96,0,4,90).

  • cyan value is 96.00%
  • magenta value is 0.00%
  • yellow value is 4.00%
  • key color value is 90.20%
CMYK:
(96,0,4,90)
C96M0Y4K90 
(96%,0%,4%,90%)
(0.96/0.00/0.04/0.90)	

CMYK percentages

%96
%0
%4
%90.2

Codes

Color #011918 in popluar color models

011918
RGB12524
HSL178°92.31%5.10%
HSB/HSV178°96.00%9.80%
CMYK96.00%0.00%4.00%
90.20%

Color #011918 in popluar number systems.

HEX011918
Decimal12524
Binary11100111000
Octal13130

Shades and tints

Shades of #011918

#011918
(1,25,24)
#011716
(1,23,22)
#011514
(1,21,20)
#011312
(1,19,18)
#011110
(1,17,16)
#010F0E
(1,15,14)
#010D0C
(1,13,12)
#010B0A
(1,11,10)
#010908
(1,9,8)
#010706
(1,7,6)
#010504
(1,5,4)
#000000
(0,0,0)

Tints of #011918

#011918
(1,25,24)
#182D2D
(24,45,45)
#2F4142
(47,65,66)
#465557
(70,85,87)
#5D696C
(93,105,108)
#747D81
(116,125,129)
#8B9196
(139,145,150)
#A2A5AB
(162,165,171)
#B9B9C0
(185,185,192)
#D0CDD5
(208,205,213)
#E7E1EA
(231,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #011918; }

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

This text font color is #011918.


Background Color

.myBgColor { background-color: #011918; }

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

This div background color is #011918.


Border color

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

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

This div border color is #011918.


Opacity

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

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

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

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

This text has shadow with #011918 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #011918 on black background.


Color preview on white background

This text has color #011918 on white background.



Black color preview on #011918 background

This text has black color on #011918 background.


White color preview on #011918 background

This text has white color on #011918 background.