COLOR #0F020D

HEX: #0F020D
RGB: (15,2,13)

Color info

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

RGB color model

#0F020D color RGB value is (15,2,13).

  • red value is 15;
  • green value is 2;
  • blue value is 13.
RGB:
(15,2,13)
(6%,1%,5%)

RGB channels and saturation

R 15 of 255 = 6%
G 2 of 255 = 1%
B 13 of 255 = 5%

15
2
13

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

Portions of RGB colors in percentages

R + G + B =
15 + 2 + 13 = 30 (100%)
R 15 of 30 ~ 50%
G 2 of 30 ~ 6.67%
B 13 of 30 ~ 43.33%

%50
%43.33

CMYK color model

#0F020D color CMYK value is (0,87,13,94).

  • cyan value is 0.00%
  • magenta value is 86.67%
  • yellow value is 13.33%
  • key color value is 94.12%
CMYK:
(0,87,13,94)
C0M87Y13K94 
(0%,87%,13%,94%)
(0.00/0.87/0.13/0.94)	

CMYK percentages

%0
%86.67
%13.33
%94.12

Codes

Color #0F020D in popluar color models

0F020D
RGB15213
HSL309°76.47%3.33%
HSB/HSV309°86.67%5.88%
CMYK0.00%86.67%13.33%
94.12%

Color #0F020D in popluar number systems.

HEX0F020D
Decimal15213
Binary1111101101
Octal17215

Shades and tints

Shades of #0F020D

#0F020D
(15,2,13)
#0E020C
(14,2,12)
#0D020B
(13,2,11)
#0C020A
(12,2,10)
#0B0209
(11,2,9)
#0A0208
(10,2,8)
#090207
(9,2,7)
#080206
(8,2,6)
#070205
(7,2,5)
#060204
(6,2,4)
#050203
(5,2,3)
#000000
(0,0,0)

Tints of #0F020D

#0F020D
(15,2,13)
#241923
(36,25,35)
#393039
(57,48,57)
#4E474F
(78,71,79)
#635E65
(99,94,101)
#78757B
(120,117,123)
#8D8C91
(141,140,145)
#A2A3A7
(162,163,167)
#B7BABD
(183,186,189)
#CCD1D3
(204,209,211)
#E1E8E9
(225,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F020D; }

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

This text font color is #0F020D.


Background Color

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

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

This div background color is #0F020D.


Border color

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

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

This div border color is #0F020D.


Opacity

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

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

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

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

This text has shadow with #0F020D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F020D on black background.


Color preview on white background

This text has color #0F020D on white background.



Black color preview on #0F020D background

This text has black color on #0F020D background.


White color preview on #0F020D background

This text has white color on #0F020D background.