COLOR #01040B

HEX: #01040B
RGB: (1,4,11)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

1
4
11

R + G + B ~ 2%. #01040B is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 4 + 11 = 16 (100%)
R 1 of 16 ~ 6.25%
G 4 of 16 ~ 25%
B 11 of 16 ~ 68.75%

%25
%68.75

CMYK color model

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

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

CMYK percentages

%90.91
%63.64
%0
%95.69

Codes

Color #01040B in popluar color models

01040B
RGB1411
HSL222°83.33%2.35%
HSB/HSV222°90.91%4.31%
CMYK90.91%63.64%0.00%
95.69%

Color #01040B in popluar number systems.

HEX01040B
Decimal1411
Binary11001011
Octal1413

Shades and tints

Shades of #01040B

#01040B
(1,4,11)
#01040A
(1,4,10)
#010409
(1,4,9)
#010408
(1,4,8)
#010407
(1,4,7)
#010406
(1,4,6)
#010405
(1,4,5)
#010404
(1,4,4)
#010403
(1,4,3)
#010402
(1,4,2)
#010401
(1,4,1)
#000000
(0,0,0)

Tints of #01040B

#01040B
(1,4,11)
#181A21
(24,26,33)
#2F3037
(47,48,55)
#46464D
(70,70,77)
#5D5C63
(93,92,99)
#747279
(116,114,121)
#8B888F
(139,136,143)
#A29EA5
(162,158,165)
#B9B4BB
(185,180,187)
#D0CAD1
(208,202,209)
#E7E0E7
(231,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01040B; }

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

This text font color is #01040B.


Background Color

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

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

This div background color is #01040B.


Border color

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

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

This div border color is #01040B.


Opacity

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

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

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

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

This text has shadow with #01040B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01040B on black background.


Color preview on white background

This text has color #01040B on white background.



Black color preview on #01040B background

This text has black color on #01040B background.


White color preview on #01040B background

This text has white color on #01040B background.