COLOR #29012A

HEX: #29012A
RGB: (41,1,42)

Color info

#29012A contains red, green and blue colors in about the same proportion. Web safe color of #29012A is #330033 (or #303).

RGB color model

#29012A color RGB value is (41,1,42).

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

RGB channels and saturation

R 41 of 255 = 16%
G 1 of 255 = 0%
B 42 of 255 = 16%

41
1
42

R + G + B ~ 11%. #29012A is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 1 + 42 = 84 (100%)
R 41 of 84 ~ 48.81%
G 1 of 84 ~ 1.19%
B 42 of 84 ~ 50%

%48.81
%50

CMYK color model

#29012A color CMYK value is (2,98,0,84).

  • cyan value is 2.38%
  • magenta value is 97.62%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(2,98,0,84)
C2M98Y0K84 
(2%,98%,0%,84%)
(0.02/0.98/0.00/0.84)	

CMYK percentages

%2.38
%97.62
%0
%83.53

Codes

Color #29012A in popluar color models

29012A
RGB41142
HSL299°95.35%8.43%
HSB/HSV299°97.62%16.47%
CMYK2.38%97.62%0.00%
83.53%

Color #29012A in popluar number systems.

HEX29012A
Decimal41142
Binary1010011101010
Octal51152

Shades and tints

Shades of #29012A

#29012A
(41,1,42)
#260127
(38,1,39)
#230124
(35,1,36)
#200121
(32,1,33)
#1D011E
(29,1,30)
#1A011B
(26,1,27)
#170118
(23,1,24)
#140115
(20,1,21)
#110112
(17,1,18)
#0E010F
(14,1,15)
#0B010C
(11,1,12)
#000000
(0,0,0)

Tints of #29012A

#29012A
(41,1,42)
#3C183D
(60,24,61)
#4F2F50
(79,47,80)
#624663
(98,70,99)
#755D76
(117,93,118)
#887489
(136,116,137)
#9B8B9C
(155,139,156)
#AEA2AF
(174,162,175)
#C1B9C2
(193,185,194)
#D4D0D5
(212,208,213)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29012A color. Also use rgb(41,1,42) instead hex code.

Text Font Color

.myTextColor { color: #29012A; }

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

This text font color is #29012A.


Background Color

.myBgColor { background-color: #29012A; }

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

This div background color is #29012A.


Border color

.myBorderColor { border: 1px solid #29012A; }

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

This div border color is #29012A.


Opacity

.myOpacity80 { color: #29012A; opacity: 0.8; }

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

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

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

This text has shadow with #29012A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29012A on black background.


Color preview on white background

This text has color #29012A on white background.



Black color preview on #29012A background

This text has black color on #29012A background.


White color preview on #29012A background

This text has white color on #29012A background.