COLOR #130203

HEX: #130203 RGB: (19,2,3)

Color info

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

RGB color model

#130203 color RGB value is (19,2,3).

RGB: (19,2,3) (7%, 1%, 1%)

RGB channels and saturation

R 19 of 255 = 7%
G 2 of 255 = 1%
B 3 of 255 = 1%

19
2
3

R + G + B ~ 3%. #130203 is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 2 + 3 = 24 (100%)
R 19 of 24 ~ 79.17%
G 2 of 24 ~ 8.33%
B 3 of 24 ~ 12.5'%

%79.17
%12.5

CMYK color model

#130203 color CMYK value is (0,89,84,93).

  • cyan value is 0.00%
  • magenta value is 89.47%
  • yellow value is 84.21%
  • key color value is 92.55%

CMYK: (0,89,84,93)
C0M89Y84K93 (0%, 89%, 84%, 93%)
(0.00 / 0.89 / 0.84 / 0.93)

CMYK percentages

%0
%89.47
%84.21
%92.55

Codes

Color #130203 in popluar color models

13 02 03
RGB 19 2 3
HSL 356° 80.95% 4.12%
HSB/HSV 356° 89.47% 7.45%
CMYK 0.00% 89.47% 84.21%
92.55%

Color #130203 in popluar number systems.

HEX 13 02 03
Decimal 19 2 3
Binary 10011 10 11
Octal 23 2 3

Shades and tints

Shades of #130203

#130203
(19,2,3)
#120203
(18,2,3)
#110203
(17,2,3)
#100203
(16,2,3)
#0F0203
(15,2,3)
#0E0203
(14,2,3)
#0D0203
(13,2,3)
#0C0203
(12,2,3)
#0B0203
(11,2,3)
#0A0203
(10,2,3)
#090203
(9,2,3)
#000000
(0,0,0)

Tints of #130203

#130203
(19,2,3)
#281919
(40,25,25)
#3D302F
(61,48,47)
#524745
(82,71,69)
#675E5B
(103,94,91)
#7C7571
(124,117,113)
#918C87
(145,140,135)
#A6A39D
(166,163,157)
#BBBAB3
(187,186,179)
#D0D1C9
(208,209,201)
#E5E8DF
(229,232,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130203; }

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

This text font color is #130203.

Background Color

.myBgColor { background-color: #130203; }

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

This div background color is #130203.

Border color

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

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

This div border color is #130203.

Opacity

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

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

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

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

This text has shadow with #130203 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #130203.

Preview

Color preview on black background

This text has color #130203 on black background.


Color preview on white background

This text has color #130203 on white background.


Black color preview on #130203 background

This text has black color on #130203 background.


White color preview on #130203 background

This text has white color on #130203 background.


Related colors

Complementary color

Complementary color for #hex is #ECFDFC.


I love getcolorcode.com

Triadic colors

1 #031302 and #020313 with #130203 are triadic colors.

2 #030213 and #021303 with #130203 are triadic colors.