COLOR #0F0A1E

HEX: #0F0A1E RGB: (15,10,30)

Color info

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

RGB color model

#0F0A1E color RGB value is (15,10,30).

RGB: (15,10,30) (6%, 4%, 12%)

RGB channels and saturation

R 15 of 255 = 6%
G 10 of 255 = 4%
B 30 of 255 = 12%

15
10
30

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

Portions of RGB colors in percentages

R + G + B = 15 + 10 + 30 = 55 (100%)
R 15 of 55 ~ 27.27%
G 10 of 55 ~ 18.18%
B 30 of 55 ~ 54.55'%

%27.27
%18.18
%54.55

CMYK color model

#0F0A1E color CMYK value is (50,67,0,88).

  • cyan value is 50.00%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 88.24%

CMYK: (50,67,0,88)
C50M67Y0K88 (50%, 67%, 0%, 88%)
(0.50 / 0.67 / 0.00 / 0.88)

CMYK percentages

%50
%66.67
%0
%88.24

Codes

Color #0F0A1E in popluar color models

0F 0A 1E
RGB 15 10 30
HSL 255° 50.00% 7.84%
HSB/HSV 255° 66.67% 11.76%
CMYK 50.00% 66.67% 0.00%
88.24%

Color #0F0A1E in popluar number systems.

HEX 0F 0A 1E
Decimal 15 10 30
Binary 1111 1010 11110
Octal 17 12 36

Shades and tints

Shades of #0F0A1E

#0F0A1E
(15,10,30)
#0E0A1C
(14,10,28)
#0D0A1A
(13,10,26)
#0C0A18
(12,10,24)
#0B0A16
(11,10,22)
#0A0A14
(10,10,20)
#090A12
(9,10,18)
#080A10
(8,10,16)
#070A0E
(7,10,14)
#060A0C
(6,10,12)
#050A0A
(5,10,10)
#000000
(0,0,0)

Tints of #0F0A1E

#0F0A1E
(15,10,30)
#242032
(36,32,50)
#393646
(57,54,70)
#4E4C5A
(78,76,90)
#63626E
(99,98,110)
#787882
(120,120,130)
#8D8E96
(141,142,150)
#A2A4AA
(162,164,170)
#B7BABE
(183,186,190)
#CCD0D2
(204,208,210)
#E1E6E6
(225,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F0A1E color. Also use rgb(15,10,30) instead hex code.

Text Font Color

.myTextColor { color: #0F0A1E; }

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

This text font color is #0F0A1E.

Background Color

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

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

This div background color is #0F0A1E.

Border color

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

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

This div border color is #0F0A1E.

Opacity

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

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

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

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

This text has shadow with #0F0A1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F0A1E.

Preview

Color preview on black background

This text has color #0F0A1E on black background.


Color preview on white background

This text has color #0F0A1E on white background.


Black color preview on #0F0A1E background

This text has black color on #0F0A1E background.


White color preview on #0F0A1E background

This text has white color on #0F0A1E background.


Related colors

Complementary color

Complementary color for #hex is #F0F5E1.


I love getcolorcode.com

Triadic colors

1 #1E0F0A and #0A1E0F with #0F0A1E are triadic colors.

2 #1E0A0F and #0A0F1E with #0F0A1E are triadic colors.