COLOR #011419

HEX: #011419
RGB: (1,20,25)

Color info

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

RGB color model

#011419 color RGB value is (1,20,25).

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

RGB channels and saturation

R 1 of 255 = 0%
G 20 of 255 = 8%
B 25 of 255 = 10%

1
20
25

R + G + B ~ 6%. #011419 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 20 + 25 = 46 (100%)
R 1 of 46 ~ 2.17%
G 20 of 46 ~ 43.48%
B 25 of 46 ~ 54.35%

%43.48
%54.35

CMYK color model

#011419 color CMYK value is (96,20,0,90).

  • cyan value is 96.00%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(96,20,0,90)
C96M20Y0K90 
(96%,20%,0%,90%)
(0.96/0.20/0.00/0.90)	

CMYK percentages

%96
%20
%0
%90.2

Codes

Color #011419 in popluar color models

011419
RGB12025
HSL193°92.31%5.10%
HSB/HSV193°96.00%9.80%
CMYK96.00%20.00%0.00%
90.20%

Color #011419 in popluar number systems.

HEX011419
Decimal12025
Binary11010011001
Octal12431

Shades and tints

Shades of #011419

#011419
(1,20,25)
#011317
(1,19,23)
#011215
(1,18,21)
#011113
(1,17,19)
#011011
(1,16,17)
#010F0F
(1,15,15)
#010E0D
(1,14,13)
#010D0B
(1,13,11)
#010C09
(1,12,9)
#010B07
(1,11,7)
#010A05
(1,10,5)
#000000
(0,0,0)

Tints of #011419

#011419
(1,20,25)
#18292D
(24,41,45)
#2F3E41
(47,62,65)
#465355
(70,83,85)
#5D6869
(93,104,105)
#747D7D
(116,125,125)
#8B9291
(139,146,145)
#A2A7A5
(162,167,165)
#B9BCB9
(185,188,185)
#D0D1CD
(208,209,205)
#E7E6E1
(231,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #011419; }

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

This text font color is #011419.


Background Color

.myBgColor { background-color: #011419; }

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

This div background color is #011419.


Border color

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

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

This div border color is #011419.


Opacity

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

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

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

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

This text has shadow with #011419 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #011419 on black background.


Color preview on white background

This text has color #011419 on white background.



Black color preview on #011419 background

This text has black color on #011419 background.


White color preview on #011419 background

This text has white color on #011419 background.