COLOR #0F1803

HEX: #0F1803 RGB: (15,24,3)

Color info

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

RGB color model

#0F1803 color RGB value is (15,24,3).

RGB: (15,24,3) (6%, 9%, 1%)

RGB channels and saturation

R 15 of 255 = 6%
G 24 of 255 = 9%
B 3 of 255 = 1%

15
24
3

R + G + B ~ 5%. #0F1803 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 24 + 3 = 42 (100%)
R 15 of 42 ~ 35.71%
G 24 of 42 ~ 57.14%
B 3 of 42 ~ 7.14'%

%35.71
%57.14

CMYK color model

#0F1803 color CMYK value is (38,0,88,91).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 87.50%
  • key color value is 90.59%

CMYK: (38,0,88,91)
C38M0Y88K91 (38%, 0%, 88%, 91%)
(0.38 / 0.00 / 0.88 / 0.91)

CMYK percentages

%37.5
%0
%87.5
%90.59

Codes

Color #0F1803 in popluar color models

0F 18 03
RGB 15 24 3
HSL 86° 77.78% 5.29%
HSB/HSV 86° 87.50% 9.41%
CMYK 37.50% 0.00% 87.50%
90.59%

Color #0F1803 in popluar number systems.

HEX 0F 18 03
Decimal 15 24 3
Binary 1111 11000 11
Octal 17 30 3

Shades and tints

Shades of #0F1803

#0F1803
(15,24,3)
#0E1603
(14,22,3)
#0D1403
(13,20,3)
#0C1203
(12,18,3)
#0B1003
(11,16,3)
#0A0E03
(10,14,3)
#090C03
(9,12,3)
#080A03
(8,10,3)
#070803
(7,8,3)
#060603
(6,6,3)
#050403
(5,4,3)
#000000
(0,0,0)

Tints of #0F1803

#0F1803
(15,24,3)
#242D19
(36,45,25)
#39422F
(57,66,47)
#4E5745
(78,87,69)
#636C5B
(99,108,91)
#788171
(120,129,113)
#8D9687
(141,150,135)
#A2AB9D
(162,171,157)
#B7C0B3
(183,192,179)
#CCD5C9
(204,213,201)
#E1EADF
(225,234,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1803; }

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

This text font color is #0F1803.

Background Color

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

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

This div background color is #0F1803.

Border color

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

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

This div border color is #0F1803.

Opacity

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

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

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

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

This text has shadow with #0F1803 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F1803.

Preview

Color preview on black background

This text has color #0F1803 on black background.


Color preview on white background

This text has color #0F1803 on white background.


Black color preview on #0F1803 background

This text has black color on #0F1803 background.


White color preview on #0F1803 background

This text has white color on #0F1803 background.


Related colors

Complementary color

Complementary color for #hex is #F0E7FC.


I love getcolorcode.com

Triadic colors

1 #030F18 and #18030F with #0F1803 are triadic colors.

2 #03180F and #180F03 with #0F1803 are triadic colors.