COLOR #010B01

HEX: #010B01
RGB: (1,11,1)

Color info

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

RGB color model

#010B01 color RGB value is (1,11,1).

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

RGB channels and saturation

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

1
11
1

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

Portions of RGB colors in percentages

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

%84.62

CMYK color model

#010B01 color CMYK value is (91,0,91,96).

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

CMYK percentages

%90.91
%0
%90.91
%95.69

Codes

Color #010B01 in popluar color models

010B01
RGB1111
HSL120°83.33%2.35%
HSB/HSV120°90.91%4.31%
CMYK90.91%0.00%90.91%
95.69%

Color #010B01 in popluar number systems.

HEX010B01
Decimal1111
Binary110111
Octal1131

Shades and tints

Shades of #010B01

#010B01
(1,11,1)
#010A01
(1,10,1)
#010901
(1,9,1)
#010801
(1,8,1)
#010701
(1,7,1)
#010601
(1,6,1)
#010501
(1,5,1)
#010401
(1,4,1)
#010301
(1,3,1)
#010201
(1,2,1)
#010101
(1,1,1)
#000000
(0,0,0)

Tints of #010B01

#010B01
(1,11,1)
#182118
(24,33,24)
#2F372F
(47,55,47)
#464D46
(70,77,70)
#5D635D
(93,99,93)
#747974
(116,121,116)
#8B8F8B
(139,143,139)
#A2A5A2
(162,165,162)
#B9BBB9
(185,187,185)
#D0D1D0
(208,209,208)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010B01; }

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

This text font color is #010B01.


Background Color

.myBgColor { background-color: #010B01; }

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

This div background color is #010B01.


Border color

.myBorderColor { border: 1px solid #010B01; }

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

This div border color is #010B01.


Opacity

.myOpacity80 { color: #010B01; opacity: 0.8; }

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

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

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

This text has shadow with #010B01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010B01 on black background.


Color preview on white background

This text has color #010B01 on white background.



Black color preview on #010B01 background

This text has black color on #010B01 background.


White color preview on #010B01 background

This text has white color on #010B01 background.