COLOR #03130F

HEX: #03130F RGB: (3,19,15)

Color info

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

RGB color model

#03130F color RGB value is (3,19,15).

RGB: (3,19,15) (1%, 7%, 6%)

RGB channels and saturation

R 3 of 255 = 1%
G 19 of 255 = 7%
B 15 of 255 = 6%

3
19
15

R + G + B ~ 5%. #03130F is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 19 + 15 = 37 (100%)
R 3 of 37 ~ 8.11%
G 19 of 37 ~ 51.35%
B 15 of 37 ~ 40.54'%

%51.35
%40.54

CMYK color model

#03130F color CMYK value is (84,0,21,93).

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

CMYK: (84,0,21,93)
C84M0Y21K93 (84%, 0%, 21%, 93%)
(0.84 / 0.00 / 0.21 / 0.93)

CMYK percentages

%84.21
%0
%21.05
%92.55

Codes

Color #03130F in popluar color models

03 13 0F
RGB 3 19 15
HSL 165° 72.73% 4.31%
HSB/HSV 165° 84.21% 7.45%
CMYK 84.21% 0.00% 21.05%
92.55%

Color #03130F in popluar number systems.

HEX 03 13 0F
Decimal 3 19 15
Binary 11 10011 1111
Octal 3 23 17

Shades and tints

Shades of #03130F

#03130F
(3,19,15)
#03120E
(3,18,14)
#03110D
(3,17,13)
#03100C
(3,16,12)
#030F0B
(3,15,11)
#030E0A
(3,14,10)
#030D09
(3,13,9)
#030C08
(3,12,8)
#030B07
(3,11,7)
#030A06
(3,10,6)
#030905
(3,9,5)
#000000
(0,0,0)

Tints of #03130F

#03130F
(3,19,15)
#192824
(25,40,36)
#2F3D39
(47,61,57)
#45524E
(69,82,78)
#5B6763
(91,103,99)
#717C78
(113,124,120)
#87918D
(135,145,141)
#9DA6A2
(157,166,162)
#B3BBB7
(179,187,183)
#C9D0CC
(201,208,204)
#DFE5E1
(223,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03130F; }

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

This text font color is #03130F.

Background Color

.myBgColor { background-color: #03130F; }

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

This div background color is #03130F.

Border color

.myBorderColor { border: 1px solid #03130F; }

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

This div border color is #03130F.

Opacity

.myOpacity80 { color: #03130F; opacity: 0.8; }

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

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

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

This text has shadow with #03130F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #03130F.

Preview

Color preview on black background

This text has color #03130F on black background.


Color preview on white background

This text has color #03130F on white background.


Black color preview on #03130F background

This text has black color on #03130F background.


White color preview on #03130F background

This text has white color on #03130F background.


Related colors

Complementary color

Complementary color for #hex is #FCECF0.


I love getcolorcode.com

Triadic colors

1 #0F0313 and #130F03 with #03130F are triadic colors.

2 #0F1303 and #13030F with #03130F are triadic colors.