COLOR #0F110F

HEX: #0F110F RGB: (15,17,15)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

15
17
15

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

Portions of RGB colors in percentages

R + G + B = 15 + 17 + 15 = 47 (100%)
R 15 of 47 ~ 31.91%
G 17 of 47 ~ 36.17%
B 15 of 47 ~ 31.91'%

%31.91
%36.17
%31.91

CMYK color model

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

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

CMYK: (12,0,12,93)
C12M0Y12K93 (12%, 0%, 12%, 93%)
(0.12 / 0.00 / 0.12 / 0.93)

CMYK percentages

%11.76
%0
%11.76
%93.33

Codes

Color #0F110F in popluar color models

0F 11 0F
RGB 15 17 15
HSL 120° 6.25% 6.27%
HSB/HSV 120° 11.76% 6.67%
CMYK 11.76% 0.00% 11.76%
93.33%

Color #0F110F in popluar number systems.

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

Shades and tints

Shades of #0F110F

#0F110F
(15,17,15)
#0E100E
(14,16,14)
#0D0F0D
(13,15,13)
#0C0E0C
(12,14,12)
#0B0D0B
(11,13,11)
#0A0C0A
(10,12,10)
#090B09
(9,11,9)
#080A08
(8,10,8)
#070907
(7,9,7)
#060806
(6,8,6)
#050705
(5,7,5)
#000000
(0,0,0)

Tints of #0F110F

#0F110F
(15,17,15)
#242624
(36,38,36)
#393B39
(57,59,57)
#4E504E
(78,80,78)
#636563
(99,101,99)
#787A78
(120,122,120)
#8D8F8D
(141,143,141)
#A2A4A2
(162,164,162)
#B7B9B7
(183,185,183)
#CCCECC
(204,206,204)
#E1E3E1
(225,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F110F; }

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

This text font color is #0F110F.

Background Color

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

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

This div background color is #0F110F.

Border color

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

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

This div border color is #0F110F.

Opacity

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

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

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

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

This text has shadow with #0F110F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F110F.

Preview

Color preview on black background

This text has color #0F110F on black background.


Color preview on white background

This text has color #0F110F on white background.


Black color preview on #0F110F background

This text has black color on #0F110F background.


White color preview on #0F110F background

This text has white color on #0F110F background.


Related colors

Complementary color

Complementary color for #hex is #F0EEF0.


I love getcolorcode.com

Triadic colors

1 #0F0F11 and #110F0F with #0F110F are triadic colors.

2 #0F110F and #110F0F with #0F110F are triadic colors.