COLOR #012301

HEX: #012301
RGB: (1,35,1)

Color info

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

RGB color model

#012301 color RGB value is (1,35,1).

  • red value is 1;
  • green value is 35;
  • blue value is 1.
RGB:
(1,35,1)
(0%,14%,0%)

RGB channels and saturation

R 1 of 255 = 0%
G 35 of 255 = 14%
B 1 of 255 = 0%

1
35
1

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

Portions of RGB colors in percentages

R + G + B =
1 + 35 + 1 = 37 (100%)
R 1 of 37 ~ 2.7%
G 35 of 37 ~ 94.59%
B 1 of 37 ~ 2.7%

%94.59

CMYK color model

#012301 color CMYK value is (97,0,97,86).

  • cyan value is 97.14%
  • magenta value is 0.00%
  • yellow value is 97.14%
  • key color value is 86.27%
CMYK:
(97,0,97,86)
C97M0Y97K86 
(97%,0%,97%,86%)
(0.97/0.00/0.97/0.86)	

CMYK percentages

%97.14
%0
%97.14
%86.27

Codes

Color #012301 in popluar color models

012301
RGB1351
HSL120°94.44%7.06%
HSB/HSV120°97.14%13.73%
CMYK97.14%0.00%97.14%
86.27%

Color #012301 in popluar number systems.

HEX012301
Decimal1351
Binary11000111
Octal1431

Shades and tints

Shades of #012301

#012301
(1,35,1)
#012001
(1,32,1)
#011D01
(1,29,1)
#011A01
(1,26,1)
#011701
(1,23,1)
#011401
(1,20,1)
#011101
(1,17,1)
#010E01
(1,14,1)
#010B01
(1,11,1)
#010801
(1,8,1)
#010501
(1,5,1)
#000000
(0,0,0)

Tints of #012301

#012301
(1,35,1)
#183718
(24,55,24)
#2F4B2F
(47,75,47)
#465F46
(70,95,70)
#5D735D
(93,115,93)
#748774
(116,135,116)
#8B9B8B
(139,155,139)
#A2AFA2
(162,175,162)
#B9C3B9
(185,195,185)
#D0D7D0
(208,215,208)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #012301; }

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

This text font color is #012301.


Background Color

.myBgColor { background-color: #012301; }

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

This div background color is #012301.


Border color

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

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

This div border color is #012301.


Opacity

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

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

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

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

This text has shadow with #012301 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #012301 on black background.


Color preview on white background

This text has color #012301 on white background.



Black color preview on #012301 background

This text has black color on #012301 background.


White color preview on #012301 background

This text has white color on #012301 background.