COLOR #0F190D

HEX: #0F190D RGB: (15,25,13)

Color info

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

RGB color model

#0F190D color RGB value is (15,25,13).

RGB: (15,25,13) (6%, 10%, 5%)

RGB channels and saturation

R 15 of 255 = 6%
G 25 of 255 = 10%
B 13 of 255 = 5%

15
25
13

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

Portions of RGB colors in percentages

R + G + B = 15 + 25 + 13 = 53 (100%)
R 15 of 53 ~ 28.3%
G 25 of 53 ~ 47.17%
B 13 of 53 ~ 24.53'%

%28.3
%47.17
%24.53

CMYK color model

#0F190D color CMYK value is (40,0,48,90).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 48.00%
  • key color value is 90.20%
CMYK: (40,0,48,90) C40M0Y48K90 (40%,0%,48%,90%) (0.40/0.00/0.48/0.90) 

CMYK percentages

%40
%0
%48
%90.2

Codes

Color #0F190D in popluar color models

0F 19 0D
RGB 15 25 13
HSL 110° 31.58% 7.45%
HSB/HSV 110° 48.00% 9.80%
CMYK 40.00% 0.00% 48.00%
90.20%

Color #0F190D in popluar number systems.

HEX 0F 19 0D
Decimal 15 25 13
Binary 1111 11001 1101
Octal 17 31 15

Shades and tints

Shades of #0F190D

#0F190D
(15,25,13)
#0E170C
(14,23,12)
#0D150B
(13,21,11)
#0C130A
(12,19,10)
#0B1109
(11,17,9)
#0A0F08
(10,15,8)
#090D07
(9,13,7)
#080B06
(8,11,6)
#070905
(7,9,5)
#060704
(6,7,4)
#050503
(5,5,3)
#000000
(0,0,0)

Tints of #0F190D

#0F190D
(15,25,13)
#242D23
(36,45,35)
#394139
(57,65,57)
#4E554F
(78,85,79)
#636965
(99,105,101)
#787D7B
(120,125,123)
#8D9191
(141,145,145)
#A2A5A7
(162,165,167)
#B7B9BD
(183,185,189)
#CCCDD3
(204,205,211)
#E1E1E9
(225,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F190D color. Also use rgb(15,25,13) instead hex code.

Text Font Color

.myTextColor { color: #0F190D; }

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

This text font color is #0F190D.

Background Color

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

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

This div background color is #0F190D.

Border color

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

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

This div border color is #0F190D.

Opacity

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

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

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

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

This text has shadow with #0F190D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F190D.

Preview

Color preview on black background

This text has color #0F190D on black background.


Color preview on white background

This text has color #0F190D on white background.


Black color preview on #0F190D background

This text has black color on #0F190D background.


White color preview on #0F190D background

This text has white color on #0F190D background.


Related colors

Complementary color

Complementary color for #hex is #F0E6F2.


I love getcolorcode.com

Triadic colors

1 #0D0F19 and #190D0F with #0F190D are triadic colors.

2 #0D190F and #190F0D with #0F190D are triadic colors.