COLOR #0F1812

HEX: #0F1812 RGB: (15,24,18)

Color info

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

RGB color model

#0F1812 color RGB value is (15,24,18).

RGB: (15,24,18) (6%, 9%, 7%)

RGB channels and saturation

R 15 of 255 = 6%
G 24 of 255 = 9%
B 18 of 255 = 7%

15
24
18

R + G + B ~ 7%. #0F1812 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 24 + 18 = 57 (100%)
R 15 of 57 ~ 26.32%
G 24 of 57 ~ 42.11%
B 18 of 57 ~ 31.58'%

%26.32
%42.11
%31.58

CMYK color model

#0F1812 color CMYK value is (38,0,25,91).

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

CMYK: (38,0,25,91)
C38M0Y25K91 (38%, 0%, 25%, 91%)
(0.38 / 0.00 / 0.25 / 0.91)

CMYK percentages

%37.5
%0
%25
%90.59

Codes

Color #0F1812 in popluar color models

0F 18 12
RGB 15 24 18
HSL 140° 23.08% 7.65%
HSB/HSV 140° 37.50% 9.41%
CMYK 37.50% 0.00% 25.00%
90.59%

Color #0F1812 in popluar number systems.

HEX 0F 18 12
Decimal 15 24 18
Binary 1111 11000 10010
Octal 17 30 22

Shades and tints

Shades of #0F1812

#0F1812
(15,24,18)
#0E1611
(14,22,17)
#0D1410
(13,20,16)
#0C120F
(12,18,15)
#0B100E
(11,16,14)
#0A0E0D
(10,14,13)
#090C0C
(9,12,12)
#080A0B
(8,10,11)
#07080A
(7,8,10)
#060609
(6,6,9)
#050408
(5,4,8)
#000000
(0,0,0)

Tints of #0F1812

#0F1812
(15,24,18)
#242D27
(36,45,39)
#39423C
(57,66,60)
#4E5751
(78,87,81)
#636C66
(99,108,102)
#78817B
(120,129,123)
#8D9690
(141,150,144)
#A2ABA5
(162,171,165)
#B7C0BA
(183,192,186)
#CCD5CF
(204,213,207)
#E1EAE4
(225,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1812; }

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

This text font color is #0F1812.

Background Color

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

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

This div background color is #0F1812.

Border color

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

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

This div border color is #0F1812.

Opacity

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

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

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

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

This text has shadow with #0F1812 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F1812.

Preview

Color preview on black background

This text has color #0F1812 on black background.


Color preview on white background

This text has color #0F1812 on white background.


Black color preview on #0F1812 background

This text has black color on #0F1812 background.


White color preview on #0F1812 background

This text has white color on #0F1812 background.


Related colors

Complementary color

Complementary color for #hex is #F0E7ED.


I love getcolorcode.com

Triadic colors

1 #120F18 and #18120F with #0F1812 are triadic colors.

2 #12180F and #180F12 with #0F1812 are triadic colors.