COLOR #0F0021

HEX: #0F0021
RGB: (15,0,33)

Color info

#0F0021 contains only red and blue colors. Web safe color of #0F0021 is #000033 (or #003).

RGB color model

#0F0021 color RGB value is (15,0,33).

  • red value is 15;
  • green value is 0;
  • blue value is 33.
RGB:
(15,0,33)
(6%,0%,13%)

RGB channels and saturation

R 15 of 255 = 6%
G 0 of 255 = 0%
B 33 of 255 = 13%

15
0
33

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

Portions of RGB colors in percentages

R + G + B =
15 + 0 + 33 = 48 (100%)
R 15 of 48 ~ 31.25%
G 0 of 48 ~ 0%
B 33 of 48 ~ 68.75%

%31.25
%68.75

CMYK color model

#0F0021 color CMYK value is (55,100,0,87).

  • cyan value is 54.55%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(55,100,0,87)
C55M100Y0K87 
(55%,100%,0%,87%)
(0.55/1.00/0.00/0.87)	

CMYK percentages

%54.55
%100
%0
%87.06

Codes

Color #0F0021 in popluar color models

0F0021
RGB15033
HSL267°100.00%6.47%
HSB/HSV267°100.00%12.94%
CMYK54.55%100.00%0.00%
87.06%

Color #0F0021 in popluar number systems.

HEX0F0021
Decimal15033
Binary11110100001
Octal17041

Shades and tints

Shades of #0F0021

#0F0021
(15,0,33)
#0E001E
(14,0,30)
#0D001B
(13,0,27)
#0C0018
(12,0,24)
#0B0015
(11,0,21)
#0A0012
(10,0,18)
#09000F
(9,0,15)
#08000C
(8,0,12)
#070009
(7,0,9)
#060006
(6,0,6)
#050003
(5,0,3)
#000000
(0,0,0)

Tints of #0F0021

#0F0021
(15,0,33)
#241735
(36,23,53)
#392E49
(57,46,73)
#4E455D
(78,69,93)
#635C71
(99,92,113)
#787385
(120,115,133)
#8D8A99
(141,138,153)
#A2A1AD
(162,161,173)
#B7B8C1
(183,184,193)
#CCCFD5
(204,207,213)
#E1E6E9
(225,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0021; }

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

This text font color is #0F0021.


Background Color

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

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

This div background color is #0F0021.


Border color

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

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

This div border color is #0F0021.


Opacity

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

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

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

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

This text has shadow with #0F0021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F0021 on black background.


Color preview on white background

This text has color #0F0021 on white background.



Black color preview on #0F0021 background

This text has black color on #0F0021 background.


White color preview on #0F0021 background

This text has white color on #0F0021 background.