COLOR #0F110B

HEX: #0F110B RGB: (15,17,11)

Color info

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

RGB color model

#0F110B color RGB value is (15,17,11).

RGB: (15,17,11) (6%, 7%, 4%)

RGB channels and saturation

R 15 of 255 = 6%
G 17 of 255 = 7%
B 11 of 255 = 4%

15
17
11

R + G + B ~ 6%. #0F110B is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 17 + 11 = 43 (100%)
R 15 of 43 ~ 34.88%
G 17 of 43 ~ 39.53%
B 11 of 43 ~ 25.58'%

%34.88
%39.53
%25.58

CMYK color model

#0F110B color CMYK value is (12,0,35,93).

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

CMYK: (12,0,35,93)
C12M0Y35K93 (12%, 0%, 35%, 93%)
(0.12 / 0.00 / 0.35 / 0.93)

CMYK percentages

%11.76
%0
%35.29
%93.33

Codes

Color #0F110B in popluar color models

0F 11 0B
RGB 15 17 11
HSL 80° 21.43% 5.49%
HSB/HSV 80° 35.29% 6.67%
CMYK 11.76% 0.00% 35.29%
93.33%

Color #0F110B in popluar number systems.

HEX 0F 11 0B
Decimal 15 17 11
Binary 1111 10001 1011
Octal 17 21 13

Shades and tints

Shades of #0F110B

#0F110B
(15,17,11)
#0E100A
(14,16,10)
#0D0F09
(13,15,9)
#0C0E08
(12,14,8)
#0B0D07
(11,13,7)
#0A0C06
(10,12,6)
#090B05
(9,11,5)
#080A04
(8,10,4)
#070903
(7,9,3)
#060802
(6,8,2)
#050701
(5,7,1)
#000000
(0,0,0)

Tints of #0F110B

#0F110B
(15,17,11)
#242621
(36,38,33)
#393B37
(57,59,55)
#4E504D
(78,80,77)
#636563
(99,101,99)
#787A79
(120,122,121)
#8D8F8F
(141,143,143)
#A2A4A5
(162,164,165)
#B7B9BB
(183,185,187)
#CCCED1
(204,206,209)
#E1E3E7
(225,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F110B color. Also use rgb(15,17,11) instead hex code.

Text Font Color

.myTextColor { color: #0F110B; }

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

This text font color is #0F110B.

Background Color

.myBgColor { background-color: #0F110B; }

<div style="background-color:#0F110B">Inner text</div>

This div background color is #0F110B.

Border color

.myBorderColor { border: 1px solid #0F110B; }

<div style="border:3px solid #0F110B">Div</div>

This div border color is #0F110B.

Opacity

.myOpacity80 { color: #0F110B; opacity: 0.8; }

<p style="color:#0F110B;opacity:0.8;">80%</p>

Text with #0F110B 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 #0F110B;}

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

This text has shadow with #0F110B color.


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

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

This text has shadow with #0F110B primary color and red secondary color.


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

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

This text has shadow with #0F110B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #0F110B.

Preview

Color preview on black background

This text has color #0F110B on black background.


Color preview on white background

This text has color #0F110B on white background.


Black color preview on #0F110B background

This text has black color on #0F110B background.


White color preview on #0F110B background

This text has white color on #0F110B background.


Related colors

Complementary color

Complementary color for #hex is #F0EEF4.


I love getcolorcode.com

Triadic colors

1 #0B0F11 and #110B0F with #0F110B are triadic colors.

2 #0B110F and #110F0B with #0F110B are triadic colors.