COLOR #011B09

HEX: #011B09 RGB: (1,27,9)

Color info

#011B09 contains red, green and blue colors in about the same proportion. Web safe color of #011B09 is #003300 (or #030).

RGB color model

#011B09 color RGB value is (1,27,9).

RGB: (1,27,9) (0%, 11%, 4%)

RGB channels and saturation

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

1
27
9

R + G + B ~ 5%. #011B09 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 27 + 9 = 37 (100%)
R 1 of 37 ~ 2.7%
G 27 of 37 ~ 72.97%
B 9 of 37 ~ 24.32'%

%72.97
%24.32

CMYK color model

#011B09 color CMYK value is (96,0,67,89).

  • cyan value is 96.30%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 89.41%

CMYK: (96,0,67,89)
C96M0Y67K89 (96%, 0%, 67%, 89%)
(0.96 / 0.00 / 0.67 / 0.89)

CMYK percentages

%96.3
%0
%66.67
%89.41

Codes

Color #011B09 in popluar color models

01 1B 09
RGB 1 27 9
HSL 138° 92.86% 5.49%
HSB/HSV 138° 96.30% 10.59%
CMYK 96.30% 0.00% 66.67%
89.41%

Color #011B09 in popluar number systems.

HEX 01 1B 09
Decimal 1 27 9
Binary 1 11011 1001
Octal 1 33 11

Shades and tints

Shades of #011B09

#011B09
(1,27,9)
#011909
(1,25,9)
#011709
(1,23,9)
#011509
(1,21,9)
#011309
(1,19,9)
#011109
(1,17,9)
#010F09
(1,15,9)
#010D09
(1,13,9)
#010B09
(1,11,9)
#010909
(1,9,9)
#010709
(1,7,9)
#000000
(0,0,0)

Tints of #011B09

#011B09
(1,27,9)
#182F1F
(24,47,31)
#2F4335
(47,67,53)
#46574B
(70,87,75)
#5D6B61
(93,107,97)
#747F77
(116,127,119)
#8B938D
(139,147,141)
#A2A7A3
(162,167,163)
#B9BBB9
(185,187,185)
#D0CFCF
(208,207,207)
#E7E3E5
(231,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #011B09 color. Also use rgb(1,27,9) instead hex code.

Text Font Color

.myTextColor { color: #011B09; }

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

This text font color is #011B09.

Background Color

.myBgColor { background-color: #011B09; }

<div style="background-color:#011B09">Inner text</div>

This div background color is #011B09.

Border color

.myBorderColor { border: 1px solid #011B09; }

<div style="border:3px solid #011B09">Div</div>

This div border color is #011B09.

Opacity

.myOpacity80 { color: #011B09; opacity: 0.8; }

<p style="color:#011B09;opacity:0.8;">80%</p>

Text with #011B09 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 #011B09;}

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

This text has shadow with #011B09 color.


.textShadow {text-shadow: 3px 3px 1px #011B09', 3px 3px 1px red;}

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

This text has shadow with #011B09 primary color and red secondary color.


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

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

This text has shadow with #011B09 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #011B09; -webkit-box-shadow: 1px 1px 3px 2px #011B09; box-shadow:1px 1px 3px 2px #011B09;">
Div content here
</div>

This div box has shadow with color #011B09.

Preview

Color preview on black background

This text has color #011B09 on black background.


Color preview on white background

This text has color #011B09 on white background.


Black color preview on #011B09 background

This text has black color on #011B09 background.


White color preview on #011B09 background

This text has white color on #011B09 background.


Related colors

Complementary color

Complementary color for #hex is #FEE4F6.


I love getcolorcode.com

Triadic colors

1 #09011B and #1B0901 with #011B09 are triadic colors.

2 #091B01 and #1B0109 with #011B09 are triadic colors.