COLOR #131B09

HEX: #131B09 RGB: (19,27,9)

Color info

#131B09 contains red, green and blue colors in about the same proportion. Web safe color of #131B09 is #003300 (or #030).

RGB color model

#131B09 color RGB value is (19,27,9).

RGB: (19,27,9) (7%, 11%, 4%)

RGB channels and saturation

R 19 of 255 = 7%
G 27 of 255 = 11%
B 9 of 255 = 4%

19
27
9

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

Portions of RGB colors in percentages

R + G + B = 19 + 27 + 9 = 55 (100%)
R 19 of 55 ~ 34.55%
G 27 of 55 ~ 49.09%
B 9 of 55 ~ 16.36'%

%34.55
%49.09
%16.36

CMYK color model

#131B09 color CMYK value is (30,0,67,89).

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

CMYK: (30,0,67,89)
C30M0Y67K89 (30%, 0%, 67%, 89%)
(0.30 / 0.00 / 0.67 / 0.89)

CMYK percentages

%29.63
%0
%66.67
%89.41

Codes

Color #131B09 in popluar color models

13 1B 09
RGB 19 27 9
HSL 87° 50.00% 7.06%
HSB/HSV 87° 66.67% 10.59%
CMYK 29.63% 0.00% 66.67%
89.41%

Color #131B09 in popluar number systems.

HEX 13 1B 09
Decimal 19 27 9
Binary 10011 11011 1001
Octal 23 33 11

Shades and tints

Shades of #131B09

#131B09
(19,27,9)
#121909
(18,25,9)
#111709
(17,23,9)
#101509
(16,21,9)
#0F1309
(15,19,9)
#0E1109
(14,17,9)
#0D0F09
(13,15,9)
#0C0D09
(12,13,9)
#0B0B09
(11,11,9)
#0A0909
(10,9,9)
#090709
(9,7,9)
#000000
(0,0,0)

Tints of #131B09

#131B09
(19,27,9)
#282F1F
(40,47,31)
#3D4335
(61,67,53)
#52574B
(82,87,75)
#676B61
(103,107,97)
#7C7F77
(124,127,119)
#91938D
(145,147,141)
#A6A7A3
(166,167,163)
#BBBBB9
(187,187,185)
#D0CFCF
(208,207,207)
#E5E3E5
(229,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #131B09 color. Also use rgb(19,27,9) instead hex code.

Text Font Color

.myTextColor { color: #131B09; }

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

This text font color is #131B09.

Background Color

.myBgColor { background-color: #131B09; }

<div style="background-color:#131B09">Inner text</div>

This div background color is #131B09.

Border color

.myBorderColor { border: 1px solid #131B09; }

<div style="border:3px solid #131B09">Div</div>

This div border color is #131B09.

Opacity

.myOpacity80 { color: #131B09; opacity: 0.8; }

<p style="color:#131B09;opacity:0.8;">80%</p>

Text with #131B09 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 #131B09;}

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

This text has shadow with #131B09 color.


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

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

This text has shadow with #131B09 primary color and red secondary color.


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

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

This text has shadow with #131B09 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #131B09.

Preview

Color preview on black background

This text has color #131B09 on black background.


Color preview on white background

This text has color #131B09 on white background.


Black color preview on #131B09 background

This text has black color on #131B09 background.


White color preview on #131B09 background

This text has white color on #131B09 background.


Related colors

Complementary color

Complementary color for #hex is #ECE4F6.


I love getcolorcode.com

Triadic colors

1 #09131B and #1B0913 with #131B09 are triadic colors.

2 #091B13 and #1B1309 with #131B09 are triadic colors.