COLOR #130B03

HEX: #130B03
RGB: (19,11,3)

Color info

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

RGB color model

#130B03 color RGB value is (19,11,3).

  • red value is 19;
  • green value is 11;
  • blue value is 3.
RGB:
(19,11,3)
(7%,4%,1%)

RGB channels and saturation

R 19 of 255 = 7%
G 11 of 255 = 4%
B 3 of 255 = 1%

19
11
3

R + G + B ~ 4%. #130B03 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 11 + 3 = 33 (100%)
R 19 of 33 ~ 57.58%
G 11 of 33 ~ 33.33%
B 3 of 33 ~ 9.09%

%57.58
%33.33

CMYK color model

#130B03 color CMYK value is (0,42,84,93).

  • cyan value is 0.00%
  • magenta value is 42.11%
  • yellow value is 84.21%
  • key color value is 92.55%
CMYK:
(0,42,84,93)
C0M42Y84K93 
(0%,42%,84%,93%)
(0.00/0.42/0.84/0.93)	

CMYK percentages

%0
%42.11
%84.21
%92.55

Codes

Color #130B03 in popluar color models

130B03
RGB19113
HSL30°72.73%4.31%
HSB/HSV30°84.21%7.45%
CMYK0.00%42.11%84.21%
92.55%

Color #130B03 in popluar number systems.

HEX130B03
Decimal19113
Binary10011101111
Octal23133

Shades and tints

Shades of #130B03

#130B03
(19,11,3)
#120A03
(18,10,3)
#110903
(17,9,3)
#100803
(16,8,3)
#0F0703
(15,7,3)
#0E0603
(14,6,3)
#0D0503
(13,5,3)
#0C0403
(12,4,3)
#0B0303
(11,3,3)
#0A0203
(10,2,3)
#090103
(9,1,3)
#000000
(0,0,0)

Tints of #130B03

#130B03
(19,11,3)
#282119
(40,33,25)
#3D372F
(61,55,47)
#524D45
(82,77,69)
#67635B
(103,99,91)
#7C7971
(124,121,113)
#918F87
(145,143,135)
#A6A59D
(166,165,157)
#BBBBB3
(187,187,179)
#D0D1C9
(208,209,201)
#E5E7DF
(229,231,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130B03 color. Also use rgb(19,11,3) instead hex code.

Text Font Color

.myTextColor { color: #130B03; }

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

This text font color is #130B03.


Background Color

.myBgColor { background-color: #130B03; }

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

This div background color is #130B03.


Border color

.myBorderColor { border: 1px solid #130B03; }

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

This div border color is #130B03.


Opacity

.myOpacity80 { color: #130B03; opacity: 0.8; }

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

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

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

This text has shadow with #130B03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130B03 on black background.


Color preview on white background

This text has color #130B03 on white background.



Black color preview on #130B03 background

This text has black color on #130B03 background.


White color preview on #130B03 background

This text has white color on #130B03 background.