COLOR #131B0D

HEX: #131B0D RGB: (19,27,13)

Color info

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

RGB color model

#131B0D color RGB value is (19,27,13).

RGB: (19,27,13) (7%, 11%, 5%)

RGB channels and saturation

R 19 of 255 = 7%
G 27 of 255 = 11%
B 13 of 255 = 5%

19
27
13

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

Portions of RGB colors in percentages

R + G + B = 19 + 27 + 13 = 59 (100%)
R 19 of 59 ~ 32.2%
G 27 of 59 ~ 45.76%
B 13 of 59 ~ 22.03'%

%32.2
%45.76
%22.03

CMYK color model

#131B0D color CMYK value is (30,0,52,89).

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

CMYK: (30,0,52,89)
C30M0Y52K89 (30%, 0%, 52%, 89%)
(0.30 / 0.00 / 0.52 / 0.89)

CMYK percentages

%29.63
%0
%51.85
%89.41

Codes

Color #131B0D in popluar color models

13 1B 0D
RGB 19 27 13
HSL 94° 35.00% 7.84%
HSB/HSV 94° 51.85% 10.59%
CMYK 29.63% 0.00% 51.85%
89.41%

Color #131B0D in popluar number systems.

HEX 13 1B 0D
Decimal 19 27 13
Binary 10011 11011 1101
Octal 23 33 15

Shades and tints

Shades of #131B0D

#131B0D
(19,27,13)
#12190C
(18,25,12)
#11170B
(17,23,11)
#10150A
(16,21,10)
#0F1309
(15,19,9)
#0E1108
(14,17,8)
#0D0F07
(13,15,7)
#0C0D06
(12,13,6)
#0B0B05
(11,11,5)
#0A0904
(10,9,4)
#090703
(9,7,3)
#000000
(0,0,0)

Tints of #131B0D

#131B0D
(19,27,13)
#282F23
(40,47,35)
#3D4339
(61,67,57)
#52574F
(82,87,79)
#676B65
(103,107,101)
#7C7F7B
(124,127,123)
#919391
(145,147,145)
#A6A7A7
(166,167,167)
#BBBBBD
(187,187,189)
#D0CFD3
(208,207,211)
#E5E3E9
(229,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131B0D; }

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

This text font color is #131B0D.

Background Color

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

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

This div background color is #131B0D.

Border color

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

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

This div border color is #131B0D.

Opacity

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

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

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

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

This text has shadow with #131B0D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #131B0D.

Preview

Color preview on black background

This text has color #131B0D on black background.


Color preview on white background

This text has color #131B0D on white background.


Black color preview on #131B0D background

This text has black color on #131B0D background.


White color preview on #131B0D background

This text has white color on #131B0D background.


Related colors

Complementary color

Complementary color for #hex is #ECE4F2.


I love getcolorcode.com

Triadic colors

1 #0D131B and #1B0D13 with #131B0D are triadic colors.

2 #0D1B13 and #1B130D with #131B0D are triadic colors.