COLOR #01001B

HEX: #01001B
RGB: (1,0,27)

Color info

#01001B contains only red and blue colors. Web safe color of #01001B is #000033 (or #003).

RGB color model

#01001B color RGB value is (1,0,27).

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

RGB channels and saturation

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

1
0
27

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

Portions of RGB colors in percentages

R + G + B =
1 + 0 + 27 = 28 (100%)
R 1 of 28 ~ 3.57%
G 0 of 28 ~ 0%
B 27 of 28 ~ 96.43%

%96.43

CMYK color model

#01001B color CMYK value is (96,100,0,89).

  • cyan value is 96.30%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(96,100,0,89)
C96M100Y0K89 
(96%,100%,0%,89%)
(0.96/1.00/0.00/0.89)	

CMYK percentages

%96.3
%100
%0
%89.41

Codes

Color #01001B in popluar color models

01001B
RGB1027
HSL242°100.00%5.29%
HSB/HSV242°100.00%10.59%
CMYK96.30%100.00%0.00%
89.41%

Color #01001B in popluar number systems.

HEX01001B
Decimal1027
Binary1011011
Octal1033

Shades and tints

Shades of #01001B

#01001B
(1,0,27)
#010019
(1,0,25)
#010017
(1,0,23)
#010015
(1,0,21)
#010013
(1,0,19)
#010011
(1,0,17)
#01000F
(1,0,15)
#01000D
(1,0,13)
#01000B
(1,0,11)
#010009
(1,0,9)
#010007
(1,0,7)
#000000
(0,0,0)

Tints of #01001B

#01001B
(1,0,27)
#18172F
(24,23,47)
#2F2E43
(47,46,67)
#464557
(70,69,87)
#5D5C6B
(93,92,107)
#74737F
(116,115,127)
#8B8A93
(139,138,147)
#A2A1A7
(162,161,167)
#B9B8BB
(185,184,187)
#D0CFCF
(208,207,207)
#E7E6E3
(231,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01001B; }

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

This text font color is #01001B.


Background Color

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

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

This div background color is #01001B.


Border color

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

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

This div border color is #01001B.


Opacity

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

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

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

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

This text has shadow with #01001B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01001B on black background.


Color preview on white background

This text has color #01001B on white background.



Black color preview on #01001B background

This text has black color on #01001B background.


White color preview on #01001B background

This text has white color on #01001B background.