COLOR #290B0A

HEX: #290B0A
RGB: (41,11,10)

Color info

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

RGB color model

#290B0A color RGB value is (41,11,10).

  • red value is 41;
  • green value is 11;
  • blue value is 10.
RGB:
(41,11,10)
(16%,4%,4%)

RGB channels and saturation

R 41 of 255 = 16%
G 11 of 255 = 4%
B 10 of 255 = 4%

41
11
10

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

Portions of RGB colors in percentages

R + G + B =
41 + 11 + 10 = 62 (100%)
R 41 of 62 ~ 66.13%
G 11 of 62 ~ 17.74%
B 10 of 62 ~ 16.13%

%66.13
%17.74
%16.13

CMYK color model

#290B0A color CMYK value is (0,73,76,84).

  • cyan value is 0.00%
  • magenta value is 73.17%
  • yellow value is 75.61%
  • key color value is 83.92%
CMYK:
(0,73,76,84)
C0M73Y76K84 
(0%,73%,76%,84%)
(0.00/0.73/0.76/0.84)	

CMYK percentages

%0
%73.17
%75.61
%83.92

Codes

Color #290B0A in popluar color models

290B0A
RGB411110
HSL60.78%10.00%
HSB/HSV75.61%16.08%
CMYK0.00%73.17%75.61%
83.92%

Color #290B0A in popluar number systems.

HEX290B0A
Decimal411110
Binary10100110111010
Octal511312

Shades and tints

Shades of #290B0A

#290B0A
(41,11,10)
#260A0A
(38,10,10)
#23090A
(35,9,10)
#20080A
(32,8,10)
#1D070A
(29,7,10)
#1A060A
(26,6,10)
#17050A
(23,5,10)
#14040A
(20,4,10)
#11030A
(17,3,10)
#0E020A
(14,2,10)
#0B010A
(11,1,10)
#000000
(0,0,0)

Tints of #290B0A

#290B0A
(41,11,10)
#3C2120
(60,33,32)
#4F3736
(79,55,54)
#624D4C
(98,77,76)
#756362
(117,99,98)
#887978
(136,121,120)
#9B8F8E
(155,143,142)
#AEA5A4
(174,165,164)
#C1BBBA
(193,187,186)
#D4D1D0
(212,209,208)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #290B0A color. Also use rgb(41,11,10) instead hex code.

Text Font Color

.myTextColor { color: #290B0A; }

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

This text font color is #290B0A.


Background Color

.myBgColor { background-color: #290B0A; }

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

This div background color is #290B0A.


Border color

.myBorderColor { border: 1px solid #290B0A; }

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

This div border color is #290B0A.


Opacity

.myOpacity80 { color: #290B0A; opacity: 0.8; }

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

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

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

This text has shadow with #290B0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #290B0A on black background.


Color preview on white background

This text has color #290B0A on white background.



Black color preview on #290B0A background

This text has black color on #290B0A background.


White color preview on #290B0A background

This text has white color on #290B0A background.