COLOR #011019

HEX: #011019
RGB: (1,16,25)

Color info

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

RGB color model

#011019 color RGB value is (1,16,25).

  • red value is 1;
  • green value is 16;
  • blue value is 25.
RGB:
(1,16,25)
(0%,6%,10%)

RGB channels and saturation

R 1 of 255 = 0%
G 16 of 255 = 6%
B 25 of 255 = 10%

1
16
25

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

Portions of RGB colors in percentages

R + G + B =
1 + 16 + 25 = 42 (100%)
R 1 of 42 ~ 2.38%
G 16 of 42 ~ 38.1%
B 25 of 42 ~ 59.52%

%38.1
%59.52

CMYK color model

#011019 color CMYK value is (96,36,0,90).

  • cyan value is 96.00%
  • magenta value is 36.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(96,36,0,90)
C96M36Y0K90 
(96%,36%,0%,90%)
(0.96/0.36/0.00/0.90)	

CMYK percentages

%96
%36
%0
%90.2

Codes

Color #011019 in popluar color models

011019
RGB11625
HSL203°92.31%5.10%
HSB/HSV203°96.00%9.80%
CMYK96.00%36.00%0.00%
90.20%

Color #011019 in popluar number systems.

HEX011019
Decimal11625
Binary11000011001
Octal12031

Shades and tints

Shades of #011019

#011019
(1,16,25)
#010F17
(1,15,23)
#010E15
(1,14,21)
#010D13
(1,13,19)
#010C11
(1,12,17)
#010B0F
(1,11,15)
#010A0D
(1,10,13)
#01090B
(1,9,11)
#010809
(1,8,9)
#010707
(1,7,7)
#010605
(1,6,5)
#000000
(0,0,0)

Tints of #011019

#011019
(1,16,25)
#18252D
(24,37,45)
#2F3A41
(47,58,65)
#464F55
(70,79,85)
#5D6469
(93,100,105)
#74797D
(116,121,125)
#8B8E91
(139,142,145)
#A2A3A5
(162,163,165)
#B9B8B9
(185,184,185)
#D0CDCD
(208,205,205)
#E7E2E1
(231,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #011019; }

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

This text font color is #011019.


Background Color

.myBgColor { background-color: #011019; }

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

This div background color is #011019.


Border color

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

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

This div border color is #011019.


Opacity

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

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

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

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

This text has shadow with #011019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #011019 on black background.


Color preview on white background

This text has color #011019 on white background.



Black color preview on #011019 background

This text has black color on #011019 background.


White color preview on #011019 background

This text has white color on #011019 background.