COLOR #290A15

HEX: #290A15
RGB: (41,10,21)

Color info

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

RGB color model

#290A15 color RGB value is (41,10,21).

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

RGB channels and saturation

R 41 of 255 = 16%
G 10 of 255 = 4%
B 21 of 255 = 8%

41
10
21

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

Portions of RGB colors in percentages

R + G + B =
41 + 10 + 21 = 72 (100%)
R 41 of 72 ~ 56.94%
G 10 of 72 ~ 13.89%
B 21 of 72 ~ 29.17%

%56.94
%13.89
%29.17

CMYK color model

#290A15 color CMYK value is (0,76,49,84).

  • cyan value is 0.00%
  • magenta value is 75.61%
  • yellow value is 48.78%
  • key color value is 83.92%
CMYK:
(0,76,49,84)
C0M76Y49K84 
(0%,76%,49%,84%)
(0.00/0.76/0.49/0.84)	

CMYK percentages

%0
%75.61
%48.78
%83.92

Codes

Color #290A15 in popluar color models

290A15
RGB411021
HSL339°60.78%10.00%
HSB/HSV339°75.61%16.08%
CMYK0.00%75.61%48.78%
83.92%

Color #290A15 in popluar number systems.

HEX290A15
Decimal411021
Binary101001101010101
Octal511225

Shades and tints

Shades of #290A15

#290A15
(41,10,21)
#260A14
(38,10,20)
#230A13
(35,10,19)
#200A12
(32,10,18)
#1D0A11
(29,10,17)
#1A0A10
(26,10,16)
#170A0F
(23,10,15)
#140A0E
(20,10,14)
#110A0D
(17,10,13)
#0E0A0C
(14,10,12)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #290A15

#290A15
(41,10,21)
#3C202A
(60,32,42)
#4F363F
(79,54,63)
#624C54
(98,76,84)
#756269
(117,98,105)
#88787E
(136,120,126)
#9B8E93
(155,142,147)
#AEA4A8
(174,164,168)
#C1BABD
(193,186,189)
#D4D0D2
(212,208,210)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #290A15; }

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

This text font color is #290A15.


Background Color

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

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

This div background color is #290A15.


Border color

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

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

This div border color is #290A15.


Opacity

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

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

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

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

This text has shadow with #290A15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #290A15 on black background.


Color preview on white background

This text has color #290A15 on white background.



Black color preview on #290A15 background

This text has black color on #290A15 background.


White color preview on #290A15 background

This text has white color on #290A15 background.