COLOR #0F1424

HEX: #0F1424 RGB: (15,20,36)

Color info

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

RGB color model

#0F1424 color RGB value is (15,20,36).

RGB: (15,20,36) (6%, 8%, 14%)

RGB channels and saturation

R 15 of 255 = 6%
G 20 of 255 = 8%
B 36 of 255 = 14%

15
20
36

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

Portions of RGB colors in percentages

R + G + B = 15 + 20 + 36 = 71 (100%)
R 15 of 71 ~ 21.13%
G 20 of 71 ~ 28.17%
B 36 of 71 ~ 50.7'%

%21.13
%28.17
%50.7

CMYK color model

#0F1424 color CMYK value is (58,44,0,86).

  • cyan value is 58.33%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 85.88%

CMYK: (58,44,0,86)
C58M44Y0K86 (58%, 44%, 0%, 86%)
(0.58 / 0.44 / 0.00 / 0.86)

CMYK percentages

%58.33
%44.44
%0
%85.88

Codes

Color #0F1424 in popluar color models

0F 14 24
RGB 15 20 36
HSL 226° 41.18% 10.00%
HSB/HSV 226° 58.33% 14.12%
CMYK 58.33% 44.44% 0.00%
85.88%

Color #0F1424 in popluar number systems.

HEX 0F 14 24
Decimal 15 20 36
Binary 1111 10100 100100
Octal 17 24 44

Shades and tints

Shades of #0F1424

#0F1424
(15,20,36)
#0E1321
(14,19,33)
#0D121E
(13,18,30)
#0C111B
(12,17,27)
#0B1018
(11,16,24)
#0A0F15
(10,15,21)
#090E12
(9,14,18)
#080D0F
(8,13,15)
#070C0C
(7,12,12)
#060B09
(6,11,9)
#050A06
(5,10,6)
#000000
(0,0,0)

Tints of #0F1424

#0F1424
(15,20,36)
#242937
(36,41,55)
#393E4A
(57,62,74)
#4E535D
(78,83,93)
#636870
(99,104,112)
#787D83
(120,125,131)
#8D9296
(141,146,150)
#A2A7A9
(162,167,169)
#B7BCBC
(183,188,188)
#CCD1CF
(204,209,207)
#E1E6E2
(225,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1424; }

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

This text font color is #0F1424.

Background Color

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

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

This div background color is #0F1424.

Border color

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

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

This div border color is #0F1424.

Opacity

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

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

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

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

This text has shadow with #0F1424 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F1424.

Preview

Color preview on black background

This text has color #0F1424 on black background.


Color preview on white background

This text has color #0F1424 on white background.


Black color preview on #0F1424 background

This text has black color on #0F1424 background.


White color preview on #0F1424 background

This text has white color on #0F1424 background.


Related colors

Complementary color

Complementary color for #hex is #F0EBDB.


I love getcolorcode.com

Triadic colors

1 #240F14 and #14240F with #0F1424 are triadic colors.

2 #24140F and #140F24 with #0F1424 are triadic colors.