COLOR #0F1F29

HEX: #0F1F29
RGB: (15,31,41)

Color info

#0F1F29 contains red, green and blue colors in about the same proportion. Web safe color of #0F1F29 is #003333 (or #033).

RGB color model

#0F1F29 color RGB value is (15,31,41).

  • red value is 15;
  • green value is 31;
  • blue value is 41.
RGB:
(15,31,41)
(6%,12%,16%)

RGB channels and saturation

R 15 of 255 = 6%
G 31 of 255 = 12%
B 41 of 255 = 16%

15
31
41

R + G + B ~ 11%. #0F1F29 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 31 + 41 = 87 (100%)
R 15 of 87 ~ 17.24%
G 31 of 87 ~ 35.63%
B 41 of 87 ~ 47.13%

%17.24
%35.63
%47.13

CMYK color model

#0F1F29 color CMYK value is (63,24,0,84).

  • cyan value is 63.41%
  • magenta value is 24.39%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(63,24,0,84)
C63M24Y0K84 
(63%,24%,0%,84%)
(0.63/0.24/0.00/0.84)	

CMYK percentages

%63.41
%24.39
%0
%83.92

Codes

Color #0F1F29 in popluar color models

0F1F29
RGB153141
HSL203°46.43%10.98%
HSB/HSV203°63.41%16.08%
CMYK63.41%24.39%0.00%
83.92%

Color #0F1F29 in popluar number systems.

HEX0F1F29
Decimal153141
Binary111111111101001
Octal173751

Shades and tints

Shades of #0F1F29

#0F1F29
(15,31,41)
#0E1D26
(14,29,38)
#0D1B23
(13,27,35)
#0C1920
(12,25,32)
#0B171D
(11,23,29)
#0A151A
(10,21,26)
#091317
(9,19,23)
#081114
(8,17,20)
#070F11
(7,15,17)
#060D0E
(6,13,14)
#050B0B
(5,11,11)
#000000
(0,0,0)

Tints of #0F1F29

#0F1F29
(15,31,41)
#24333C
(36,51,60)
#39474F
(57,71,79)
#4E5B62
(78,91,98)
#636F75
(99,111,117)
#788388
(120,131,136)
#8D979B
(141,151,155)
#A2ABAE
(162,171,174)
#B7BFC1
(183,191,193)
#CCD3D4
(204,211,212)
#E1E7E7
(225,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F1F29 color. Also use rgb(15,31,41) instead hex code.

Text Font Color

.myTextColor { color: #0F1F29; }

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

This text font color is #0F1F29.


Background Color

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

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

This div background color is #0F1F29.


Border color

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

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

This div border color is #0F1F29.


Opacity

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

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

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

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

This text has shadow with #0F1F29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1F29 on black background.


Color preview on white background

This text has color #0F1F29 on white background.



Black color preview on #0F1F29 background

This text has black color on #0F1F29 background.


White color preview on #0F1F29 background

This text has white color on #0F1F29 background.