COLOR #0F0311

HEX: #0F0311 RGB: (15,3,17)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

15
3
17

R + G + B ~ 5%. #0F0311 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 3 + 17 = 35 (100%)
R 15 of 35 ~ 42.86%
G 3 of 35 ~ 8.57%
B 17 of 35 ~ 48.57'%

%42.86
%48.57

CMYK color model

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

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

CMYK: (12,82,0,93)
C12M82Y0K93 (12%, 82%, 0%, 93%)
(0.12 / 0.82 / 0.00 / 0.93)

CMYK percentages

%11.76
%82.35
%0
%93.33

Codes

Color #0F0311 in popluar color models

0F 03 11
RGB 15 3 17
HSL 291° 70.00% 3.92%
HSB/HSV 291° 82.35% 6.67%
CMYK 11.76% 82.35% 0.00%
93.33%

Color #0F0311 in popluar number systems.

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

Shades and tints

Shades of #0F0311

#0F0311
(15,3,17)
#0E0310
(14,3,16)
#0D030F
(13,3,15)
#0C030E
(12,3,14)
#0B030D
(11,3,13)
#0A030C
(10,3,12)
#09030B
(9,3,11)
#08030A
(8,3,10)
#070309
(7,3,9)
#060308
(6,3,8)
#050307
(5,3,7)
#000000
(0,0,0)

Tints of #0F0311

#0F0311
(15,3,17)
#241926
(36,25,38)
#392F3B
(57,47,59)
#4E4550
(78,69,80)
#635B65
(99,91,101)
#78717A
(120,113,122)
#8D878F
(141,135,143)
#A29DA4
(162,157,164)
#B7B3B9
(183,179,185)
#CCC9CE
(204,201,206)
#E1DFE3
(225,223,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0311; }

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

This text font color is #0F0311.

Background Color

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

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

This div background color is #0F0311.

Border color

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

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

This div border color is #0F0311.

Opacity

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

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

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

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

This text has shadow with #0F0311 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F0311.

Preview

Color preview on black background

This text has color #0F0311 on black background.


Color preview on white background

This text has color #0F0311 on white background.


Black color preview on #0F0311 background

This text has black color on #0F0311 background.


White color preview on #0F0311 background

This text has white color on #0F0311 background.


Related colors

Complementary color

Complementary color for #hex is #F0FCEE.


I love getcolorcode.com

Triadic colors

1 #110F03 and #03110F with #0F0311 are triadic colors.

2 #11030F and #030F11 with #0F0311 are triadic colors.