COLOR #08131B

HEX: #08131B RGB: (8,19,27)

Color info

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

RGB color model

#08131B color RGB value is (8,19,27).

RGB: (8,19,27) (3%, 7%, 11%)

RGB channels and saturation

R 8 of 255 = 3%
G 19 of 255 = 7%
B 27 of 255 = 11%

8
19
27

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

Portions of RGB colors in percentages

R + G + B = 8 + 19 + 27 = 54 (100%)
R 8 of 54 ~ 14.81%
G 19 of 54 ~ 35.19%
B 27 of 54 ~ 50'%

%14.81
%35.19
%50

CMYK color model

#08131B color CMYK value is (70,30,0,89).

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

CMYK: (70,30,0,89)
C70M30Y0K89 (70%, 30%, 0%, 89%)
(0.70 / 0.30 / 0.00 / 0.89)

CMYK percentages

%70.37
%29.63
%0
%89.41

Codes

Color #08131B in popluar color models

08 13 1B
RGB 8 19 27
HSL 205° 54.29% 6.86%
HSB/HSV 205° 70.37% 10.59%
CMYK 70.37% 29.63% 0.00%
89.41%

Color #08131B in popluar number systems.

HEX 08 13 1B
Decimal 8 19 27
Binary 1000 10011 11011
Octal 10 23 33

Shades and tints

Shades of #08131B

#08131B
(8,19,27)
#081219
(8,18,25)
#081117
(8,17,23)
#081015
(8,16,21)
#080F13
(8,15,19)
#080E11
(8,14,17)
#080D0F
(8,13,15)
#080C0D
(8,12,13)
#080B0B
(8,11,11)
#080A09
(8,10,9)
#080907
(8,9,7)
#000000
(0,0,0)

Tints of #08131B

#08131B
(8,19,27)
#1E282F
(30,40,47)
#343D43
(52,61,67)
#4A5257
(74,82,87)
#60676B
(96,103,107)
#767C7F
(118,124,127)
#8C9193
(140,145,147)
#A2A6A7
(162,166,167)
#B8BBBB
(184,187,187)
#CED0CF
(206,208,207)
#E4E5E3
(228,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #08131B; }

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

This text font color is #08131B.

Background Color

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

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

This div background color is #08131B.

Border color

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

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

This div border color is #08131B.

Opacity

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

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

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

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

This text has shadow with #08131B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #08131B.

Preview

Color preview on black background

This text has color #08131B on black background.


Color preview on white background

This text has color #08131B on white background.


Black color preview on #08131B background

This text has black color on #08131B background.


White color preview on #08131B background

This text has white color on #08131B background.


Related colors

Complementary color

Complementary color for #hex is #F7ECE4.


I love getcolorcode.com

Triadic colors

1 #1B0813 and #131B08 with #08131B are triadic colors.

2 #1B1308 and #13081B with #08131B are triadic colors.