COLOR #131812

HEX: #131812 RGB: (19,24,18)

Color info

#131812 contains red, green and blue colors in about the same proportion. Web safe color of #131812 is #000000 (or #000).

RGB color model

#131812 color RGB value is (19,24,18).

RGB: (19,24,18) (7%, 9%, 7%)

RGB channels and saturation

R 19 of 255 = 7%
G 24 of 255 = 9%
B 18 of 255 = 7%

19
24
18

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

Portions of RGB colors in percentages

R + G + B = 19 + 24 + 18 = 61 (100%)
R 19 of 61 ~ 31.15%
G 24 of 61 ~ 39.34%
B 18 of 61 ~ 29.51'%

%31.15
%39.34
%29.51

CMYK color model

#131812 color CMYK value is (21,0,25,91).

  • cyan value is 20.83%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 90.59%

CMYK: (21,0,25,91)
C21M0Y25K91 (21%, 0%, 25%, 91%)
(0.21 / 0.00 / 0.25 / 0.91)

CMYK percentages

%20.83
%0
%25
%90.59

Codes

Color #131812 in popluar color models

13 18 12
RGB 19 24 18
HSL 110° 14.29% 8.24%
HSB/HSV 110° 25.00% 9.41%
CMYK 20.83% 0.00% 25.00%
90.59%

Color #131812 in popluar number systems.

HEX 13 18 12
Decimal 19 24 18
Binary 10011 11000 10010
Octal 23 30 22

Shades and tints

Shades of #131812

#131812
(19,24,18)
#121611
(18,22,17)
#111410
(17,20,16)
#10120F
(16,18,15)
#0F100E
(15,16,14)
#0E0E0D
(14,14,13)
#0D0C0C
(13,12,12)
#0C0A0B
(12,10,11)
#0B080A
(11,8,10)
#0A0609
(10,6,9)
#090408
(9,4,8)
#000000
(0,0,0)

Tints of #131812

#131812
(19,24,18)
#282D27
(40,45,39)
#3D423C
(61,66,60)
#525751
(82,87,81)
#676C66
(103,108,102)
#7C817B
(124,129,123)
#919690
(145,150,144)
#A6ABA5
(166,171,165)
#BBC0BA
(187,192,186)
#D0D5CF
(208,213,207)
#E5EAE4
(229,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #131812 color. Also use rgb(19,24,18) instead hex code.

Text Font Color

.myTextColor { color: #131812; }

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

This text font color is #131812.

Background Color

.myBgColor { background-color: #131812; }

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

This div background color is #131812.

Border color

.myBorderColor { border: 1px solid #131812; }

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

This div border color is #131812.

Opacity

.myOpacity80 { color: #131812; opacity: 0.8; }

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

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

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

This text has shadow with #131812 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #131812.

Preview

Color preview on black background

This text has color #131812 on black background.


Color preview on white background

This text has color #131812 on white background.


Black color preview on #131812 background

This text has black color on #131812 background.


White color preview on #131812 background

This text has white color on #131812 background.


Related colors

Complementary color

Complementary color for #hex is #ECE7ED.


I love getcolorcode.com

Triadic colors

1 #121318 and #181213 with #131812 are triadic colors.

2 #121813 and #181312 with #131812 are triadic colors.