COLOR #290212

HEX: #290212
RGB: (41,2,18)

Color info

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

RGB color model

#290212 color RGB value is (41,2,18).

  • red value is 41;
  • green value is 2;
  • blue value is 18.
RGB:
(41,2,18)
(16%,1%,7%)

RGB channels and saturation

R 41 of 255 = 16%
G 2 of 255 = 1%
B 18 of 255 = 7%

41
2
18

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

Portions of RGB colors in percentages

R + G + B =
41 + 2 + 18 = 61 (100%)
R 41 of 61 ~ 67.21%
G 2 of 61 ~ 3.28%
B 18 of 61 ~ 29.51%

%67.21
%29.51

CMYK color model

#290212 color CMYK value is (0,95,56,84).

  • cyan value is 0.00%
  • magenta value is 95.12%
  • yellow value is 56.10%
  • key color value is 83.92%
CMYK:
(0,95,56,84)
C0M95Y56K84 
(0%,95%,56%,84%)
(0.00/0.95/0.56/0.84)	

CMYK percentages

%0
%95.12
%56.1
%83.92

Codes

Color #290212 in popluar color models

290212
RGB41218
HSL335°90.70%8.43%
HSB/HSV335°95.12%16.08%
CMYK0.00%95.12%56.10%
83.92%

Color #290212 in popluar number systems.

HEX290212
Decimal41218
Binary1010011010010
Octal51222

Shades and tints

Shades of #290212

#290212
(41,2,18)
#260211
(38,2,17)
#230210
(35,2,16)
#20020F
(32,2,15)
#1D020E
(29,2,14)
#1A020D
(26,2,13)
#17020C
(23,2,12)
#14020B
(20,2,11)
#11020A
(17,2,10)
#0E0209
(14,2,9)
#0B0208
(11,2,8)
#000000
(0,0,0)

Tints of #290212

#290212
(41,2,18)
#3C1927
(60,25,39)
#4F303C
(79,48,60)
#624751
(98,71,81)
#755E66
(117,94,102)
#88757B
(136,117,123)
#9B8C90
(155,140,144)
#AEA3A5
(174,163,165)
#C1BABA
(193,186,186)
#D4D1CF
(212,209,207)
#E7E8E4
(231,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #290212 color. Also use rgb(41,2,18) instead hex code.

Text Font Color

.myTextColor { color: #290212; }

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

This text font color is #290212.


Background Color

.myBgColor { background-color: #290212; }

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

This div background color is #290212.


Border color

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

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

This div border color is #290212.


Opacity

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

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

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

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

This text has shadow with #290212 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #290212 on black background.


Color preview on white background

This text has color #290212 on white background.



Black color preview on #290212 background

This text has black color on #290212 background.


White color preview on #290212 background

This text has white color on #290212 background.