COLOR #290E11

HEX: #290E11
RGB: (41,14,17)

Color info

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

RGB color model

#290E11 color RGB value is (41,14,17).

  • red value is 41;
  • green value is 14;
  • blue value is 17.
RGB:
(41,14,17)
(16%,5%,7%)

RGB channels and saturation

R 41 of 255 = 16%
G 14 of 255 = 5%
B 17 of 255 = 7%

41
14
17

R + G + B ~ 9%. #290E11 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 14 + 17 = 72 (100%)
R 41 of 72 ~ 56.94%
G 14 of 72 ~ 19.44%
B 17 of 72 ~ 23.61%

%56.94
%19.44
%23.61

CMYK color model

#290E11 color CMYK value is (0,66,59,84).

  • cyan value is 0.00%
  • magenta value is 65.85%
  • yellow value is 58.54%
  • key color value is 83.92%
CMYK:
(0,66,59,84)
C0M66Y59K84 
(0%,66%,59%,84%)
(0.00/0.66/0.59/0.84)	

CMYK percentages

%0
%65.85
%58.54
%83.92

Codes

Color #290E11 in popluar color models

290E11
RGB411417
HSL353°49.09%10.78%
HSB/HSV353°65.85%16.08%
CMYK0.00%65.85%58.54%
83.92%

Color #290E11 in popluar number systems.

HEX290E11
Decimal411417
Binary101001111010001
Octal511621

Shades and tints

Shades of #290E11

#290E11
(41,14,17)
#260D10
(38,13,16)
#230C0F
(35,12,15)
#200B0E
(32,11,14)
#1D0A0D
(29,10,13)
#1A090C
(26,9,12)
#17080B
(23,8,11)
#14070A
(20,7,10)
#110609
(17,6,9)
#0E0508
(14,5,8)
#0B0407
(11,4,7)
#000000
(0,0,0)

Tints of #290E11

#290E11
(41,14,17)
#3C2326
(60,35,38)
#4F383B
(79,56,59)
#624D50
(98,77,80)
#756265
(117,98,101)
#88777A
(136,119,122)
#9B8C8F
(155,140,143)
#AEA1A4
(174,161,164)
#C1B6B9
(193,182,185)
#D4CBCE
(212,203,206)
#E7E0E3
(231,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #290E11 color. Also use rgb(41,14,17) instead hex code.

Text Font Color

.myTextColor { color: #290E11; }

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

This text font color is #290E11.


Background Color

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

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

This div background color is #290E11.


Border color

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

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

This div border color is #290E11.


Opacity

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

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

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

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

This text has shadow with #290E11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #290E11 on black background.


Color preview on white background

This text has color #290E11 on white background.



Black color preview on #290E11 background

This text has black color on #290E11 background.


White color preview on #290E11 background

This text has white color on #290E11 background.