COLOR #08191F

HEX: #08191F RGB: (8,25,31)

Color info

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

RGB color model

#08191F color RGB value is (8,25,31).

RGB: (8,25,31) (3%, 10%, 12%)

RGB channels and saturation

R 8 of 255 = 3%
G 25 of 255 = 10%
B 31 of 255 = 12%

8
25
31

R + G + B ~ 8%. #08191F is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 25 + 31 = 64 (100%)
R 8 of 64 ~ 12.5%
G 25 of 64 ~ 39.06%
B 31 of 64 ~ 48.44'%

%12.5
%39.06
%48.44

CMYK color model

#08191F color CMYK value is (74,19,0,88).

  • cyan value is 74.19%
  • magenta value is 19.35%
  • yellow value is 0.00%
  • key color value is 87.84%

CMYK: (74,19,0,88)
C74M19Y0K88 (74%, 19%, 0%, 88%)
(0.74 / 0.19 / 0.00 / 0.88)

CMYK percentages

%74.19
%19.35
%0
%87.84

Codes

Color #08191F in popluar color models

08 19 1F
RGB 8 25 31
HSL 196° 58.97% 7.65%
HSB/HSV 196° 74.19% 12.16%
CMYK 74.19% 19.35% 0.00%
87.84%

Color #08191F in popluar number systems.

HEX 08 19 1F
Decimal 8 25 31
Binary 1000 11001 11111
Octal 10 31 37

Shades and tints

Shades of #08191F

#08191F
(8,25,31)
#08171D
(8,23,29)
#08151B
(8,21,27)
#081319
(8,19,25)
#081117
(8,17,23)
#080F15
(8,15,21)
#080D13
(8,13,19)
#080B11
(8,11,17)
#08090F
(8,9,15)
#08070D
(8,7,13)
#08050B
(8,5,11)
#000000
(0,0,0)

Tints of #08191F

#08191F
(8,25,31)
#1E2D33
(30,45,51)
#344147
(52,65,71)
#4A555B
(74,85,91)
#60696F
(96,105,111)
#767D83
(118,125,131)
#8C9197
(140,145,151)
#A2A5AB
(162,165,171)
#B8B9BF
(184,185,191)
#CECDD3
(206,205,211)
#E4E1E7
(228,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08191F color. Also use rgb(8,25,31) instead hex code.

Text Font Color

.myTextColor { color: #08191F; }

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

This text font color is #08191F.

Background Color

.myBgColor { background-color: #08191F; }

<div style="background-color:#08191F">Inner text</div>

This div background color is #08191F.

Border color

.myBorderColor { border: 1px solid #08191F; }

<div style="border:3px solid #08191F">Div</div>

This div border color is #08191F.

Opacity

.myOpacity80 { color: #08191F; opacity: 0.8; }

<p style="color:#08191F;opacity:0.8;">80%</p>

Text with #08191F 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 #08191F;}

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

This text has shadow with #08191F color.


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

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

This text has shadow with #08191F primary color and red secondary color.


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

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

This text has shadow with #08191F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #08191F.

Preview

Color preview on black background

This text has color #08191F on black background.


Color preview on white background

This text has color #08191F on white background.


Black color preview on #08191F background

This text has black color on #08191F background.


White color preview on #08191F background

This text has white color on #08191F background.


Related colors

Complementary color

Complementary color for #hex is #F7E6E0.


I love getcolorcode.com

Triadic colors

1 #1F0819 and #191F08 with #08191F are triadic colors.

2 #1F1908 and #19081F with #08191F are triadic colors.