COLOR #110319

HEX: #110319 RGB: (17,3,25)

Color info

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

RGB color model

#110319 color RGB value is (17,3,25).

RGB: (17,3,25) (7%, 1%, 10%)

RGB channels and saturation

R 17 of 255 = 7%
G 3 of 255 = 1%
B 25 of 255 = 10%

17
3
25

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

Portions of RGB colors in percentages

R + G + B = 17 + 3 + 25 = 45 (100%)
R 17 of 45 ~ 37.78%
G 3 of 45 ~ 6.67%
B 25 of 45 ~ 55.56'%

%37.78
%55.56

CMYK color model

#110319 color CMYK value is (32,88,0,90).

  • cyan value is 32.00%
  • magenta value is 88.00%
  • yellow value is 0.00%
  • key color value is 90.20%

CMYK: (32,88,0,90)
C32M88Y0K90 (32%, 88%, 0%, 90%)
(0.32 / 0.88 / 0.00 / 0.90)

CMYK percentages

%32
%88
%0
%90.2

Codes

Color #110319 in popluar color models

11 03 19
RGB 17 3 25
HSL 278° 78.57% 5.49%
HSB/HSV 278° 88.00% 9.80%
CMYK 32.00% 88.00% 0.00%
90.20%

Color #110319 in popluar number systems.

HEX 11 03 19
Decimal 17 3 25
Binary 10001 11 11001
Octal 21 3 31

Shades and tints

Shades of #110319

#110319
(17,3,25)
#100317
(16,3,23)
#0F0315
(15,3,21)
#0E0313
(14,3,19)
#0D0311
(13,3,17)
#0C030F
(12,3,15)
#0B030D
(11,3,13)
#0A030B
(10,3,11)
#090309
(9,3,9)
#080307
(8,3,7)
#070305
(7,3,5)
#000000
(0,0,0)

Tints of #110319

#110319
(17,3,25)
#26192D
(38,25,45)
#3B2F41
(59,47,65)
#504555
(80,69,85)
#655B69
(101,91,105)
#7A717D
(122,113,125)
#8F8791
(143,135,145)
#A49DA5
(164,157,165)
#B9B3B9
(185,179,185)
#CEC9CD
(206,201,205)
#E3DFE1
(227,223,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #110319 color. Also use rgb(17,3,25) instead hex code.

Text Font Color

.myTextColor { color: #110319; }

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

This text font color is #110319.

Background Color

.myBgColor { background-color: #110319; }

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

This div background color is #110319.

Border color

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

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

This div border color is #110319.

Opacity

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

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

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

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

This text has shadow with #110319 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #110319.

Preview

Color preview on black background

This text has color #110319 on black background.


Color preview on white background

This text has color #110319 on white background.


Black color preview on #110319 background

This text has black color on #110319 background.


White color preview on #110319 background

This text has white color on #110319 background.


Related colors

Complementary color

Complementary color for #hex is #EEFCE6.


I love getcolorcode.com

Triadic colors

1 #191103 and #031911 with #110319 are triadic colors.

2 #190311 and #031119 with #110319 are triadic colors.