COLOR #051519

HEX: #051519 RGB: (5,21,25)

Color info

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

RGB color model

#051519 color RGB value is (5,21,25).

RGB: (5,21,25) (2%, 8%, 10%)

RGB channels and saturation

R 5 of 255 = 2%
G 21 of 255 = 8%
B 25 of 255 = 10%

5
21
25

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

Portions of RGB colors in percentages

R + G + B = 5 + 21 + 25 = 51 (100%)
R 5 of 51 ~ 9.8%
G 21 of 51 ~ 41.18%
B 25 of 51 ~ 49.02'%

%41.18
%49.02

CMYK color model

#051519 color CMYK value is (80,16,0,90).

  • cyan value is 80.00%
  • magenta value is 16.00%
  • yellow value is 0.00%
  • key color value is 90.20%

CMYK: (80,16,0,90)
C80M16Y0K90 (80%, 16%, 0%, 90%)
(0.80 / 0.16 / 0.00 / 0.90)

CMYK percentages

%80
%16
%0
%90.2

Codes

Color #051519 in popluar color models

05 15 19
RGB 5 21 25
HSL 192° 66.67% 5.88%
HSB/HSV 192° 80.00% 9.80%
CMYK 80.00% 16.00% 0.00%
90.20%

Color #051519 in popluar number systems.

HEX 05 15 19
Decimal 5 21 25
Binary 101 10101 11001
Octal 5 25 31

Shades and tints

Shades of #051519

#051519
(5,21,25)
#051417
(5,20,23)
#051315
(5,19,21)
#051213
(5,18,19)
#051111
(5,17,17)
#05100F
(5,16,15)
#050F0D
(5,15,13)
#050E0B
(5,14,11)
#050D09
(5,13,9)
#050C07
(5,12,7)
#050B05
(5,11,5)
#000000
(0,0,0)

Tints of #051519

#051519
(5,21,25)
#1B2A2D
(27,42,45)
#313F41
(49,63,65)
#475455
(71,84,85)
#5D6969
(93,105,105)
#737E7D
(115,126,125)
#899391
(137,147,145)
#9FA8A5
(159,168,165)
#B5BDB9
(181,189,185)
#CBD2CD
(203,210,205)
#E1E7E1
(225,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #051519 color. Also use rgb(5,21,25) instead hex code.

Text Font Color

.myTextColor { color: #051519; }

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

This text font color is #051519.

Background Color

.myBgColor { background-color: #051519; }

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

This div background color is #051519.

Border color

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

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

This div border color is #051519.

Opacity

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

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

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

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

This text has shadow with #051519 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #051519.

Preview

Color preview on black background

This text has color #051519 on black background.


Color preview on white background

This text has color #051519 on white background.


Black color preview on #051519 background

This text has black color on #051519 background.


White color preview on #051519 background

This text has white color on #051519 background.


Related colors

Complementary color

Complementary color for #hex is #FAEAE6.


I love getcolorcode.com

Triadic colors

1 #190515 and #151905 with #051519 are triadic colors.

2 #191505 and #150519 with #051519 are triadic colors.