COLOR #0F141A

HEX: #0F141A RGB: (15,20,26)

Color info

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

RGB color model

#0F141A color RGB value is (15,20,26).

RGB: (15,20,26) (6%, 8%, 10%)

RGB channels and saturation

R 15 of 255 = 6%
G 20 of 255 = 8%
B 26 of 255 = 10%

15
20
26

R + G + B ~ 8%. #0F141A is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 20 + 26 = 61 (100%)
R 15 of 61 ~ 24.59%
G 20 of 61 ~ 32.79%
B 26 of 61 ~ 42.62'%

%24.59
%32.79
%42.62

CMYK color model

#0F141A color CMYK value is (42,23,0,90).

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

CMYK: (42,23,0,90)
C42M23Y0K90 (42%, 23%, 0%, 90%)
(0.42 / 0.23 / 0.00 / 0.90)

CMYK percentages

%42.31
%23.08
%0
%89.8

Codes

Color #0F141A in popluar color models

0F 14 1A
RGB 15 20 26
HSL 213° 26.83% 8.04%
HSB/HSV 213° 42.31% 10.20%
CMYK 42.31% 23.08% 0.00%
89.80%

Color #0F141A in popluar number systems.

HEX 0F 14 1A
Decimal 15 20 26
Binary 1111 10100 11010
Octal 17 24 32

Shades and tints

Shades of #0F141A

#0F141A
(15,20,26)
#0E1318
(14,19,24)
#0D1216
(13,18,22)
#0C1114
(12,17,20)
#0B1012
(11,16,18)
#0A0F10
(10,15,16)
#090E0E
(9,14,14)
#080D0C
(8,13,12)
#070C0A
(7,12,10)
#060B08
(6,11,8)
#050A06
(5,10,6)
#000000
(0,0,0)

Tints of #0F141A

#0F141A
(15,20,26)
#24292E
(36,41,46)
#393E42
(57,62,66)
#4E5356
(78,83,86)
#63686A
(99,104,106)
#787D7E
(120,125,126)
#8D9292
(141,146,146)
#A2A7A6
(162,167,166)
#B7BCBA
(183,188,186)
#CCD1CE
(204,209,206)
#E1E6E2
(225,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F141A; }

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

This text font color is #0F141A.

Background Color

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

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

This div background color is #0F141A.

Border color

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

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

This div border color is #0F141A.

Opacity

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

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

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

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

This text has shadow with #0F141A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F141A.

Preview

Color preview on black background

This text has color #0F141A on black background.


Color preview on white background

This text has color #0F141A on white background.


Black color preview on #0F141A background

This text has black color on #0F141A background.


White color preview on #0F141A background

This text has white color on #0F141A background.


Related colors

Complementary color

Complementary color for #hex is #F0EBE5.


I love getcolorcode.com

Triadic colors

1 #1A0F14 and #141A0F with #0F141A are triadic colors.

2 #1A140F and #140F1A with #0F141A are triadic colors.