COLOR #0F1214

HEX: #0F1214
RGB: (15,18,20)

Color info

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

RGB color model

#0F1214 color RGB value is (15,18,20).

  • red value is 15;
  • green value is 18;
  • blue value is 20.
RGB:
(15,18,20)
(6%,7%,8%)

RGB channels and saturation

R 15 of 255 = 6%
G 18 of 255 = 7%
B 20 of 255 = 8%

15
18
20

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

Portions of RGB colors in percentages

R + G + B =
15 + 18 + 20 = 53 (100%)
R 15 of 53 ~ 28.3%
G 18 of 53 ~ 33.96%
B 20 of 53 ~ 37.74%

%28.3
%33.96
%37.74

CMYK color model

#0F1214 color CMYK value is (25,10,0,92).

  • cyan value is 25.00%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 92.16%
CMYK:
(25,10,0,92)
C25M10Y0K92 
(25%,10%,0%,92%)
(0.25/0.10/0.00/0.92)	

CMYK percentages

%25
%10
%0
%92.16

Codes

Color #0F1214 in popluar color models

0F1214
RGB151820
HSL204°14.29%6.86%
HSB/HSV204°25.00%7.84%
CMYK25.00%10.00%0.00%
92.16%

Color #0F1214 in popluar number systems.

HEX0F1214
Decimal151820
Binary11111001010100
Octal172224

Shades and tints

Shades of #0F1214

#0F1214
(15,18,20)
#0E1113
(14,17,19)
#0D1012
(13,16,18)
#0C0F11
(12,15,17)
#0B0E10
(11,14,16)
#0A0D0F
(10,13,15)
#090C0E
(9,12,14)
#080B0D
(8,11,13)
#070A0C
(7,10,12)
#06090B
(6,9,11)
#05080A
(5,8,10)
#000000
(0,0,0)

Tints of #0F1214

#0F1214
(15,18,20)
#242729
(36,39,41)
#393C3E
(57,60,62)
#4E5153
(78,81,83)
#636668
(99,102,104)
#787B7D
(120,123,125)
#8D9092
(141,144,146)
#A2A5A7
(162,165,167)
#B7BABC
(183,186,188)
#CCCFD1
(204,207,209)
#E1E4E6
(225,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1214; }

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

This text font color is #0F1214.


Background Color

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

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

This div background color is #0F1214.


Border color

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

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

This div border color is #0F1214.


Opacity

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

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

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

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

This text has shadow with #0F1214 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1214 on black background.


Color preview on white background

This text has color #0F1214 on white background.



Black color preview on #0F1214 background

This text has black color on #0F1214 background.


White color preview on #0F1214 background

This text has white color on #0F1214 background.