COLOR #110B02

HEX: #110B02
RGB: (17,11,2)

Color info

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

RGB color model

#110B02 color RGB value is (17,11,2).

  • red value is 17;
  • green value is 11;
  • blue value is 2.
RGB:
(17,11,2)
(7%,4%,1%)

RGB channels and saturation

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

17
11
2

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

Portions of RGB colors in percentages

R + G + B =
17 + 11 + 2 = 30 (100%)
R 17 of 30 ~ 56.67%
G 11 of 30 ~ 36.67%
B 2 of 30 ~ 6.67%

%56.67
%36.67

CMYK color model

#110B02 color CMYK value is (0,35,88,93).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 88.24%
  • key color value is 93.33%
CMYK:
(0,35,88,93)
C0M35Y88K93 
(0%,35%,88%,93%)
(0.00/0.35/0.88/0.93)	

CMYK percentages

%0
%35.29
%88.24
%93.33

Codes

Color #110B02 in popluar color models

110B02
RGB17112
HSL36°78.95%3.73%
HSB/HSV36°88.24%6.67%
CMYK0.00%35.29%88.24%
93.33%

Color #110B02 in popluar number systems.

HEX110B02
Decimal17112
Binary10001101110
Octal21132

Shades and tints

Shades of #110B02

#110B02
(17,11,2)
#100A02
(16,10,2)
#0F0902
(15,9,2)
#0E0802
(14,8,2)
#0D0702
(13,7,2)
#0C0602
(12,6,2)
#0B0502
(11,5,2)
#0A0402
(10,4,2)
#090302
(9,3,2)
#080202
(8,2,2)
#070102
(7,1,2)
#000000
(0,0,0)

Tints of #110B02

#110B02
(17,11,2)
#262119
(38,33,25)
#3B3730
(59,55,48)
#504D47
(80,77,71)
#65635E
(101,99,94)
#7A7975
(122,121,117)
#8F8F8C
(143,143,140)
#A4A5A3
(164,165,163)
#B9BBBA
(185,187,186)
#CED1D1
(206,209,209)
#E3E7E8
(227,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #110B02 color. Also use rgb(17,11,2) instead hex code.

Text Font Color

.myTextColor { color: #110B02; }

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

This text font color is #110B02.


Background Color

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

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

This div background color is #110B02.


Border color

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

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

This div border color is #110B02.


Opacity

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

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

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

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

This text has shadow with #110B02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #110B02 on black background.


Color preview on white background

This text has color #110B02 on white background.



Black color preview on #110B02 background

This text has black color on #110B02 background.


White color preview on #110B02 background

This text has white color on #110B02 background.