COLOR #0F1921

HEX: #0F1921
RGB: (15,25,33)

Color info

#0F1921 contains red, green and blue colors in about the same proportion. Web safe color of #0F1921 is #000033 (or #003).

RGB color model

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

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

RGB channels and saturation

R 15 of 255 = 6%
G 25 of 255 = 10%
B 33 of 255 = 13%

15
25
33

R + G + B ~ 10%. #0F1921 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 25 + 33 = 73 (100%)
R 15 of 73 ~ 20.55%
G 25 of 73 ~ 34.25%
B 33 of 73 ~ 45.21%

%20.55
%34.25
%45.21

CMYK color model

#0F1921 color CMYK value is (55,24,0,87).

  • cyan value is 54.55%
  • magenta value is 24.24%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(55,24,0,87)
C55M24Y0K87 
(55%,24%,0%,87%)
(0.55/0.24/0.00/0.87)	

CMYK percentages

%54.55
%24.24
%0
%87.06

Codes

Color #0F1921 in popluar color models

0F1921
RGB152533
HSL207°37.50%9.41%
HSB/HSV207°54.55%12.94%
CMYK54.55%24.24%0.00%
87.06%

Color #0F1921 in popluar number systems.

HEX0F1921
Decimal152533
Binary111111001100001
Octal173141

Shades and tints

Shades of #0F1921

#0F1921
(15,25,33)
#0E171E
(14,23,30)
#0D151B
(13,21,27)
#0C1318
(12,19,24)
#0B1115
(11,17,21)
#0A0F12
(10,15,18)
#090D0F
(9,13,15)
#080B0C
(8,11,12)
#070909
(7,9,9)
#060706
(6,7,6)
#050503
(5,5,3)
#000000
(0,0,0)

Tints of #0F1921

#0F1921
(15,25,33)
#242D35
(36,45,53)
#394149
(57,65,73)
#4E555D
(78,85,93)
#636971
(99,105,113)
#787D85
(120,125,133)
#8D9199
(141,145,153)
#A2A5AD
(162,165,173)
#B7B9C1
(183,185,193)
#CCCDD5
(204,205,213)
#E1E1E9
(225,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1921; }

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

This text font color is #0F1921.


Background Color

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

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

This div background color is #0F1921.


Border color

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

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

This div border color is #0F1921.


Opacity

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

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

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

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

This text has shadow with #0F1921 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1921 on black background.


Color preview on white background

This text has color #0F1921 on white background.



Black color preview on #0F1921 background

This text has black color on #0F1921 background.


White color preview on #0F1921 background

This text has white color on #0F1921 background.