COLOR #130212

HEX: #130212
RGB: (19,2,18)

Color info

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

RGB color model

#130212 color RGB value is (19,2,18).

  • red value is 19;
  • green value is 2;
  • blue value is 18.
RGB:
(19,2,18)
(7%,1%,7%)

RGB channels and saturation

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

19
2
18

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

Portions of RGB colors in percentages

R + G + B =
19 + 2 + 18 = 39 (100%)
R 19 of 39 ~ 48.72%
G 2 of 39 ~ 5.13%
B 18 of 39 ~ 46.15%

%48.72
%46.15

CMYK color model

#130212 color CMYK value is (0,89,5,93).

  • cyan value is 0.00%
  • magenta value is 89.47%
  • yellow value is 5.26%
  • key color value is 92.55%
CMYK:
(0,89,5,93)
C0M89Y5K93 
(0%,89%,5%,93%)
(0.00/0.89/0.05/0.93)	

CMYK percentages

%0
%89.47
%5.26
%92.55

Codes

Color #130212 in popluar color models

130212
RGB19218
HSL304°80.95%4.12%
HSB/HSV304°89.47%7.45%
CMYK0.00%89.47%5.26%
92.55%

Color #130212 in popluar number systems.

HEX130212
Decimal19218
Binary100111010010
Octal23222

Shades and tints

Shades of #130212

#130212
(19,2,18)
#120211
(18,2,17)
#110210
(17,2,16)
#10020F
(16,2,15)
#0F020E
(15,2,14)
#0E020D
(14,2,13)
#0D020C
(13,2,12)
#0C020B
(12,2,11)
#0B020A
(11,2,10)
#0A0209
(10,2,9)
#090208
(9,2,8)
#000000
(0,0,0)

Tints of #130212

#130212
(19,2,18)
#281927
(40,25,39)
#3D303C
(61,48,60)
#524751
(82,71,81)
#675E66
(103,94,102)
#7C757B
(124,117,123)
#918C90
(145,140,144)
#A6A3A5
(166,163,165)
#BBBABA
(187,186,186)
#D0D1CF
(208,209,207)
#E5E8E4
(229,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130212; }

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

This text font color is #130212.


Background Color

.myBgColor { background-color: #130212; }

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

This div background color is #130212.


Border color

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

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

This div border color is #130212.


Opacity

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

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

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

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

This text has shadow with #130212 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130212 on black background.


Color preview on white background

This text has color #130212 on white background.



Black color preview on #130212 background

This text has black color on #130212 background.


White color preview on #130212 background

This text has white color on #130212 background.