COLOR #0F1318

HEX: #0F1318 RGB: (15,19,24)

Color info

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

RGB color model

#0F1318 color RGB value is (15,19,24).

RGB: (15,19,24) (6%, 7%, 9%)

RGB channels and saturation

R 15 of 255 = 6%
G 19 of 255 = 7%
B 24 of 255 = 9%

15
19
24

R + G + B ~ 7%. #0F1318 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 19 + 24 = 58 (100%)
R 15 of 58 ~ 25.86%
G 19 of 58 ~ 32.76%
B 24 of 58 ~ 41.38'%

%25.86
%32.76
%41.38

CMYK color model

#0F1318 color CMYK value is (38,21,0,91).

  • cyan value is 37.50%
  • magenta value is 20.83%
  • yellow value is 0.00%
  • key color value is 90.59%
CMYK: (38,21,0,91) C38M21Y0K91 (38%,21%,0%,91%) (0.38/0.21/0.00/0.91) 

CMYK percentages

%37.5
%20.83
%0
%90.59

Codes

Color #0F1318 in popluar color models

0F 13 18
RGB 15 19 24
HSL 213° 23.08% 7.65%
HSB/HSV 213° 37.50% 9.41%
CMYK 37.50% 20.83% 0.00%
90.59%

Color #0F1318 in popluar number systems.

HEX 0F 13 18
Decimal 15 19 24
Binary 1111 10011 11000
Octal 17 23 30

Shades and tints

Shades of #0F1318

#0F1318
(15,19,24)
#0E1216
(14,18,22)
#0D1114
(13,17,20)
#0C1012
(12,16,18)
#0B0F10
(11,15,16)
#0A0E0E
(10,14,14)
#090D0C
(9,13,12)
#080C0A
(8,12,10)
#070B08
(7,11,8)
#060A06
(6,10,6)
#050904
(5,9,4)
#000000
(0,0,0)

Tints of #0F1318

#0F1318
(15,19,24)
#24282D
(36,40,45)
#393D42
(57,61,66)
#4E5257
(78,82,87)
#63676C
(99,103,108)
#787C81
(120,124,129)
#8D9196
(141,145,150)
#A2A6AB
(162,166,171)
#B7BBC0
(183,187,192)
#CCD0D5
(204,208,213)
#E1E5EA
(225,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F1318 color. Also use rgb(15,19,24) instead hex code.

Text Font Color

.myTextColor { color: #0F1318; }

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

This text font color is #0F1318.

Background Color

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

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

This div background color is #0F1318.

Border color

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

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

This div border color is #0F1318.

Opacity

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

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

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

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

This text has shadow with #0F1318 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F1318.

Preview

Color preview on black background

This text has color #0F1318 on black background.


Color preview on white background

This text has color #0F1318 on white background.


Black color preview on #0F1318 background

This text has black color on #0F1318 background.


White color preview on #0F1318 background

This text has white color on #0F1318 background.


Related colors

Complementary color

Complementary color for #hex is #F0ECE7.


I love getcolorcode.com

Triadic colors

1 #180F13 and #13180F with #0F1318 are triadic colors.

2 #18130F and #130F18 with #0F1318 are triadic colors.