COLOR #01090B

HEX: #01090B
RGB: (1,9,11)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

1
9
11

R + G + B ~ 3%. #01090B is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 9 + 11 = 21 (100%)
R 1 of 21 ~ 4.76%
G 9 of 21 ~ 42.86%
B 11 of 21 ~ 52.38%

%42.86
%52.38

CMYK color model

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

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

CMYK percentages

%90.91
%18.18
%0
%95.69

Codes

Color #01090B in popluar color models

01090B
RGB1911
HSL192°83.33%2.35%
HSB/HSV192°90.91%4.31%
CMYK90.91%18.18%0.00%
95.69%

Color #01090B in popluar number systems.

HEX01090B
Decimal1911
Binary110011011
Octal11113

Shades and tints

Shades of #01090B

#01090B
(1,9,11)
#01090A
(1,9,10)
#010909
(1,9,9)
#010908
(1,9,8)
#010907
(1,9,7)
#010906
(1,9,6)
#010905
(1,9,5)
#010904
(1,9,4)
#010903
(1,9,3)
#010902
(1,9,2)
#010901
(1,9,1)
#000000
(0,0,0)

Tints of #01090B

#01090B
(1,9,11)
#181F21
(24,31,33)
#2F3537
(47,53,55)
#464B4D
(70,75,77)
#5D6163
(93,97,99)
#747779
(116,119,121)
#8B8D8F
(139,141,143)
#A2A3A5
(162,163,165)
#B9B9BB
(185,185,187)
#D0CFD1
(208,207,209)
#E7E5E7
(231,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01090B; }

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

This text font color is #01090B.


Background Color

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

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

This div background color is #01090B.


Border color

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

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

This div border color is #01090B.


Opacity

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

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

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

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

This text has shadow with #01090B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01090B on black background.


Color preview on white background

This text has color #01090B on white background.



Black color preview on #01090B background

This text has black color on #01090B background.


White color preview on #01090B background

This text has white color on #01090B background.