COLOR #010618

HEX: #010618
RGB: (1,6,24)

Color info

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

RGB color model

#010618 color RGB value is (1,6,24).

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

RGB channels and saturation

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

1
6
24

R + G + B ~ 4%. #010618 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 6 + 24 = 31 (100%)
R 1 of 31 ~ 3.23%
G 6 of 31 ~ 19.35%
B 24 of 31 ~ 77.42%

%19.35
%77.42

CMYK color model

#010618 color CMYK value is (96,75,0,91).

  • cyan value is 95.83%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 90.59%
CMYK:
(96,75,0,91)
C96M75Y0K91 
(96%,75%,0%,91%)
(0.96/0.75/0.00/0.91)	

CMYK percentages

%95.83
%75
%0
%90.59

Codes

Color #010618 in popluar color models

010618
RGB1624
HSL227°92.00%4.90%
HSB/HSV227°95.83%9.41%
CMYK95.83%75.00%0.00%
90.59%

Color #010618 in popluar number systems.

HEX010618
Decimal1624
Binary111011000
Octal1630

Shades and tints

Shades of #010618

#010618
(1,6,24)
#010616
(1,6,22)
#010614
(1,6,20)
#010612
(1,6,18)
#010610
(1,6,16)
#01060E
(1,6,14)
#01060C
(1,6,12)
#01060A
(1,6,10)
#010608
(1,6,8)
#010606
(1,6,6)
#010604
(1,6,4)
#000000
(0,0,0)

Tints of #010618

#010618
(1,6,24)
#181C2D
(24,28,45)
#2F3242
(47,50,66)
#464857
(70,72,87)
#5D5E6C
(93,94,108)
#747481
(116,116,129)
#8B8A96
(139,138,150)
#A2A0AB
(162,160,171)
#B9B6C0
(185,182,192)
#D0CCD5
(208,204,213)
#E7E2EA
(231,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010618; }

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

This text font color is #010618.


Background Color

.myBgColor { background-color: #010618; }

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

This div background color is #010618.


Border color

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

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

This div border color is #010618.


Opacity

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

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

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

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

This text has shadow with #010618 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010618 on black background.


Color preview on white background

This text has color #010618 on white background.



Black color preview on #010618 background

This text has black color on #010618 background.


White color preview on #010618 background

This text has white color on #010618 background.