COLOR #0F0218

HEX: #0F0218
RGB: (15,2,24)

Color info

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

RGB color model

#0F0218 color RGB value is (15,2,24).

  • red value is 15;
  • green value is 2;
  • blue value is 24.
RGB:
(15,2,24)
(6%,1%,9%)

RGB channels and saturation

R 15 of 255 = 6%
G 2 of 255 = 1%
B 24 of 255 = 9%

15
2
24

R + G + B ~ 5%. #0F0218 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 2 + 24 = 41 (100%)
R 15 of 41 ~ 36.59%
G 2 of 41 ~ 4.88%
B 24 of 41 ~ 58.54%

%36.59
%58.54

CMYK color model

#0F0218 color CMYK value is (38,92,0,91).

  • cyan value is 37.50%
  • magenta value is 91.67%
  • yellow value is 0.00%
  • key color value is 90.59%
CMYK:
(38,92,0,91)
C38M92Y0K91 
(38%,92%,0%,91%)
(0.38/0.92/0.00/0.91)	

CMYK percentages

%37.5
%91.67
%0
%90.59

Codes

Color #0F0218 in popluar color models

0F0218
RGB15224
HSL275°84.62%5.10%
HSB/HSV275°91.67%9.41%
CMYK37.50%91.67%0.00%
90.59%

Color #0F0218 in popluar number systems.

HEX0F0218
Decimal15224
Binary11111011000
Octal17230

Shades and tints

Shades of #0F0218

#0F0218
(15,2,24)
#0E0216
(14,2,22)
#0D0214
(13,2,20)
#0C0212
(12,2,18)
#0B0210
(11,2,16)
#0A020E
(10,2,14)
#09020C
(9,2,12)
#08020A
(8,2,10)
#070208
(7,2,8)
#060206
(6,2,6)
#050204
(5,2,4)
#000000
(0,0,0)

Tints of #0F0218

#0F0218
(15,2,24)
#24192D
(36,25,45)
#393042
(57,48,66)
#4E4757
(78,71,87)
#635E6C
(99,94,108)
#787581
(120,117,129)
#8D8C96
(141,140,150)
#A2A3AB
(162,163,171)
#B7BAC0
(183,186,192)
#CCD1D5
(204,209,213)
#E1E8EA
(225,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0218; }

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

This text font color is #0F0218.


Background Color

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

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

This div background color is #0F0218.


Border color

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

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

This div border color is #0F0218.


Opacity

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

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

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

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

This text has shadow with #0F0218 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F0218 on black background.


Color preview on white background

This text has color #0F0218 on white background.



Black color preview on #0F0218 background

This text has black color on #0F0218 background.


White color preview on #0F0218 background

This text has white color on #0F0218 background.