COLOR #0F1814

HEX: #0F1814 RGB: (15,24,20)

Color info

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

RGB color model

#0F1814 color RGB value is (15,24,20).

RGB: (15,24,20) (6%, 9%, 8%)

RGB channels and saturation

R 15 of 255 = 6%
G 24 of 255 = 9%
B 20 of 255 = 8%

15
24
20

R + G + B ~ 8%. #0F1814 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 24 + 20 = 59 (100%)
R 15 of 59 ~ 25.42%
G 24 of 59 ~ 40.68%
B 20 of 59 ~ 33.9'%

%25.42
%40.68
%33.9

CMYK color model

#0F1814 color CMYK value is (38,0,17,91).

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

CMYK: (38,0,17,91)
C38M0Y17K91 (38%, 0%, 17%, 91%)
(0.38 / 0.00 / 0.17 / 0.91)

CMYK percentages

%37.5
%0
%16.67
%90.59

Codes

Color #0F1814 in popluar color models

0F 18 14
RGB 15 24 20
HSL 153° 23.08% 7.65%
HSB/HSV 153° 37.50% 9.41%
CMYK 37.50% 0.00% 16.67%
90.59%

Color #0F1814 in popluar number systems.

HEX 0F 18 14
Decimal 15 24 20
Binary 1111 11000 10100
Octal 17 30 24

Shades and tints

Shades of #0F1814

#0F1814
(15,24,20)
#0E1613
(14,22,19)
#0D1412
(13,20,18)
#0C1211
(12,18,17)
#0B1010
(11,16,16)
#0A0E0F
(10,14,15)
#090C0E
(9,12,14)
#080A0D
(8,10,13)
#07080C
(7,8,12)
#06060B
(6,6,11)
#05040A
(5,4,10)
#000000
(0,0,0)

Tints of #0F1814

#0F1814
(15,24,20)
#242D29
(36,45,41)
#39423E
(57,66,62)
#4E5753
(78,87,83)
#636C68
(99,108,104)
#78817D
(120,129,125)
#8D9692
(141,150,146)
#A2ABA7
(162,171,167)
#B7C0BC
(183,192,188)
#CCD5D1
(204,213,209)
#E1EAE6
(225,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1814; }

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

This text font color is #0F1814.

Background Color

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

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

This div background color is #0F1814.

Border color

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

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

This div border color is #0F1814.

Opacity

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

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

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

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

This text has shadow with #0F1814 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F1814.

Preview

Color preview on black background

This text has color #0F1814 on black background.


Color preview on white background

This text has color #0F1814 on white background.


Black color preview on #0F1814 background

This text has black color on #0F1814 background.


White color preview on #0F1814 background

This text has white color on #0F1814 background.


Related colors

Complementary color

Complementary color for #hex is #F0E7EB.


I love getcolorcode.com

Triadic colors

1 #140F18 and #18140F with #0F1814 are triadic colors.

2 #14180F and #180F14 with #0F1814 are triadic colors.