COLOR #0F030D

HEX: #0F030D
RGB: (15,3,13)

Color info

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

RGB color model

#0F030D color RGB value is (15,3,13).

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

RGB channels and saturation

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

15
3
13

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

Portions of RGB colors in percentages

R + G + B =
15 + 3 + 13 = 31 (100%)
R 15 of 31 ~ 48.39%
G 3 of 31 ~ 9.68%
B 13 of 31 ~ 41.94%

%48.39
%9.68
%41.94

CMYK color model

#0F030D color CMYK value is (0,80,13,94).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 13.33%
  • key color value is 94.12%
CMYK:
(0,80,13,94)
C0M80Y13K94 
(0%,80%,13%,94%)
(0.00/0.80/0.13/0.94)	

CMYK percentages

%0
%80
%13.33
%94.12

Codes

Color #0F030D in popluar color models

0F030D
RGB15313
HSL310°66.67%3.53%
HSB/HSV310°80.00%5.88%
CMYK0.00%80.00%13.33%
94.12%

Color #0F030D in popluar number systems.

HEX0F030D
Decimal15313
Binary1111111101
Octal17315

Shades and tints

Shades of #0F030D

#0F030D
(15,3,13)
#0E030C
(14,3,12)
#0D030B
(13,3,11)
#0C030A
(12,3,10)
#0B0309
(11,3,9)
#0A0308
(10,3,8)
#090307
(9,3,7)
#080306
(8,3,6)
#070305
(7,3,5)
#060304
(6,3,4)
#050303
(5,3,3)
#000000
(0,0,0)

Tints of #0F030D

#0F030D
(15,3,13)
#241923
(36,25,35)
#392F39
(57,47,57)
#4E454F
(78,69,79)
#635B65
(99,91,101)
#78717B
(120,113,123)
#8D8791
(141,135,145)
#A29DA7
(162,157,167)
#B7B3BD
(183,179,189)
#CCC9D3
(204,201,211)
#E1DFE9
(225,223,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F030D; }

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

This text font color is #0F030D.


Background Color

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

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

This div background color is #0F030D.


Border color

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

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

This div border color is #0F030D.


Opacity

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

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

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

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

This text has shadow with #0F030D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F030D on black background.


Color preview on white background

This text has color #0F030D on white background.



Black color preview on #0F030D background

This text has black color on #0F030D background.


White color preview on #0F030D background

This text has white color on #0F030D background.