COLOR #0F181B

HEX: #0F181B RGB: (15,24,27)

Color info

#0F181B contains red, green and blue colors in about the same proportion. Web safe color of #0F181B is #000033 (or #003).

RGB color model

#0F181B color RGB value is (15,24,27).

RGB: (15,24,27) (6%, 9%, 11%)

RGB channels and saturation

R 15 of 255 = 6%
G 24 of 255 = 9%
B 27 of 255 = 11%

15
24
27

R + G + B ~ 9%. #0F181B is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 24 + 27 = 66 (100%)
R 15 of 66 ~ 22.73%
G 24 of 66 ~ 36.36%
B 27 of 66 ~ 40.91'%

%22.73
%36.36
%40.91

CMYK color model

#0F181B color CMYK value is (44,11,0,89).

  • cyan value is 44.44%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 89.41%

CMYK: (44,11,0,89)
C44M11Y0K89 (44%, 11%, 0%, 89%)
(0.44 / 0.11 / 0.00 / 0.89)

CMYK percentages

%44.44
%11.11
%0
%89.41

Codes

Color #0F181B in popluar color models

0F 18 1B
RGB 15 24 27
HSL 195° 28.57% 8.24%
HSB/HSV 195° 44.44% 10.59%
CMYK 44.44% 11.11% 0.00%
89.41%

Color #0F181B in popluar number systems.

HEX 0F 18 1B
Decimal 15 24 27
Binary 1111 11000 11011
Octal 17 30 33

Shades and tints

Shades of #0F181B

#0F181B
(15,24,27)
#0E1619
(14,22,25)
#0D1417
(13,20,23)
#0C1215
(12,18,21)
#0B1013
(11,16,19)
#0A0E11
(10,14,17)
#090C0F
(9,12,15)
#080A0D
(8,10,13)
#07080B
(7,8,11)
#060609
(6,6,9)
#050407
(5,4,7)
#000000
(0,0,0)

Tints of #0F181B

#0F181B
(15,24,27)
#242D2F
(36,45,47)
#394243
(57,66,67)
#4E5757
(78,87,87)
#636C6B
(99,108,107)
#78817F
(120,129,127)
#8D9693
(141,150,147)
#A2ABA7
(162,171,167)
#B7C0BB
(183,192,187)
#CCD5CF
(204,213,207)
#E1EAE3
(225,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F181B; }

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

This text font color is #0F181B.

Background Color

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

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

This div background color is #0F181B.

Border color

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

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

This div border color is #0F181B.

Opacity

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

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

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

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

This text has shadow with #0F181B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F181B.

Preview

Color preview on black background

This text has color #0F181B on black background.


Color preview on white background

This text has color #0F181B on white background.


Black color preview on #0F181B background

This text has black color on #0F181B background.


White color preview on #0F181B background

This text has white color on #0F181B background.


Related colors

Complementary color

Complementary color for #hex is #F0E7E4.


I love getcolorcode.com

Triadic colors

1 #1B0F18 and #181B0F with #0F181B are triadic colors.

2 #1B180F and #180F1B with #0F181B are triadic colors.