COLOR #0F0E1A

HEX: #0F0E1A RGB: (15,14,26)

Color info

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

RGB color model

#0F0E1A color RGB value is (15,14,26).

RGB: (15,14,26) (6%, 5%, 10%)

RGB channels and saturation

R 15 of 255 = 6%
G 14 of 255 = 5%
B 26 of 255 = 10%

15
14
26

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

Portions of RGB colors in percentages

R + G + B = 15 + 14 + 26 = 55 (100%)
R 15 of 55 ~ 27.27%
G 14 of 55 ~ 25.45%
B 26 of 55 ~ 47.27'%

%27.27
%25.45
%47.27

CMYK color model

#0F0E1A color CMYK value is (42,46,0,90).

  • cyan value is 42.31%
  • magenta value is 46.15%
  • yellow value is 0.00%
  • key color value is 89.80%
CMYK: (42,46,0,90) C42M46Y0K90 (42%,46%,0%,90%) (0.42/0.46/0.00/0.90) 

CMYK percentages

%42.31
%46.15
%0
%89.8

Codes

Color #0F0E1A in popluar color models

0F 0E 1A
RGB 15 14 26
HSL 245° 30.00% 7.84%
HSB/HSV 245° 46.15% 10.20%
CMYK 42.31% 46.15% 0.00%
89.80%

Color #0F0E1A in popluar number systems.

HEX 0F 0E 1A
Decimal 15 14 26
Binary 1111 1110 11010
Octal 17 16 32

Shades and tints

Shades of #0F0E1A

#0F0E1A
(15,14,26)
#0E0D18
(14,13,24)
#0D0C16
(13,12,22)
#0C0B14
(12,11,20)
#0B0A12
(11,10,18)
#0A0910
(10,9,16)
#09080E
(9,8,14)
#08070C
(8,7,12)
#07060A
(7,6,10)
#060508
(6,5,8)
#050406
(5,4,6)
#000000
(0,0,0)

Tints of #0F0E1A

#0F0E1A
(15,14,26)
#24232E
(36,35,46)
#393842
(57,56,66)
#4E4D56
(78,77,86)
#63626A
(99,98,106)
#78777E
(120,119,126)
#8D8C92
(141,140,146)
#A2A1A6
(162,161,166)
#B7B6BA
(183,182,186)
#CCCBCE
(204,203,206)
#E1E0E2
(225,224,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F0E1A color. Also use rgb(15,14,26) instead hex code.

Text Font Color

.myTextColor { color: #0F0E1A; }

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

This text font color is #0F0E1A.

Background Color

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

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

This div background color is #0F0E1A.

Border color

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

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

This div border color is #0F0E1A.

Opacity

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

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

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

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

This text has shadow with #0F0E1A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F0E1A.

Preview

Color preview on black background

This text has color #0F0E1A on black background.


Color preview on white background

This text has color #0F0E1A on white background.


Black color preview on #0F0E1A background

This text has black color on #0F0E1A background.


White color preview on #0F0E1A background

This text has white color on #0F0E1A background.


Related colors

Complementary color

Complementary color for #hex is #F0F1E5.


I love getcolorcode.com

Triadic colors

1 #1A0F0E and #0E1A0F with #0F0E1A are triadic colors.

2 #1A0E0F and #0E0F1A with #0F0E1A are triadic colors.