COLOR #0F0C13

HEX: #0F0C13 RGB: (15,12,19)

Color info

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

RGB color model

#0F0C13 color RGB value is (15,12,19).

RGB: (15,12,19) (6%, 5%, 7%)

RGB channels and saturation

R 15 of 255 = 6%
G 12 of 255 = 5%
B 19 of 255 = 7%

15
12
19

R + G + B ~ 6%. #0F0C13 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 12 + 19 = 46 (100%)
R 15 of 46 ~ 32.61%
G 12 of 46 ~ 26.09%
B 19 of 46 ~ 41.3'%

%32.61
%26.09
%41.3

CMYK color model

#0F0C13 color CMYK value is (21,37,0,93).

  • cyan value is 21.05%
  • magenta value is 36.84%
  • yellow value is 0.00%
  • key color value is 92.55%

CMYK: (21,37,0,93)
C21M37Y0K93 (21%, 37%, 0%, 93%)
(0.21 / 0.37 / 0.00 / 0.93)

CMYK percentages

%21.05
%36.84
%0
%92.55

Codes

Color #0F0C13 in popluar color models

0F 0C 13
RGB 15 12 19
HSL 266° 22.58% 6.08%
HSB/HSV 266° 36.84% 7.45%
CMYK 21.05% 36.84% 0.00%
92.55%

Color #0F0C13 in popluar number systems.

HEX 0F 0C 13
Decimal 15 12 19
Binary 1111 1100 10011
Octal 17 14 23

Shades and tints

Shades of #0F0C13

#0F0C13
(15,12,19)
#0E0B12
(14,11,18)
#0D0A11
(13,10,17)
#0C0910
(12,9,16)
#0B080F
(11,8,15)
#0A070E
(10,7,14)
#09060D
(9,6,13)
#08050C
(8,5,12)
#07040B
(7,4,11)
#06030A
(6,3,10)
#050209
(5,2,9)
#000000
(0,0,0)

Tints of #0F0C13

#0F0C13
(15,12,19)
#242228
(36,34,40)
#39383D
(57,56,61)
#4E4E52
(78,78,82)
#636467
(99,100,103)
#787A7C
(120,122,124)
#8D9091
(141,144,145)
#A2A6A6
(162,166,166)
#B7BCBB
(183,188,187)
#CCD2D0
(204,210,208)
#E1E8E5
(225,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0C13; }

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

This text font color is #0F0C13.

Background Color

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

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

This div background color is #0F0C13.

Border color

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

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

This div border color is #0F0C13.

Opacity

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

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

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

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

This text has shadow with #0F0C13 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F0C13.

Preview

Color preview on black background

This text has color #0F0C13 on black background.


Color preview on white background

This text has color #0F0C13 on white background.


Black color preview on #0F0C13 background

This text has black color on #0F0C13 background.


White color preview on #0F0C13 background

This text has white color on #0F0C13 background.


Related colors

Complementary color

Complementary color for #hex is #F0F3EC.


I love getcolorcode.com

Triadic colors

1 #130F0C and #0C130F with #0F0C13 are triadic colors.

2 #130C0F and #0C0F13 with #0F0C13 are triadic colors.