COLOR #0F071A

HEX: #0F071A RGB: (15,7,26)

Color info

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

RGB color model

#0F071A color RGB value is (15,7,26).

RGB: (15,7,26) (6%, 3%, 10%)

RGB channels and saturation

R 15 of 255 = 6%
G 7 of 255 = 3%
B 26 of 255 = 10%

15
7
26

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

Portions of RGB colors in percentages

R + G + B = 15 + 7 + 26 = 48 (100%)
R 15 of 48 ~ 31.25%
G 7 of 48 ~ 14.58%
B 26 of 48 ~ 54.17'%

%31.25
%14.58
%54.17

CMYK color model

#0F071A color CMYK value is (42,73,0,90).

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

CMYK: (42,73,0,90)
C42M73Y0K90 (42%, 73%, 0%, 90%)
(0.42 / 0.73 / 0.00 / 0.90)

CMYK percentages

%42.31
%73.08
%0
%89.8

Codes

Color #0F071A in popluar color models

0F 07 1A
RGB 15 7 26
HSL 265° 57.58% 6.47%
HSB/HSV 265° 73.08% 10.20%
CMYK 42.31% 73.08% 0.00%
89.80%

Color #0F071A in popluar number systems.

HEX 0F 07 1A
Decimal 15 7 26
Binary 1111 111 11010
Octal 17 7 32

Shades and tints

Shades of #0F071A

#0F071A
(15,7,26)
#0E0718
(14,7,24)
#0D0716
(13,7,22)
#0C0714
(12,7,20)
#0B0712
(11,7,18)
#0A0710
(10,7,16)
#09070E
(9,7,14)
#08070C
(8,7,12)
#07070A
(7,7,10)
#060708
(6,7,8)
#050706
(5,7,6)
#000000
(0,0,0)

Tints of #0F071A

#0F071A
(15,7,26)
#241D2E
(36,29,46)
#393342
(57,51,66)
#4E4956
(78,73,86)
#635F6A
(99,95,106)
#78757E
(120,117,126)
#8D8B92
(141,139,146)
#A2A1A6
(162,161,166)
#B7B7BA
(183,183,186)
#CCCDCE
(204,205,206)
#E1E3E2
(225,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F071A; }

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

This text font color is #0F071A.

Background Color

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

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

This div background color is #0F071A.

Border color

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

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

This div border color is #0F071A.

Opacity

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

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

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

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

This text has shadow with #0F071A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F071A.

Preview

Color preview on black background

This text has color #0F071A on black background.


Color preview on white background

This text has color #0F071A on white background.


Black color preview on #0F071A background

This text has black color on #0F071A background.


White color preview on #0F071A background

This text has white color on #0F071A background.


Related colors

Complementary color

Complementary color for #hex is #F0F8E5.


I love getcolorcode.com

Triadic colors

1 #1A0F07 and #071A0F with #0F071A are triadic colors.

2 #1A070F and #070F1A with #0F071A are triadic colors.