COLOR #290017

HEX: #290017
RGB: (41,0,23)

Color info

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

RGB color model

#290017 color RGB value is (41,0,23).

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

RGB channels and saturation

R 41 of 255 = 16%
G 0 of 255 = 0%
B 23 of 255 = 9%

41
0
23

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

Portions of RGB colors in percentages

R + G + B =
41 + 0 + 23 = 64 (100%)
R 41 of 64 ~ 64.06%
G 0 of 64 ~ 0%
B 23 of 64 ~ 35.94%

%64.06
%35.94

CMYK color model

#290017 color CMYK value is (0,100,44,84).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 43.90%
  • key color value is 83.92%
CMYK:
(0,100,44,84)
C0M100Y44K84 
(0%,100%,44%,84%)
(0.00/1.00/0.44/0.84)	

CMYK percentages

%0
%100
%43.9
%83.92

Codes

Color #290017 in popluar color models

290017
RGB41023
HSL326°100.00%8.04%
HSB/HSV326°100.00%16.08%
CMYK0.00%100.00%43.90%
83.92%

Color #290017 in popluar number systems.

HEX290017
Decimal41023
Binary101001010111
Octal51027

Shades and tints

Shades of #290017

#290017
(41,0,23)
#260015
(38,0,21)
#230013
(35,0,19)
#200011
(32,0,17)
#1D000F
(29,0,15)
#1A000D
(26,0,13)
#17000B
(23,0,11)
#140009
(20,0,9)
#110007
(17,0,7)
#0E0005
(14,0,5)
#0B0003
(11,0,3)
#000000
(0,0,0)

Tints of #290017

#290017
(41,0,23)
#3C172C
(60,23,44)
#4F2E41
(79,46,65)
#624556
(98,69,86)
#755C6B
(117,92,107)
#887380
(136,115,128)
#9B8A95
(155,138,149)
#AEA1AA
(174,161,170)
#C1B8BF
(193,184,191)
#D4CFD4
(212,207,212)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #290017 color. Also use rgb(41,0,23) instead hex code.

Text Font Color

.myTextColor { color: #290017; }

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

This text font color is #290017.


Background Color

.myBgColor { background-color: #290017; }

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

This div background color is #290017.


Border color

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

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

This div border color is #290017.


Opacity

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

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

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

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

This text has shadow with #290017 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #290017 on black background.


Color preview on white background

This text has color #290017 on white background.



Black color preview on #290017 background

This text has black color on #290017 background.


White color preview on #290017 background

This text has white color on #290017 background.