COLOR #0F051A

HEX: #0F051A RGB: (15,5,26)

Color info

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

RGB color model

#0F051A color RGB value is (15,5,26).

RGB: (15,5,26) (6%, 2%, 10%)

RGB channels and saturation

R 15 of 255 = 6%
G 5 of 255 = 2%
B 26 of 255 = 10%

15
5
26

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

Portions of RGB colors in percentages

R + G + B = 15 + 5 + 26 = 46 (100%)
R 15 of 46 ~ 32.61%
G 5 of 46 ~ 10.87%
B 26 of 46 ~ 56.52'%

%32.61
%10.87
%56.52

CMYK color model

#0F051A color CMYK value is (42,81,0,90).

  • cyan value is 42.31%
  • magenta value is 80.77%
  • yellow value is 0.00%
  • key color value is 89.80%

CMYK: (42,81,0,90)
C42M81Y0K90 (42%, 81%, 0%, 90%)
(0.42 / 0.81 / 0.00 / 0.90)

CMYK percentages

%42.31
%80.77
%0
%89.8

Codes

Color #0F051A in popluar color models

0F 05 1A
RGB 15 5 26
HSL 269° 67.74% 6.08%
HSB/HSV 269° 80.77% 10.20%
CMYK 42.31% 80.77% 0.00%
89.80%

Color #0F051A in popluar number systems.

HEX 0F 05 1A
Decimal 15 5 26
Binary 1111 101 11010
Octal 17 5 32

Shades and tints

Shades of #0F051A

#0F051A
(15,5,26)
#0E0518
(14,5,24)
#0D0516
(13,5,22)
#0C0514
(12,5,20)
#0B0512
(11,5,18)
#0A0510
(10,5,16)
#09050E
(9,5,14)
#08050C
(8,5,12)
#07050A
(7,5,10)
#060508
(6,5,8)
#050506
(5,5,6)
#000000
(0,0,0)

Tints of #0F051A

#0F051A
(15,5,26)
#241B2E
(36,27,46)
#393142
(57,49,66)
#4E4756
(78,71,86)
#635D6A
(99,93,106)
#78737E
(120,115,126)
#8D8992
(141,137,146)
#A29FA6
(162,159,166)
#B7B5BA
(183,181,186)
#CCCBCE
(204,203,206)
#E1E1E2
(225,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F051A; }

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

This text font color is #0F051A.

Background Color

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

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

This div background color is #0F051A.

Border color

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

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

This div border color is #0F051A.

Opacity

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

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

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

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

This text has shadow with #0F051A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F051A.

Preview

Color preview on black background

This text has color #0F051A on black background.


Color preview on white background

This text has color #0F051A on white background.


Black color preview on #0F051A background

This text has black color on #0F051A background.


White color preview on #0F051A background

This text has white color on #0F051A background.


Related colors

Complementary color

Complementary color for #hex is #F0FAE5.


I love getcolorcode.com

Triadic colors

1 #1A0F05 and #051A0F with #0F051A are triadic colors.

2 #1A050F and #050F1A with #0F051A are triadic colors.