COLOR #110C24

HEX: #110C24 RGB: (17,12,36)

Color info

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

RGB color model

#110C24 color RGB value is (17,12,36).

RGB: (17,12,36) (7%, 5%, 14%)

RGB channels and saturation

R 17 of 255 = 7%
G 12 of 255 = 5%
B 36 of 255 = 14%

17
12
36

R + G + B ~ 9%. #110C24 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 12 + 36 = 65 (100%)
R 17 of 65 ~ 26.15%
G 12 of 65 ~ 18.46%
B 36 of 65 ~ 55.38'%

%26.15
%18.46
%55.38

CMYK color model

#110C24 color CMYK value is (53,67,0,86).

  • cyan value is 52.78%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 85.88%

CMYK: (53,67,0,86)
C53M67Y0K86 (53%, 67%, 0%, 86%)
(0.53 / 0.67 / 0.00 / 0.86)

CMYK percentages

%52.78
%66.67
%0
%85.88

Codes

Color #110C24 in popluar color models

11 0C 24
RGB 17 12 36
HSL 253° 50.00% 9.41%
HSB/HSV 253° 66.67% 14.12%
CMYK 52.78% 66.67% 0.00%
85.88%

Color #110C24 in popluar number systems.

HEX 11 0C 24
Decimal 17 12 36
Binary 10001 1100 100100
Octal 21 14 44

Shades and tints

Shades of #110C24

#110C24
(17,12,36)
#100B21
(16,11,33)
#0F0A1E
(15,10,30)
#0E091B
(14,9,27)
#0D0818
(13,8,24)
#0C0715
(12,7,21)
#0B0612
(11,6,18)
#0A050F
(10,5,15)
#09040C
(9,4,12)
#080309
(8,3,9)
#070206
(7,2,6)
#000000
(0,0,0)

Tints of #110C24

#110C24
(17,12,36)
#262237
(38,34,55)
#3B384A
(59,56,74)
#504E5D
(80,78,93)
#656470
(101,100,112)
#7A7A83
(122,122,131)
#8F9096
(143,144,150)
#A4A6A9
(164,166,169)
#B9BCBC
(185,188,188)
#CED2CF
(206,210,207)
#E3E8E2
(227,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #110C24 color. Also use rgb(17,12,36) instead hex code.

Text Font Color

.myTextColor { color: #110C24; }

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

This text font color is #110C24.

Background Color

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

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

This div background color is #110C24.

Border color

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

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

This div border color is #110C24.

Opacity

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

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

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

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

This text has shadow with #110C24 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #110C24.

Preview

Color preview on black background

This text has color #110C24 on black background.


Color preview on white background

This text has color #110C24 on white background.


Black color preview on #110C24 background

This text has black color on #110C24 background.


White color preview on #110C24 background

This text has white color on #110C24 background.


Related colors

Complementary color

Complementary color for #hex is #EEF3DB.


I love getcolorcode.com

Triadic colors

1 #24110C and #0C2411 with #110C24 are triadic colors.

2 #240C11 and #0C1124 with #110C24 are triadic colors.