COLOR #131909

HEX: #131909
RGB: (19,25,9)

Color info

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

RGB color model

#131909 color RGB value is (19,25,9).

  • red value is 19;
  • green value is 25;
  • blue value is 9.
RGB:
(19,25,9)
(7%,10%,4%)

RGB channels and saturation

R 19 of 255 = 7%
G 25 of 255 = 10%
B 9 of 255 = 4%

19
25
9

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

Portions of RGB colors in percentages

R + G + B =
19 + 25 + 9 = 53 (100%)
R 19 of 53 ~ 35.85%
G 25 of 53 ~ 47.17%
B 9 of 53 ~ 16.98%

%35.85
%47.17
%16.98

CMYK color model

#131909 color CMYK value is (24,0,64,90).

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 64.00%
  • key color value is 90.20%
CMYK:
(24,0,64,90)
C24M0Y64K90 
(24%,0%,64%,90%)
(0.24/0.00/0.64/0.90)	

CMYK percentages

%24
%0
%64
%90.2

Codes

Color #131909 in popluar color models

131909
RGB19259
HSL83°47.06%6.67%
HSB/HSV83°64.00%9.80%
CMYK24.00%0.00%64.00%
90.20%

Color #131909 in popluar number systems.

HEX131909
Decimal19259
Binary10011110011001
Octal233111

Shades and tints

Shades of #131909

#131909
(19,25,9)
#121709
(18,23,9)
#111509
(17,21,9)
#101309
(16,19,9)
#0F1109
(15,17,9)
#0E0F09
(14,15,9)
#0D0D09
(13,13,9)
#0C0B09
(12,11,9)
#0B0909
(11,9,9)
#0A0709
(10,7,9)
#090509
(9,5,9)
#000000
(0,0,0)

Tints of #131909

#131909
(19,25,9)
#282D1F
(40,45,31)
#3D4135
(61,65,53)
#52554B
(82,85,75)
#676961
(103,105,97)
#7C7D77
(124,125,119)
#91918D
(145,145,141)
#A6A5A3
(166,165,163)
#BBB9B9
(187,185,185)
#D0CDCF
(208,205,207)
#E5E1E5
(229,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131909; }

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

This text font color is #131909.


Background Color

.myBgColor { background-color: #131909; }

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

This div background color is #131909.


Border color

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

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

This div border color is #131909.


Opacity

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

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

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

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

This text has shadow with #131909 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131909 on black background.


Color preview on white background

This text has color #131909 on white background.



Black color preview on #131909 background

This text has black color on #131909 background.


White color preview on #131909 background

This text has white color on #131909 background.