COLOR #01010B

HEX: #01010B
RGB: (1,1,11)

Color info

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

RGB color model

#01010B color RGB value is (1,1,11).

  • red value is 1;
  • green value is 1;
  • blue value is 11.
RGB:
(1,1,11)
(0%,0%,4%)

RGB channels and saturation

R 1 of 255 = 0%
G 1 of 255 = 0%
B 11 of 255 = 4%

1
1
11

R + G + B ~ 1%. #01010B is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 1 + 11 = 13 (100%)
R 1 of 13 ~ 7.69%
G 1 of 13 ~ 7.69%
B 11 of 13 ~ 84.62%

%84.62

CMYK color model

#01010B color CMYK value is (91,91,0,96).

  • cyan value is 90.91%
  • magenta value is 90.91%
  • yellow value is 0.00%
  • key color value is 95.69%
CMYK:
(91,91,0,96)
C91M91Y0K96 
(91%,91%,0%,96%)
(0.91/0.91/0.00/0.96)	

CMYK percentages

%90.91
%90.91
%0
%95.69

Codes

Color #01010B in popluar color models

01010B
RGB1111
HSL240°83.33%2.35%
HSB/HSV240°90.91%4.31%
CMYK90.91%90.91%0.00%
95.69%

Color #01010B in popluar number systems.

HEX01010B
Decimal1111
Binary111011
Octal1113

Shades and tints

Shades of #01010B

#01010B
(1,1,11)
#01010A
(1,1,10)
#010109
(1,1,9)
#010108
(1,1,8)
#010107
(1,1,7)
#010106
(1,1,6)
#010105
(1,1,5)
#010104
(1,1,4)
#010103
(1,1,3)
#010102
(1,1,2)
#010101
(1,1,1)
#000000
(0,0,0)

Tints of #01010B

#01010B
(1,1,11)
#181821
(24,24,33)
#2F2F37
(47,47,55)
#46464D
(70,70,77)
#5D5D63
(93,93,99)
#747479
(116,116,121)
#8B8B8F
(139,139,143)
#A2A2A5
(162,162,165)
#B9B9BB
(185,185,187)
#D0D0D1
(208,208,209)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01010B color. Also use rgb(1,1,11) instead hex code.

Text Font Color

.myTextColor { color: #01010B; }

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

This text font color is #01010B.


Background Color

.myBgColor { background-color: #01010B; }

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

This div background color is #01010B.


Border color

.myBorderColor { border: 1px solid #01010B; }

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

This div border color is #01010B.


Opacity

.myOpacity80 { color: #01010B; opacity: 0.8; }

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

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

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

This text has shadow with #01010B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01010B on black background.


Color preview on white background

This text has color #01010B on white background.



Black color preview on #01010B background

This text has black color on #01010B background.


White color preview on #01010B background

This text has white color on #01010B background.