COLOR #0F0001

HEX: #0F0001 RGB: (15,0,1)

Color info

#0F0001 contains only red and blue colors. Web safe color of #0F0001 is #000000 (or #000).

RGB color model

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

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

RGB channels and saturation

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

15
0
1

R + G + B ~ 2%. #0F0001 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 0 + 1 = 16 (100%)
R 15 of 16 ~ 93.75%
G 0 of 16 ~ 0%
B 1 of 16 ~ 6.25'%

%93.75

CMYK color model

#0F0001 color CMYK value is (0,100,93,94).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 93.33%
  • key color value is 94.12%

CMYK: (0,100,93,94)
C0M100Y93K94 (0%, 100%, 93%, 94%)
(0.00 / 1.00 / 0.93 / 0.94)

CMYK percentages

%0
%100
%93.33
%94.12

Codes

Color #0F0001 in popluar color models

0F 00 01
RGB 15 0 1
HSL 356° 100.00% 2.94%
HSB/HSV 356° 100.00% 5.88%
CMYK 0.00% 100.00% 93.33%
94.12%

Color #0F0001 in popluar number systems.

HEX 0F 00 01
Decimal 15 0 1
Binary 1111 0 1
Octal 17 0 1

Shades and tints

Shades of #0F0001

#0F0001
(15,0,1)
#0E0001
(14,0,1)
#0D0001
(13,0,1)
#0C0001
(12,0,1)
#0B0001
(11,0,1)
#0A0001
(10,0,1)
#090001
(9,0,1)
#080001
(8,0,1)
#070001
(7,0,1)
#060001
(6,0,1)
#050001
(5,0,1)
#000000
(0,0,0)

Tints of #0F0001

#0F0001
(15,0,1)
#241718
(36,23,24)
#392E2F
(57,46,47)
#4E4546
(78,69,70)
#635C5D
(99,92,93)
#787374
(120,115,116)
#8D8A8B
(141,138,139)
#A2A1A2
(162,161,162)
#B7B8B9
(183,184,185)
#CCCFD0
(204,207,208)
#E1E6E7
(225,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0001; }

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

This text font color is #0F0001.

Background Color

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

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

This div background color is #0F0001.

Border color

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

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

This div border color is #0F0001.

Opacity

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

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

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

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

This text has shadow with #0F0001 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F0001.

Preview

Color preview on black background

This text has color #0F0001 on black background.


Color preview on white background

This text has color #0F0001 on white background.


Black color preview on #0F0001 background

This text has black color on #0F0001 background.


White color preview on #0F0001 background

This text has white color on #0F0001 background.


Related colors

Complementary color

Complementary color for #hex is #F0FFFE.


I love getcolorcode.com

Triadic colors

1 #010F00 and #00010F with #0F0001 are triadic colors.

2 #01000F and #000F01 with #0F0001 are triadic colors.