COLOR #290A19

HEX: #290A19
RGB: (41,10,25)

Color info

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

RGB color model

#290A19 color RGB value is (41,10,25).

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

RGB channels and saturation

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

41
10
25

R + G + B ~ 10%. #290A19 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 10 + 25 = 76 (100%)
R 41 of 76 ~ 53.95%
G 10 of 76 ~ 13.16%
B 25 of 76 ~ 32.89%

%53.95
%13.16
%32.89

CMYK color model

#290A19 color CMYK value is (0,76,39,84).

  • cyan value is 0.00%
  • magenta value is 75.61%
  • yellow value is 39.02%
  • key color value is 83.92%
CMYK:
(0,76,39,84)
C0M76Y39K84 
(0%,76%,39%,84%)
(0.00/0.76/0.39/0.84)	

CMYK percentages

%0
%75.61
%39.02
%83.92

Codes

Color #290A19 in popluar color models

290A19
RGB411025
HSL331°60.78%10.00%
HSB/HSV331°75.61%16.08%
CMYK0.00%75.61%39.02%
83.92%

Color #290A19 in popluar number systems.

HEX290A19
Decimal411025
Binary101001101011001
Octal511231

Shades and tints

Shades of #290A19

#290A19
(41,10,25)
#260A17
(38,10,23)
#230A15
(35,10,21)
#200A13
(32,10,19)
#1D0A11
(29,10,17)
#1A0A0F
(26,10,15)
#170A0D
(23,10,13)
#140A0B
(20,10,11)
#110A09
(17,10,9)
#0E0A07
(14,10,7)
#0B0A05
(11,10,5)
#000000
(0,0,0)

Tints of #290A19

#290A19
(41,10,25)
#3C202D
(60,32,45)
#4F3641
(79,54,65)
#624C55
(98,76,85)
#756269
(117,98,105)
#88787D
(136,120,125)
#9B8E91
(155,142,145)
#AEA4A5
(174,164,165)
#C1BAB9
(193,186,185)
#D4D0CD
(212,208,205)
#E7E6E1
(231,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #290A19; }

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

This text font color is #290A19.


Background Color

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

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

This div background color is #290A19.


Border color

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

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

This div border color is #290A19.


Opacity

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

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

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

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

This text has shadow with #290A19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #290A19 on black background.


Color preview on white background

This text has color #290A19 on white background.



Black color preview on #290A19 background

This text has black color on #290A19 background.


White color preview on #290A19 background

This text has white color on #290A19 background.