COLOR #011018

HEX: #011018 RGB: (1,16,24)

Color info

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

RGB color model

#011018 color RGB value is (1,16,24).

RGB: (1,16,24) (0%, 6%, 9%)

RGB channels and saturation

R 1 of 255 = 0%
G 16 of 255 = 6%
B 24 of 255 = 9%

1
16
24

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

Portions of RGB colors in percentages

R + G + B = 1 + 16 + 24 = 41 (100%)
R 1 of 41 ~ 2.44%
G 16 of 41 ~ 39.02%
B 24 of 41 ~ 58.54'%

%39.02
%58.54

CMYK color model

#011018 color CMYK value is (96,33,0,91).

  • cyan value is 95.83%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 90.59%

CMYK: (96,33,0,91)
C96M33Y0K91 (96%, 33%, 0%, 91%)
(0.96 / 0.33 / 0.00 / 0.91)

CMYK percentages

%95.83
%33.33
%0
%90.59

Codes

Color #011018 in popluar color models

01 10 18
RGB 1 16 24
HSL 201° 92.00% 4.90%
HSB/HSV 201° 95.83% 9.41%
CMYK 95.83% 33.33% 0.00%
90.59%

Color #011018 in popluar number systems.

HEX 01 10 18
Decimal 1 16 24
Binary 1 10000 11000
Octal 1 20 30

Shades and tints

Shades of #011018

#011018
(1,16,24)
#010F16
(1,15,22)
#010E14
(1,14,20)
#010D12
(1,13,18)
#010C10
(1,12,16)
#010B0E
(1,11,14)
#010A0C
(1,10,12)
#01090A
(1,9,10)
#010808
(1,8,8)
#010706
(1,7,6)
#010604
(1,6,4)
#000000
(0,0,0)

Tints of #011018

#011018
(1,16,24)
#18252D
(24,37,45)
#2F3A42
(47,58,66)
#464F57
(70,79,87)
#5D646C
(93,100,108)
#747981
(116,121,129)
#8B8E96
(139,142,150)
#A2A3AB
(162,163,171)
#B9B8C0
(185,184,192)
#D0CDD5
(208,205,213)
#E7E2EA
(231,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #011018; }

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

This text font color is #011018.

Background Color

.myBgColor { background-color: #011018; }

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

This div background color is #011018.

Border color

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

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

This div border color is #011018.

Opacity

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

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

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

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

This text has shadow with #011018 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #011018.

Preview

Color preview on black background

This text has color #011018 on black background.


Color preview on white background

This text has color #011018 on white background.


Black color preview on #011018 background

This text has black color on #011018 background.


White color preview on #011018 background

This text has white color on #011018 background.


Related colors

Complementary color

Complementary color for #hex is #FEEFE7.


I love getcolorcode.com

Triadic colors

1 #180110 and #101801 with #011018 are triadic colors.

2 #181001 and #100118 with #011018 are triadic colors.