COLOR #0F0514

HEX: #0F0514 RGB: (15,5,20)

Color info

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

RGB color model

#0F0514 color RGB value is (15,5,20).

RGB: (15,5,20) (6%, 2%, 8%)

RGB channels and saturation

R 15 of 255 = 6%
G 5 of 255 = 2%
B 20 of 255 = 8%

15
5
20

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

Portions of RGB colors in percentages

R + G + B = 15 + 5 + 20 = 40 (100%)
R 15 of 40 ~ 37.5%
G 5 of 40 ~ 12.5%
B 20 of 40 ~ 50'%

%37.5
%12.5
%50

CMYK color model

#0F0514 color CMYK value is (25,75,0,92).

  • cyan value is 25.00%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 92.16%
CMYK: (25,75,0,92) C25M75Y0K92 (25%,75%,0%,92%) (0.25/0.75/0.00/0.92) 

CMYK percentages

%25
%75
%0
%92.16

Codes

Color #0F0514 in popluar color models

0F 05 14
RGB 15 5 20
HSL 280° 60.00% 4.90%
HSB/HSV 280° 75.00% 7.84%
CMYK 25.00% 75.00% 0.00%
92.16%

Color #0F0514 in popluar number systems.

HEX 0F 05 14
Decimal 15 5 20
Binary 1111 101 10100
Octal 17 5 24

Shades and tints

Shades of #0F0514

#0F0514
(15,5,20)
#0E0513
(14,5,19)
#0D0512
(13,5,18)
#0C0511
(12,5,17)
#0B0510
(11,5,16)
#0A050F
(10,5,15)
#09050E
(9,5,14)
#08050D
(8,5,13)
#07050C
(7,5,12)
#06050B
(6,5,11)
#05050A
(5,5,10)
#000000
(0,0,0)

Tints of #0F0514

#0F0514
(15,5,20)
#241B29
(36,27,41)
#39313E
(57,49,62)
#4E4753
(78,71,83)
#635D68
(99,93,104)
#78737D
(120,115,125)
#8D8992
(141,137,146)
#A29FA7
(162,159,167)
#B7B5BC
(183,181,188)
#CCCBD1
(204,203,209)
#E1E1E6
(225,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0514; }

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

This text font color is #0F0514.

Background Color

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

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

This div background color is #0F0514.

Border color

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

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

This div border color is #0F0514.

Opacity

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

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

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

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

This text has shadow with #0F0514 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F0514.

Preview

Color preview on black background

This text has color #0F0514 on black background.


Color preview on white background

This text has color #0F0514 on white background.


Black color preview on #0F0514 background

This text has black color on #0F0514 background.


White color preview on #0F0514 background

This text has white color on #0F0514 background.


Related colors

Complementary color

Complementary color for #hex is #F0FAEB.


I love getcolorcode.com

Triadic colors

1 #140F05 and #05140F with #0F0514 are triadic colors.

2 #14050F and #050F14 with #0F0514 are triadic colors.