COLOR #011B10

HEX: #011B10 RGB: (1,27,16)

Color info

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

RGB color model

#011B10 color RGB value is (1,27,16).

RGB: (1,27,16) (0%, 11%, 6%)

RGB channels and saturation

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

1
27
16

R + G + B ~ 6%. #011B10 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 27 + 16 = 44 (100%)
R 1 of 44 ~ 2.27%
G 27 of 44 ~ 61.36%
B 16 of 44 ~ 36.36'%

%61.36
%36.36

CMYK color model

#011B10 color CMYK value is (96,0,41,89).

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

CMYK: (96,0,41,89)
C96M0Y41K89 (96%, 0%, 41%, 89%)
(0.96 / 0.00 / 0.41 / 0.89)

CMYK percentages

%96.3
%0
%40.74
%89.41

Codes

Color #011B10 in popluar color models

01 1B 10
RGB 1 27 16
HSL 155° 92.86% 5.49%
HSB/HSV 155° 96.30% 10.59%
CMYK 96.30% 0.00% 40.74%
89.41%

Color #011B10 in popluar number systems.

HEX 01 1B 10
Decimal 1 27 16
Binary 1 11011 10000
Octal 1 33 20

Shades and tints

Shades of #011B10

#011B10
(1,27,16)
#01190F
(1,25,15)
#01170E
(1,23,14)
#01150D
(1,21,13)
#01130C
(1,19,12)
#01110B
(1,17,11)
#010F0A
(1,15,10)
#010D09
(1,13,9)
#010B08
(1,11,8)
#010907
(1,9,7)
#010706
(1,7,6)
#000000
(0,0,0)

Tints of #011B10

#011B10
(1,27,16)
#182F25
(24,47,37)
#2F433A
(47,67,58)
#46574F
(70,87,79)
#5D6B64
(93,107,100)
#747F79
(116,127,121)
#8B938E
(139,147,142)
#A2A7A3
(162,167,163)
#B9BBB8
(185,187,184)
#D0CFCD
(208,207,205)
#E7E3E2
(231,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #011B10; }

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

This text font color is #011B10.

Background Color

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

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

This div background color is #011B10.

Border color

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

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

This div border color is #011B10.

Opacity

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

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

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

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

This text has shadow with #011B10 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #011B10.

Preview

Color preview on black background

This text has color #011B10 on black background.


Color preview on white background

This text has color #011B10 on white background.


Black color preview on #011B10 background

This text has black color on #011B10 background.


White color preview on #011B10 background

This text has white color on #011B10 background.


Related colors

Complementary color

Complementary color for #hex is #FEE4EF.


I love getcolorcode.com

Triadic colors

1 #10011B and #1B1001 with #011B10 are triadic colors.

2 #101B01 and #1B0110 with #011B10 are triadic colors.