COLOR #0F1501

HEX: #0F1501 RGB: (15,21,1)

Color info

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

RGB color model

#0F1501 color RGB value is (15,21,1).

RGB: (15,21,1) (6%, 8%, 0%)

RGB channels and saturation

R 15 of 255 = 6%
G 21 of 255 = 8%
B 1 of 255 = 0%

15
21
1

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

Portions of RGB colors in percentages

R + G + B = 15 + 21 + 1 = 37 (100%)
R 15 of 37 ~ 40.54%
G 21 of 37 ~ 56.76%
B 1 of 37 ~ 2.7'%

%40.54
%56.76

CMYK color model

#0F1501 color CMYK value is (29,0,95,92).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 95.24%
  • key color value is 91.76%

CMYK: (29,0,95,92)
C29M0Y95K92 (29%, 0%, 95%, 92%)
(0.29 / 0.00 / 0.95 / 0.92)

CMYK percentages

%28.57
%0
%95.24
%91.76

Codes

Color #0F1501 in popluar color models

0F 15 01
RGB 15 21 1
HSL 78° 90.91% 4.31%
HSB/HSV 78° 95.24% 8.24%
CMYK 28.57% 0.00% 95.24%
91.76%

Color #0F1501 in popluar number systems.

HEX 0F 15 01
Decimal 15 21 1
Binary 1111 10101 1
Octal 17 25 1

Shades and tints

Shades of #0F1501

#0F1501
(15,21,1)
#0E1401
(14,20,1)
#0D1301
(13,19,1)
#0C1201
(12,18,1)
#0B1101
(11,17,1)
#0A1001
(10,16,1)
#090F01
(9,15,1)
#080E01
(8,14,1)
#070D01
(7,13,1)
#060C01
(6,12,1)
#050B01
(5,11,1)
#000000
(0,0,0)

Tints of #0F1501

#0F1501
(15,21,1)
#242A18
(36,42,24)
#393F2F
(57,63,47)
#4E5446
(78,84,70)
#63695D
(99,105,93)
#787E74
(120,126,116)
#8D938B
(141,147,139)
#A2A8A2
(162,168,162)
#B7BDB9
(183,189,185)
#CCD2D0
(204,210,208)
#E1E7E7
(225,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1501; }

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

This text font color is #0F1501.

Background Color

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

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

This div background color is #0F1501.

Border color

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

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

This div border color is #0F1501.

Opacity

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

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

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

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

This text has shadow with #0F1501 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F1501.

Preview

Color preview on black background

This text has color #0F1501 on black background.


Color preview on white background

This text has color #0F1501 on white background.


Black color preview on #0F1501 background

This text has black color on #0F1501 background.


White color preview on #0F1501 background

This text has white color on #0F1501 background.


Related colors

Complementary color

Complementary color for #hex is #F0EAFE.


I love getcolorcode.com

Triadic colors

1 #010F15 and #15010F with #0F1501 are triadic colors.

2 #01150F and #150F01 with #0F1501 are triadic colors.