COLOR #290510

HEX: #290510
RGB: (41,5,16)

Color info

#290510 contains red, green and blue colors in about the same proportion. Web safe color of #290510 is #330000 (or #300).

RGB color model

#290510 color RGB value is (41,5,16).

  • red value is 41;
  • green value is 5;
  • blue value is 16.
RGB:
(41,5,16)
(16%,2%,6%)

RGB channels and saturation

R 41 of 255 = 16%
G 5 of 255 = 2%
B 16 of 255 = 6%

41
5
16

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

Portions of RGB colors in percentages

R + G + B =
41 + 5 + 16 = 62 (100%)
R 41 of 62 ~ 66.13%
G 5 of 62 ~ 8.06%
B 16 of 62 ~ 25.81%

%66.13
%25.81

CMYK color model

#290510 color CMYK value is (0,88,61,84).

  • cyan value is 0.00%
  • magenta value is 87.80%
  • yellow value is 60.98%
  • key color value is 83.92%
CMYK:
(0,88,61,84)
C0M88Y61K84 
(0%,88%,61%,84%)
(0.00/0.88/0.61/0.84)	

CMYK percentages

%0
%87.8
%60.98
%83.92

Codes

Color #290510 in popluar color models

290510
RGB41516
HSL342°78.26%9.02%
HSB/HSV342°87.80%16.08%
CMYK0.00%87.80%60.98%
83.92%

Color #290510 in popluar number systems.

HEX290510
Decimal41516
Binary10100110110000
Octal51520

Shades and tints

Shades of #290510

#290510
(41,5,16)
#26050F
(38,5,15)
#23050E
(35,5,14)
#20050D
(32,5,13)
#1D050C
(29,5,12)
#1A050B
(26,5,11)
#17050A
(23,5,10)
#140509
(20,5,9)
#110508
(17,5,8)
#0E0507
(14,5,7)
#0B0506
(11,5,6)
#000000
(0,0,0)

Tints of #290510

#290510
(41,5,16)
#3C1B25
(60,27,37)
#4F313A
(79,49,58)
#62474F
(98,71,79)
#755D64
(117,93,100)
#887379
(136,115,121)
#9B898E
(155,137,142)
#AE9FA3
(174,159,163)
#C1B5B8
(193,181,184)
#D4CBCD
(212,203,205)
#E7E1E2
(231,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #290510 color. Also use rgb(41,5,16) instead hex code.

Text Font Color

.myTextColor { color: #290510; }

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

This text font color is #290510.


Background Color

.myBgColor { background-color: #290510; }

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

This div background color is #290510.


Border color

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

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

This div border color is #290510.


Opacity

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

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

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

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

This text has shadow with #290510 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #290510 on black background.


Color preview on white background

This text has color #290510 on white background.



Black color preview on #290510 background

This text has black color on #290510 background.


White color preview on #290510 background

This text has white color on #290510 background.