COLOR #011300

HEX: #011300
RGB: (1,19,0)

Color info

#011300 contains only red and green colors. Web safe color of #011300 is #000000 (or #000).

RGB color model

#011300 color RGB value is (1,19,0).

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

RGB channels and saturation

R 1 of 255 = 0%
G 19 of 255 = 7%
B 0 of 255 = 0%

1
19
0

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

Portions of RGB colors in percentages

R + G + B =
1 + 19 + 0 = 20 (100%)
R 1 of 20 ~ 5%
G 19 of 20 ~ 95%
B 0 of 20 ~ 0%

%95

CMYK color model

#011300 color CMYK value is (95,0,100,93).

  • cyan value is 94.74%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 92.55%
CMYK:
(95,0,100,93)
C95M0Y100K93 
(95%,0%,100%,93%)
(0.95/0.00/1.00/0.93)	

CMYK percentages

%94.74
%0
%100
%92.55

Codes

Color #011300 in popluar color models

011300
RGB1190
HSL117°100.00%3.73%
HSB/HSV117°100.00%7.45%
CMYK94.74%0.00%100.00%
92.55%

Color #011300 in popluar number systems.

HEX011300
Decimal1190
Binary1100110
Octal1230

Shades and tints

Shades of #011300

#011300
(1,19,0)
#011200
(1,18,0)
#011100
(1,17,0)
#011000
(1,16,0)
#010F00
(1,15,0)
#010E00
(1,14,0)
#010D00
(1,13,0)
#010C00
(1,12,0)
#010B00
(1,11,0)
#010A00
(1,10,0)
#010900
(1,9,0)
#000000
(0,0,0)

Tints of #011300

#011300
(1,19,0)
#182817
(24,40,23)
#2F3D2E
(47,61,46)
#465245
(70,82,69)
#5D675C
(93,103,92)
#747C73
(116,124,115)
#8B918A
(139,145,138)
#A2A6A1
(162,166,161)
#B9BBB8
(185,187,184)
#D0D0CF
(208,208,207)
#E7E5E6
(231,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #011300; }

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

This text font color is #011300.


Background Color

.myBgColor { background-color: #011300; }

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

This div background color is #011300.


Border color

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

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

This div border color is #011300.


Opacity

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

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

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

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

This text has shadow with #011300 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #011300 on black background.


Color preview on white background

This text has color #011300 on white background.



Black color preview on #011300 background

This text has black color on #011300 background.


White color preview on #011300 background

This text has white color on #011300 background.