COLOR #010905

HEX: #010905 RGB: (1,9,5)

Color info

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

RGB color model

#010905 color RGB value is (1,9,5).

RGB: (1,9,5) (0%, 4%, 2%)

RGB channels and saturation

R 1 of 255 = 0%
G 9 of 255 = 4%
B 5 of 255 = 2%

1
9
5

R + G + B ~ 2%. #010905 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 9 + 5 = 15 (100%)
R 1 of 15 ~ 6.67%
G 9 of 15 ~ 60%
B 5 of 15 ~ 33.33'%

%60
%33.33

CMYK color model

#010905 color CMYK value is (89,0,44,96).

  • cyan value is 88.89%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 96.47%

CMYK: (89,0,44,96)
C89M0Y44K96 (89%, 0%, 44%, 96%)
(0.89 / 0.00 / 0.44 / 0.96)

CMYK percentages

%88.89
%0
%44.44
%96.47

Codes

Color #010905 in popluar color models

01 09 05
RGB 1 9 5
HSL 150° 80.00% 1.96%
HSB/HSV 150° 88.89% 3.53%
CMYK 88.89% 0.00% 44.44%
96.47%

Color #010905 in popluar number systems.

HEX 01 09 05
Decimal 1 9 5
Binary 1 1001 101
Octal 1 11 5

Shades and tints

Tints of #010905

#010905
(1,9,5)
#181F1B
(24,31,27)
#2F3531
(47,53,49)
#464B47
(70,75,71)
#5D615D
(93,97,93)
#747773
(116,119,115)
#8B8D89
(139,141,137)
#A2A39F
(162,163,159)
#B9B9B5
(185,185,181)
#D0CFCB
(208,207,203)
#E7E5E1
(231,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010905; }

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

This text font color is #010905.

Background Color

.myBgColor { background-color: #010905; }

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

This div background color is #010905.

Border color

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

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

This div border color is #010905.

Opacity

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

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

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

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

This text has shadow with #010905 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #010905.

Preview

Color preview on black background

This text has color #010905 on black background.


Color preview on white background

This text has color #010905 on white background.


Black color preview on #010905 background

This text has black color on #010905 background.


White color preview on #010905 background

This text has white color on #010905 background.


Related colors

Complementary color

Complementary color for #hex is #FEF6FA.


I love getcolorcode.com

Triadic colors

1 #050109 and #090501 with #010905 are triadic colors.

2 #050901 and #090105 with #010905 are triadic colors.