COLOR #011908

HEX: #011908 RGB: (1,25,8)

Color info

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

RGB color model

#011908 color RGB value is (1,25,8).

RGB: (1,25,8) (0%, 10%, 3%)

RGB channels and saturation

R 1 of 255 = 0%
G 25 of 255 = 10%
B 8 of 255 = 3%

1
25
8

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

Portions of RGB colors in percentages

R + G + B = 1 + 25 + 8 = 34 (100%)
R 1 of 34 ~ 2.94%
G 25 of 34 ~ 73.53%
B 8 of 34 ~ 23.53'%

%73.53
%23.53

CMYK color model

#011908 color CMYK value is (96,0,68,90).

  • cyan value is 96.00%
  • magenta value is 0.00%
  • yellow value is 68.00%
  • key color value is 90.20%

CMYK: (96,0,68,90)
C96M0Y68K90 (96%, 0%, 68%, 90%)
(0.96 / 0.00 / 0.68 / 0.90)

CMYK percentages

%96
%0
%68
%90.2

Codes

Color #011908 in popluar color models

01 19 08
RGB 1 25 8
HSL 138° 92.31% 5.10%
HSB/HSV 138° 96.00% 9.80%
CMYK 96.00% 0.00% 68.00%
90.20%

Color #011908 in popluar number systems.

HEX 01 19 08
Decimal 1 25 8
Binary 1 11001 1000
Octal 1 31 10

Shades and tints

Shades of #011908

#011908
(1,25,8)
#011708
(1,23,8)
#011508
(1,21,8)
#011308
(1,19,8)
#011108
(1,17,8)
#010F08
(1,15,8)
#010D08
(1,13,8)
#010B08
(1,11,8)
#010908
(1,9,8)
#010708
(1,7,8)
#010508
(1,5,8)
#000000
(0,0,0)

Tints of #011908

#011908
(1,25,8)
#182D1E
(24,45,30)
#2F4134
(47,65,52)
#46554A
(70,85,74)
#5D6960
(93,105,96)
#747D76
(116,125,118)
#8B918C
(139,145,140)
#A2A5A2
(162,165,162)
#B9B9B8
(185,185,184)
#D0CDCE
(208,205,206)
#E7E1E4
(231,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #011908 color. Also use rgb(1,25,8) instead hex code.

Text Font Color

.myTextColor { color: #011908; }

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

This text font color is #011908.

Background Color

.myBgColor { background-color: #011908; }

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

This div background color is #011908.

Border color

.myBorderColor { border: 1px solid #011908; }

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

This div border color is #011908.

Opacity

.myOpacity80 { color: #011908; opacity: 0.8; }

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

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

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

This text has shadow with #011908 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #011908.

Preview

Color preview on black background

This text has color #011908 on black background.


Color preview on white background

This text has color #011908 on white background.


Black color preview on #011908 background

This text has black color on #011908 background.


White color preview on #011908 background

This text has white color on #011908 background.


Related colors

Complementary color

Complementary color for #hex is #FEE6F7.


I love getcolorcode.com

Triadic colors

1 #080119 and #190801 with #011908 are triadic colors.

2 #081901 and #190108 with #011908 are triadic colors.