COLOR #08191B

HEX: #08191B RGB: (8,25,27)

Color info

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

RGB color model

#08191B color RGB value is (8,25,27).

RGB: (8,25,27) (3%, 10%, 11%)

RGB channels and saturation

R 8 of 255 = 3%
G 25 of 255 = 10%
B 27 of 255 = 11%

8
25
27

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

Portions of RGB colors in percentages

R + G + B = 8 + 25 + 27 = 60 (100%)
R 8 of 60 ~ 13.33%
G 25 of 60 ~ 41.67%
B 27 of 60 ~ 45'%

%13.33
%41.67
%45

CMYK color model

#08191B color CMYK value is (70,7,0,89).

  • cyan value is 70.37%
  • magenta value is 7.41%
  • yellow value is 0.00%
  • key color value is 89.41%

CMYK: (70,7,0,89)
C70M7Y0K89 (70%, 7%, 0%, 89%)
(0.70 / 0.07 / 0.00 / 0.89)

CMYK percentages

%70.37
%7.41
%0
%89.41

Codes

Color #08191B in popluar color models

08 19 1B
RGB 8 25 27
HSL 186° 54.29% 6.86%
HSB/HSV 186° 70.37% 10.59%
CMYK 70.37% 7.41% 0.00%
89.41%

Color #08191B in popluar number systems.

HEX 08 19 1B
Decimal 8 25 27
Binary 1000 11001 11011
Octal 10 31 33

Shades and tints

Shades of #08191B

#08191B
(8,25,27)
#081719
(8,23,25)
#081517
(8,21,23)
#081315
(8,19,21)
#081113
(8,17,19)
#080F11
(8,15,17)
#080D0F
(8,13,15)
#080B0D
(8,11,13)
#08090B
(8,9,11)
#080709
(8,7,9)
#080507
(8,5,7)
#000000
(0,0,0)

Tints of #08191B

#08191B
(8,25,27)
#1E2D2F
(30,45,47)
#344143
(52,65,67)
#4A5557
(74,85,87)
#60696B
(96,105,107)
#767D7F
(118,125,127)
#8C9193
(140,145,147)
#A2A5A7
(162,165,167)
#B8B9BB
(184,185,187)
#CECDCF
(206,205,207)
#E4E1E3
(228,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #08191B; }

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

This text font color is #08191B.

Background Color

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

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

This div background color is #08191B.

Border color

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

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

This div border color is #08191B.

Opacity

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

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

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

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

This text has shadow with #08191B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #08191B.

Preview

Color preview on black background

This text has color #08191B on black background.


Color preview on white background

This text has color #08191B on white background.


Black color preview on #08191B background

This text has black color on #08191B background.


White color preview on #08191B background

This text has white color on #08191B background.


Related colors

Complementary color

Complementary color for #hex is #F7E6E4.


I love getcolorcode.com

Triadic colors

1 #1B0819 and #191B08 with #08191B are triadic colors.

2 #1B1908 and #19081B with #08191B are triadic colors.