COLOR #11030B

HEX: #11030B RGB: (17,3,11)

Color info

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

RGB color model

#11030B color RGB value is (17,3,11).

RGB: (17,3,11) (7%, 1%, 4%)

RGB channels and saturation

R 17 of 255 = 7%
G 3 of 255 = 1%
B 11 of 255 = 4%

17
3
11

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

Portions of RGB colors in percentages

R + G + B = 17 + 3 + 11 = 31 (100%)
R 17 of 31 ~ 54.84%
G 3 of 31 ~ 9.68%
B 11 of 31 ~ 35.48'%

%54.84
%35.48

CMYK color model

#11030B color CMYK value is (0,82,35,93).

  • cyan value is 0.00%
  • magenta value is 82.35%
  • yellow value is 35.29%
  • key color value is 93.33%

CMYK: (0,82,35,93)
C0M82Y35K93 (0%, 82%, 35%, 93%)
(0.00 / 0.82 / 0.35 / 0.93)

CMYK percentages

%0
%82.35
%35.29
%93.33

Codes

Color #11030B in popluar color models

11 03 0B
RGB 17 3 11
HSL 326° 70.00% 3.92%
HSB/HSV 326° 82.35% 6.67%
CMYK 0.00% 82.35% 35.29%
93.33%

Color #11030B in popluar number systems.

HEX 11 03 0B
Decimal 17 3 11
Binary 10001 11 1011
Octal 21 3 13

Shades and tints

Shades of #11030B

#11030B
(17,3,11)
#10030A
(16,3,10)
#0F0309
(15,3,9)
#0E0308
(14,3,8)
#0D0307
(13,3,7)
#0C0306
(12,3,6)
#0B0305
(11,3,5)
#0A0304
(10,3,4)
#090303
(9,3,3)
#080302
(8,3,2)
#070301
(7,3,1)
#000000
(0,0,0)

Tints of #11030B

#11030B
(17,3,11)
#261921
(38,25,33)
#3B2F37
(59,47,55)
#50454D
(80,69,77)
#655B63
(101,91,99)
#7A7179
(122,113,121)
#8F878F
(143,135,143)
#A49DA5
(164,157,165)
#B9B3BB
(185,179,187)
#CEC9D1
(206,201,209)
#E3DFE7
(227,223,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11030B; }

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

This text font color is #11030B.

Background Color

.myBgColor { background-color: #11030B; }

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

This div background color is #11030B.

Border color

.myBorderColor { border: 1px solid #11030B; }

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

This div border color is #11030B.

Opacity

.myOpacity80 { color: #11030B; opacity: 0.8; }

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

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

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

This text has shadow with #11030B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #11030B.

Preview

Color preview on black background

This text has color #11030B on black background.


Color preview on white background

This text has color #11030B on white background.


Black color preview on #11030B background

This text has black color on #11030B background.


White color preview on #11030B background

This text has white color on #11030B background.


Related colors

Complementary color

Complementary color for #hex is #EEFCF4.


I love getcolorcode.com

Triadic colors

1 #0B1103 and #030B11 with #11030B are triadic colors.

2 #0B0311 and #03110B with #11030B are triadic colors.