COLOR #13030C

HEX: #13030C RGB: (19,3,12)

Color info

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

RGB color model

#13030C color RGB value is (19,3,12).

RGB: (19,3,12) (7%, 1%, 5%)

RGB channels and saturation

R 19 of 255 = 7%
G 3 of 255 = 1%
B 12 of 255 = 5%

19
3
12

R + G + B ~ 4%. #13030C is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 3 + 12 = 34 (100%)
R 19 of 34 ~ 55.88%
G 3 of 34 ~ 8.82%
B 12 of 34 ~ 35.29'%

%55.88
%35.29

CMYK color model

#13030C color CMYK value is (0,84,37,93).

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

CMYK: (0,84,37,93)
C0M84Y37K93 (0%, 84%, 37%, 93%)
(0.00 / 0.84 / 0.37 / 0.93)

CMYK percentages

%0
%84.21
%36.84
%92.55

Codes

Color #13030C in popluar color models

13 03 0C
RGB 19 3 12
HSL 326° 72.73% 4.31%
HSB/HSV 326° 84.21% 7.45%
CMYK 0.00% 84.21% 36.84%
92.55%

Color #13030C in popluar number systems.

HEX 13 03 0C
Decimal 19 3 12
Binary 10011 11 1100
Octal 23 3 14

Shades and tints

Shades of #13030C

#13030C
(19,3,12)
#12030B
(18,3,11)
#11030A
(17,3,10)
#100309
(16,3,9)
#0F0308
(15,3,8)
#0E0307
(14,3,7)
#0D0306
(13,3,6)
#0C0305
(12,3,5)
#0B0304
(11,3,4)
#0A0303
(10,3,3)
#090302
(9,3,2)
#000000
(0,0,0)

Tints of #13030C

#13030C
(19,3,12)
#281922
(40,25,34)
#3D2F38
(61,47,56)
#52454E
(82,69,78)
#675B64
(103,91,100)
#7C717A
(124,113,122)
#918790
(145,135,144)
#A69DA6
(166,157,166)
#BBB3BC
(187,179,188)
#D0C9D2
(208,201,210)
#E5DFE8
(229,223,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13030C; }

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

This text font color is #13030C.

Background Color

.myBgColor { background-color: #13030C; }

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

This div background color is #13030C.

Border color

.myBorderColor { border: 1px solid #13030C; }

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

This div border color is #13030C.

Opacity

.myOpacity80 { color: #13030C; opacity: 0.8; }

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

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

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

This text has shadow with #13030C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #13030C.

Preview

Color preview on black background

This text has color #13030C on black background.


Color preview on white background

This text has color #13030C on white background.


Black color preview on #13030C background

This text has black color on #13030C background.


White color preview on #13030C background

This text has white color on #13030C background.


Related colors

Complementary color

Complementary color for #hex is #ECFCF3.


I love getcolorcode.com

Triadic colors

1 #0C1303 and #030C13 with #13030C are triadic colors.

2 #0C0313 and #03130C with #13030C are triadic colors.