COLOR #110A1E

HEX: #110A1E RGB: (17,10,30)

Color info

#110A1E contains red, green and blue colors in about the same proportion. Web safe color of #110A1E is #000033 (or #003).

RGB color model

#110A1E color RGB value is (17,10,30).

RGB: (17,10,30) (7%, 4%, 12%)

RGB channels and saturation

R 17 of 255 = 7%
G 10 of 255 = 4%
B 30 of 255 = 12%

17
10
30

R + G + B ~ 8%. #110A1E is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 10 + 30 = 57 (100%)
R 17 of 57 ~ 29.82%
G 10 of 57 ~ 17.54%
B 30 of 57 ~ 52.63'%

%29.82
%17.54
%52.63

CMYK color model

#110A1E color CMYK value is (43,67,0,88).

  • cyan value is 43.33%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 88.24%

CMYK: (43,67,0,88)
C43M67Y0K88 (43%, 67%, 0%, 88%)
(0.43 / 0.67 / 0.00 / 0.88)

CMYK percentages

%43.33
%66.67
%0
%88.24

Codes

Color #110A1E in popluar color models

11 0A 1E
RGB 17 10 30
HSL 261° 50.00% 7.84%
HSB/HSV 261° 66.67% 11.76%
CMYK 43.33% 66.67% 0.00%
88.24%

Color #110A1E in popluar number systems.

HEX 11 0A 1E
Decimal 17 10 30
Binary 10001 1010 11110
Octal 21 12 36

Shades and tints

Shades of #110A1E

#110A1E
(17,10,30)
#100A1C
(16,10,28)
#0F0A1A
(15,10,26)
#0E0A18
(14,10,24)
#0D0A16
(13,10,22)
#0C0A14
(12,10,20)
#0B0A12
(11,10,18)
#0A0A10
(10,10,16)
#090A0E
(9,10,14)
#080A0C
(8,10,12)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #110A1E

#110A1E
(17,10,30)
#262032
(38,32,50)
#3B3646
(59,54,70)
#504C5A
(80,76,90)
#65626E
(101,98,110)
#7A7882
(122,120,130)
#8F8E96
(143,142,150)
#A4A4AA
(164,164,170)
#B9BABE
(185,186,190)
#CED0D2
(206,208,210)
#E3E6E6
(227,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #110A1E color. Also use rgb(17,10,30) instead hex code.

Text Font Color

.myTextColor { color: #110A1E; }

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

This text font color is #110A1E.

Background Color

.myBgColor { background-color: #110A1E; }

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

This div background color is #110A1E.

Border color

.myBorderColor { border: 1px solid #110A1E; }

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

This div border color is #110A1E.

Opacity

.myOpacity80 { color: #110A1E; opacity: 0.8; }

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

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

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

This text has shadow with #110A1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #110A1E.

Preview

Color preview on black background

This text has color #110A1E on black background.


Color preview on white background

This text has color #110A1E on white background.


Black color preview on #110A1E background

This text has black color on #110A1E background.


White color preview on #110A1E background

This text has white color on #110A1E background.


Related colors

Complementary color

Complementary color for #hex is #EEF5E1.


I love getcolorcode.com

Triadic colors

1 #1E110A and #0A1E11 with #110A1E are triadic colors.

2 #1E0A11 and #0A111E with #110A1E are triadic colors.