COLOR #0F091C

HEX: #0F091C RGB: (15,9,28)

Color info

#0F091C contains red, green and blue colors in about the same proportion. Web safe color of #0F091C is #000033 (or #003).

RGB color model

#0F091C color RGB value is (15,9,28).

RGB: (15,9,28) (6%, 4%, 11%)

RGB channels and saturation

R 15 of 255 = 6%
G 9 of 255 = 4%
B 28 of 255 = 11%

15
9
28

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

Portions of RGB colors in percentages

R + G + B = 15 + 9 + 28 = 52 (100%)
R 15 of 52 ~ 28.85%
G 9 of 52 ~ 17.31%
B 28 of 52 ~ 53.85'%

%28.85
%17.31
%53.85

CMYK color model

#0F091C color CMYK value is (46,68,0,89).

  • cyan value is 46.43%
  • magenta value is 67.86%
  • yellow value is 0.00%
  • key color value is 89.02%

CMYK: (46,68,0,89)
C46M68Y0K89 (46%, 68%, 0%, 89%)
(0.46 / 0.68 / 0.00 / 0.89)

CMYK percentages

%46.43
%67.86
%0
%89.02

Codes

Color #0F091C in popluar color models

0F 09 1C
RGB 15 9 28
HSL 259° 51.35% 7.25%
HSB/HSV 259° 67.86% 10.98%
CMYK 46.43% 67.86% 0.00%
89.02%

Color #0F091C in popluar number systems.

HEX 0F 09 1C
Decimal 15 9 28
Binary 1111 1001 11100
Octal 17 11 34

Shades and tints

Shades of #0F091C

#0F091C
(15,9,28)
#0E091A
(14,9,26)
#0D0918
(13,9,24)
#0C0916
(12,9,22)
#0B0914
(11,9,20)
#0A0912
(10,9,18)
#090910
(9,9,16)
#08090E
(8,9,14)
#07090C
(7,9,12)
#06090A
(6,9,10)
#050908
(5,9,8)
#000000
(0,0,0)

Tints of #0F091C

#0F091C
(15,9,28)
#241F30
(36,31,48)
#393544
(57,53,68)
#4E4B58
(78,75,88)
#63616C
(99,97,108)
#787780
(120,119,128)
#8D8D94
(141,141,148)
#A2A3A8
(162,163,168)
#B7B9BC
(183,185,188)
#CCCFD0
(204,207,208)
#E1E5E4
(225,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F091C color. Also use rgb(15,9,28) instead hex code.

Text Font Color

.myTextColor { color: #0F091C; }

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

This text font color is #0F091C.

Background Color

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

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

This div background color is #0F091C.

Border color

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

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

This div border color is #0F091C.

Opacity

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

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

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

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

This text has shadow with #0F091C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F091C.

Preview

Color preview on black background

This text has color #0F091C on black background.


Color preview on white background

This text has color #0F091C on white background.


Black color preview on #0F091C background

This text has black color on #0F091C background.


White color preview on #0F091C background

This text has white color on #0F091C background.


Related colors

Complementary color

Complementary color for #hex is #F0F6E3.


I love getcolorcode.com

Triadic colors

1 #1C0F09 and #091C0F with #0F091C are triadic colors.

2 #1C090F and #090F1C with #0F091C are triadic colors.