COLOR #050919

HEX: #050919 RGB: (5,9,25)

Color info

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

RGB color model

#050919 color RGB value is (5,9,25).

RGB: (5,9,25) (2%, 4%, 10%)

RGB channels and saturation

R 5 of 255 = 2%
G 9 of 255 = 4%
B 25 of 255 = 10%

5
9
25

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

Portions of RGB colors in percentages

R + G + B = 5 + 9 + 25 = 39 (100%)
R 5 of 39 ~ 12.82%
G 9 of 39 ~ 23.08%
B 25 of 39 ~ 64.1'%

%12.82
%23.08
%64.1

CMYK color model

#050919 color CMYK value is (80,64,0,90).

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

CMYK: (80,64,0,90)
C80M64Y0K90 (80%, 64%, 0%, 90%)
(0.80 / 0.64 / 0.00 / 0.90)

CMYK percentages

%80
%64
%0
%90.2

Codes

Color #050919 in popluar color models

05 09 19
RGB 5 9 25
HSL 228° 66.67% 5.88%
HSB/HSV 228° 80.00% 9.80%
CMYK 80.00% 64.00% 0.00%
90.20%

Color #050919 in popluar number systems.

HEX 05 09 19
Decimal 5 9 25
Binary 101 1001 11001
Octal 5 11 31

Shades and tints

Shades of #050919

#050919
(5,9,25)
#050917
(5,9,23)
#050915
(5,9,21)
#050913
(5,9,19)
#050911
(5,9,17)
#05090F
(5,9,15)
#05090D
(5,9,13)
#05090B
(5,9,11)
#050909
(5,9,9)
#050907
(5,9,7)
#050905
(5,9,5)
#000000
(0,0,0)

Tints of #050919

#050919
(5,9,25)
#1B1F2D
(27,31,45)
#313541
(49,53,65)
#474B55
(71,75,85)
#5D6169
(93,97,105)
#73777D
(115,119,125)
#898D91
(137,141,145)
#9FA3A5
(159,163,165)
#B5B9B9
(181,185,185)
#CBCFCD
(203,207,205)
#E1E5E1
(225,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050919; }

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

This text font color is #050919.

Background Color

.myBgColor { background-color: #050919; }

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

This div background color is #050919.

Border color

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

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

This div border color is #050919.

Opacity

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

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

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

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

This text has shadow with #050919 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #050919.

Preview

Color preview on black background

This text has color #050919 on black background.


Color preview on white background

This text has color #050919 on white background.


Black color preview on #050919 background

This text has black color on #050919 background.


White color preview on #050919 background

This text has white color on #050919 background.


Related colors

Complementary color

Complementary color for #hex is #FAF6E6.


I love getcolorcode.com

Triadic colors

1 #190509 and #091905 with #050919 are triadic colors.

2 #190905 and #090519 with #050919 are triadic colors.