COLOR #2A0015

HEX: #2A0015
RGB: (42,0,21)

Color info

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

RGB color model

#2A0015 color RGB value is (42,0,21).

  • red value is 42;
  • green value is 0;
  • blue value is 21.
RGB:
(42,0,21)
(16%,0%,8%)

RGB channels and saturation

R 42 of 255 = 16%
G 0 of 255 = 0%
B 21 of 255 = 8%

42
0
21

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

Portions of RGB colors in percentages

R + G + B =
42 + 0 + 21 = 63 (100%)
R 42 of 63 ~ 66.67%
G 0 of 63 ~ 0%
B 21 of 63 ~ 33.33%

%66.67
%33.33

CMYK color model

#2A0015 color CMYK value is (0,100,50,84).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 50.00%
  • key color value is 83.53%
CMYK:
(0,100,50,84)
C0M100Y50K84 
(0%,100%,50%,84%)
(0.00/1.00/0.50/0.84)	

CMYK percentages

%0
%100
%50
%83.53

Codes

Color #2A0015 in popluar color models

2A0015
RGB42021
HSL330°100.00%8.24%
HSB/HSV330°100.00%16.47%
CMYK0.00%100.00%50.00%
83.53%

Color #2A0015 in popluar number systems.

HEX2A0015
Decimal42021
Binary101010010101
Octal52025

Shades and tints

Shades of #2A0015

#2A0015
(42,0,21)
#270014
(39,0,20)
#240013
(36,0,19)
#210012
(33,0,18)
#1E0011
(30,0,17)
#1B0010
(27,0,16)
#18000F
(24,0,15)
#15000E
(21,0,14)
#12000D
(18,0,13)
#0F000C
(15,0,12)
#0C000B
(12,0,11)
#000000
(0,0,0)

Tints of #2A0015

#2A0015
(42,0,21)
#3D172A
(61,23,42)
#502E3F
(80,46,63)
#634554
(99,69,84)
#765C69
(118,92,105)
#89737E
(137,115,126)
#9C8A93
(156,138,147)
#AFA1A8
(175,161,168)
#C2B8BD
(194,184,189)
#D5CFD2
(213,207,210)
#E8E6E7
(232,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2A0015; }

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

This text font color is #2A0015.


Background Color

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

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

This div background color is #2A0015.


Border color

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

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

This div border color is #2A0015.


Opacity

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

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

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

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

This text has shadow with #2A0015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A0015 on black background.


Color preview on white background

This text has color #2A0015 on white background.



Black color preview on #2A0015 background

This text has black color on #2A0015 background.


White color preview on #2A0015 background

This text has white color on #2A0015 background.