COLOR #0F1301

HEX: #0F1301 RGB: (15,19,1)

Color info

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

RGB color model

#0F1301 color RGB value is (15,19,1).

RGB: (15,19,1) (6%, 7%, 0%)

RGB channels and saturation

R 15 of 255 = 6%
G 19 of 255 = 7%
B 1 of 255 = 0%

15
19
1

R + G + B ~ 4%. #0F1301 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 19 + 1 = 35 (100%)
R 15 of 35 ~ 42.86%
G 19 of 35 ~ 54.29%
B 1 of 35 ~ 2.86'%

%42.86
%54.29

CMYK color model

#0F1301 color CMYK value is (21,0,95,93).

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

CMYK: (21,0,95,93)
C21M0Y95K93 (21%, 0%, 95%, 93%)
(0.21 / 0.00 / 0.95 / 0.93)

CMYK percentages

%21.05
%0
%94.74
%92.55

Codes

Color #0F1301 in popluar color models

0F 13 01
RGB 15 19 1
HSL 73° 90.00% 3.92%
HSB/HSV 73° 94.74% 7.45%
CMYK 21.05% 0.00% 94.74%
92.55%

Color #0F1301 in popluar number systems.

HEX 0F 13 01
Decimal 15 19 1
Binary 1111 10011 1
Octal 17 23 1

Shades and tints

Shades of #0F1301

#0F1301
(15,19,1)
#0E1201
(14,18,1)
#0D1101
(13,17,1)
#0C1001
(12,16,1)
#0B0F01
(11,15,1)
#0A0E01
(10,14,1)
#090D01
(9,13,1)
#080C01
(8,12,1)
#070B01
(7,11,1)
#060A01
(6,10,1)
#050901
(5,9,1)
#000000
(0,0,0)

Tints of #0F1301

#0F1301
(15,19,1)
#242818
(36,40,24)
#393D2F
(57,61,47)
#4E5246
(78,82,70)
#63675D
(99,103,93)
#787C74
(120,124,116)
#8D918B
(141,145,139)
#A2A6A2
(162,166,162)
#B7BBB9
(183,187,185)
#CCD0D0
(204,208,208)
#E1E5E7
(225,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1301; }

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

This text font color is #0F1301.

Background Color

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

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

This div background color is #0F1301.

Border color

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

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

This div border color is #0F1301.

Opacity

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

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

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

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

This text has shadow with #0F1301 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F1301.

Preview

Color preview on black background

This text has color #0F1301 on black background.


Color preview on white background

This text has color #0F1301 on white background.


Black color preview on #0F1301 background

This text has black color on #0F1301 background.


White color preview on #0F1301 background

This text has white color on #0F1301 background.


Related colors

Complementary color

Complementary color for #hex is #F0ECFE.


I love getcolorcode.com

Triadic colors

1 #010F13 and #13010F with #0F1301 are triadic colors.

2 #01130F and #130F01 with #0F1301 are triadic colors.