COLOR #012909

HEX: #012909
RGB: (1,41,9)

Color info

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

RGB color model

#012909 color RGB value is (1,41,9).

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

RGB channels and saturation

R 1 of 255 = 0%
G 41 of 255 = 16%
B 9 of 255 = 4%

1
41
9

R + G + B ~ 7%. #012909 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 41 + 9 = 51 (100%)
R 1 of 51 ~ 1.96%
G 41 of 51 ~ 80.39%
B 9 of 51 ~ 17.65%

%80.39
%17.65

CMYK color model

#012909 color CMYK value is (98,0,78,84).

  • cyan value is 97.56%
  • magenta value is 0.00%
  • yellow value is 78.05%
  • key color value is 83.92%
CMYK:
(98,0,78,84)
C98M0Y78K84 
(98%,0%,78%,84%)
(0.98/0.00/0.78/0.84)	

CMYK percentages

%97.56
%0
%78.05
%83.92

Codes

Color #012909 in popluar color models

012909
RGB1419
HSL132°95.24%8.24%
HSB/HSV132°97.56%16.08%
CMYK97.56%0.00%78.05%
83.92%

Color #012909 in popluar number systems.

HEX012909
Decimal1419
Binary11010011001
Octal15111

Shades and tints

Shades of #012909

#012909
(1,41,9)
#012609
(1,38,9)
#012309
(1,35,9)
#012009
(1,32,9)
#011D09
(1,29,9)
#011A09
(1,26,9)
#011709
(1,23,9)
#011409
(1,20,9)
#011109
(1,17,9)
#010E09
(1,14,9)
#010B09
(1,11,9)
#000000
(0,0,0)

Tints of #012909

#012909
(1,41,9)
#183C1F
(24,60,31)
#2F4F35
(47,79,53)
#46624B
(70,98,75)
#5D7561
(93,117,97)
#748877
(116,136,119)
#8B9B8D
(139,155,141)
#A2AEA3
(162,174,163)
#B9C1B9
(185,193,185)
#D0D4CF
(208,212,207)
#E7E7E5
(231,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #012909; }

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

This text font color is #012909.


Background Color

.myBgColor { background-color: #012909; }

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

This div background color is #012909.


Border color

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

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

This div border color is #012909.


Opacity

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

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

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

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

This text has shadow with #012909 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #012909 on black background.


Color preview on white background

This text has color #012909 on white background.



Black color preview on #012909 background

This text has black color on #012909 background.


White color preview on #012909 background

This text has white color on #012909 background.