COLOR #11020D

HEX: #11020D RGB: (17,2,13)

Color info

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

RGB color model

#11020D color RGB value is (17,2,13).

RGB: (17,2,13) (7%, 1%, 5%)

RGB channels and saturation

R 17 of 255 = 7%
G 2 of 255 = 1%
B 13 of 255 = 5%

17
2
13

R + G + B ~ 4%. #11020D is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 2 + 13 = 32 (100%)
R 17 of 32 ~ 53.13%
G 2 of 32 ~ 6.25%
B 13 of 32 ~ 40.63'%

%53.13
%40.63

CMYK color model

#11020D color CMYK value is (0,88,24,93).

  • cyan value is 0.00%
  • magenta value is 88.24%
  • yellow value is 23.53%
  • key color value is 93.33%

CMYK: (0,88,24,93)
C0M88Y24K93 (0%, 88%, 24%, 93%)
(0.00 / 0.88 / 0.24 / 0.93)

CMYK percentages

%0
%88.24
%23.53
%93.33

Codes

Color #11020D in popluar color models

11 02 0D
RGB 17 2 13
HSL 316° 78.95% 3.73%
HSB/HSV 316° 88.24% 6.67%
CMYK 0.00% 88.24% 23.53%
93.33%

Color #11020D in popluar number systems.

HEX 11 02 0D
Decimal 17 2 13
Binary 10001 10 1101
Octal 21 2 15

Shades and tints

Shades of #11020D

#11020D
(17,2,13)
#10020C
(16,2,12)
#0F020B
(15,2,11)
#0E020A
(14,2,10)
#0D0209
(13,2,9)
#0C0208
(12,2,8)
#0B0207
(11,2,7)
#0A0206
(10,2,6)
#090205
(9,2,5)
#080204
(8,2,4)
#070203
(7,2,3)
#000000
(0,0,0)

Tints of #11020D

#11020D
(17,2,13)
#261923
(38,25,35)
#3B3039
(59,48,57)
#50474F
(80,71,79)
#655E65
(101,94,101)
#7A757B
(122,117,123)
#8F8C91
(143,140,145)
#A4A3A7
(164,163,167)
#B9BABD
(185,186,189)
#CED1D3
(206,209,211)
#E3E8E9
(227,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11020D color. Also use rgb(17,2,13) instead hex code.

Text Font Color

.myTextColor { color: #11020D; }

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

This text font color is #11020D.

Background Color

.myBgColor { background-color: #11020D; }

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

This div background color is #11020D.

Border color

.myBorderColor { border: 1px solid #11020D; }

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

This div border color is #11020D.

Opacity

.myOpacity80 { color: #11020D; opacity: 0.8; }

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

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

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

This text has shadow with #11020D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #11020D.

Preview

Color preview on black background

This text has color #11020D on black background.


Color preview on white background

This text has color #11020D on white background.


Black color preview on #11020D background

This text has black color on #11020D background.


White color preview on #11020D background

This text has white color on #11020D background.


Related colors

Complementary color

Complementary color for #hex is #EEFDF2.


I love getcolorcode.com

Triadic colors

1 #0D1102 and #020D11 with #11020D are triadic colors.

2 #0D0211 and #02110D with #11020D are triadic colors.