COLOR #0F0510

HEX: #0F0510 RGB: (15,5,16)

Color info

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

RGB color model

#0F0510 color RGB value is (15,5,16).

RGB: (15,5,16) (6%, 2%, 6%)

RGB channels and saturation

R 15 of 255 = 6%
G 5 of 255 = 2%
B 16 of 255 = 6%

15
5
16

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

Portions of RGB colors in percentages

R + G + B = 15 + 5 + 16 = 36 (100%)
R 15 of 36 ~ 41.67%
G 5 of 36 ~ 13.89%
B 16 of 36 ~ 44.44'%

%41.67
%13.89
%44.44

CMYK color model

#0F0510 color CMYK value is (6,69,0,94).

  • cyan value is 6.25%
  • magenta value is 68.75%
  • yellow value is 0.00%
  • key color value is 93.73%

CMYK: (6,69,0,94)
C6M69Y0K94 (6%, 69%, 0%, 94%)
(0.06 / 0.69 / 0.00 / 0.94)

CMYK percentages

%6.25
%68.75
%0
%93.73

Codes

Color #0F0510 in popluar color models

0F 05 10
RGB 15 5 16
HSL 295° 52.38% 4.12%
HSB/HSV 295° 68.75% 6.27%
CMYK 6.25% 68.75% 0.00%
93.73%

Color #0F0510 in popluar number systems.

HEX 0F 05 10
Decimal 15 5 16
Binary 1111 101 10000
Octal 17 5 20

Shades and tints

Shades of #0F0510

#0F0510
(15,5,16)
#0E050F
(14,5,15)
#0D050E
(13,5,14)
#0C050D
(12,5,13)
#0B050C
(11,5,12)
#0A050B
(10,5,11)
#09050A
(9,5,10)
#080509
(8,5,9)
#070508
(7,5,8)
#060507
(6,5,7)
#050506
(5,5,6)
#000000
(0,0,0)

Tints of #0F0510

#0F0510
(15,5,16)
#241B25
(36,27,37)
#39313A
(57,49,58)
#4E474F
(78,71,79)
#635D64
(99,93,100)
#787379
(120,115,121)
#8D898E
(141,137,142)
#A29FA3
(162,159,163)
#B7B5B8
(183,181,184)
#CCCBCD
(204,203,205)
#E1E1E2
(225,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0510; }

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

This text font color is #0F0510.

Background Color

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

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

This div background color is #0F0510.

Border color

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

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

This div border color is #0F0510.

Opacity

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

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

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

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

This text has shadow with #0F0510 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F0510.

Preview

Color preview on black background

This text has color #0F0510 on black background.


Color preview on white background

This text has color #0F0510 on white background.


Black color preview on #0F0510 background

This text has black color on #0F0510 background.


White color preview on #0F0510 background

This text has white color on #0F0510 background.


Related colors

Complementary color

Complementary color for #hex is #F0FAEF.


I love getcolorcode.com

Triadic colors

1 #100F05 and #05100F with #0F0510 are triadic colors.

2 #10050F and #050F10 with #0F0510 are triadic colors.