COLOR #2A0013

HEX: #2A0013 RGB: (42,0,19)

Color info

#2A0013 contains only red and blue colors. Web safe color of #2A0013 is #330000 (or #300).

RGB color model

#2A0013 color RGB value is (42,0,19).

RGB: (42,0,19) (16%, 0%, 7%)

RGB channels and saturation

R 42 of 255 = 16%
G 0 of 255 = 0%
B 19 of 255 = 7%

42
0
19

R + G + B ~ 8%. #2A0013 is dark color.

Portions of RGB colors in percentages

R + G + B = 42 + 0 + 19 = 61 (100%)
R 42 of 61 ~ 68.85%
G 0 of 61 ~ 0%
B 19 of 61 ~ 31.15'%

%68.85
%31.15

CMYK color model

#2A0013 color CMYK value is (0,100,55,84).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 54.76%
  • key color value is 83.53%

CMYK: (0,100,55,84)
C0M100Y55K84 (0%, 100%, 55%, 84%)
(0.00 / 1.00 / 0.55 / 0.84)

CMYK percentages

%0
%100
%54.76
%83.53

Codes

Color #2A0013 in popluar color models

2A 00 13
RGB 42 0 19
HSL 333° 100.00% 8.24%
HSB/HSV 333° 100.00% 16.47%
CMYK 0.00% 100.00% 54.76%
83.53%

Color #2A0013 in popluar number systems.

HEX 2A 00 13
Decimal 42 0 19
Binary 101010 0 10011
Octal 52 0 23

Shades and tints

Shades of #2A0013

#2A0013
(42,0,19)
#270012
(39,0,18)
#240011
(36,0,17)
#210010
(33,0,16)
#1E000F
(30,0,15)
#1B000E
(27,0,14)
#18000D
(24,0,13)
#15000C
(21,0,12)
#12000B
(18,0,11)
#0F000A
(15,0,10)
#0C0009
(12,0,9)
#000000
(0,0,0)

Tints of #2A0013

#2A0013
(42,0,19)
#3D1728
(61,23,40)
#502E3D
(80,46,61)
#634552
(99,69,82)
#765C67
(118,92,103)
#89737C
(137,115,124)
#9C8A91
(156,138,145)
#AFA1A6
(175,161,166)
#C2B8BB
(194,184,187)
#D5CFD0
(213,207,208)
#E8E6E5
(232,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2A0013; }

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

This text font color is #2A0013.

Background Color

.myBgColor { background-color: #2A0013; }

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

This div background color is #2A0013.

Border color

.myBorderColor { border: 1px solid #2A0013; }

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

This div border color is #2A0013.

Opacity

.myOpacity80 { color: #2A0013; opacity: 0.8; }

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

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

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

This text has shadow with #2A0013 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2A0013.

Preview

Color preview on black background

This text has color #2A0013 on black background.


Color preview on white background

This text has color #2A0013 on white background.


Black color preview on #2A0013 background

This text has black color on #2A0013 background.


White color preview on #2A0013 background

This text has white color on #2A0013 background.


Related colors

Complementary color

Complementary color for #hex is #D5FFEC.


I love getcolorcode.com

Triadic colors

1 #132A00 and #00132A with #2A0013 are triadic colors.

2 #13002A and #002A13 with #2A0013 are triadic colors.