COLOR #01000B

HEX: #01000B
RGB: (1,0,11)

Color info

#01000B contains only red and blue colors. Web safe color of #01000B is #000000 (or #000).

RGB color model

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

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

RGB channels and saturation

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

1
0
11

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

Portions of RGB colors in percentages

R + G + B =
1 + 0 + 11 = 12 (100%)
R 1 of 12 ~ 8.33%
G 0 of 12 ~ 0%
B 11 of 12 ~ 91.67%

%91.67

CMYK color model

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

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

CMYK percentages

%90.91
%100
%0
%95.69

Codes

Color #01000B in popluar color models

01000B
RGB1011
HSL245°100.00%2.16%
HSB/HSV245°100.00%4.31%
CMYK90.91%100.00%0.00%
95.69%

Color #01000B in popluar number systems.

HEX01000B
Decimal1011
Binary101011
Octal1013

Shades and tints

Shades of #01000B

#01000B
(1,0,11)
#01000A
(1,0,10)
#010009
(1,0,9)
#010008
(1,0,8)
#010007
(1,0,7)
#010006
(1,0,6)
#010005
(1,0,5)
#010004
(1,0,4)
#010003
(1,0,3)
#010002
(1,0,2)
#010001
(1,0,1)
#000000
(0,0,0)

Tints of #01000B

#01000B
(1,0,11)
#181721
(24,23,33)
#2F2E37
(47,46,55)
#46454D
(70,69,77)
#5D5C63
(93,92,99)
#747379
(116,115,121)
#8B8A8F
(139,138,143)
#A2A1A5
(162,161,165)
#B9B8BB
(185,184,187)
#D0CFD1
(208,207,209)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01000B; }

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

This text font color is #01000B.


Background Color

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

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

This div background color is #01000B.


Border color

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

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

This div border color is #01000B.


Opacity

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

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

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

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

This text has shadow with #01000B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01000B on black background.


Color preview on white background

This text has color #01000B on white background.



Black color preview on #01000B background

This text has black color on #01000B background.


White color preview on #01000B background

This text has white color on #01000B background.