COLOR #290C18

HEX: #290C18
RGB: (41,12,24)

Color info

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

RGB color model

#290C18 color RGB value is (41,12,24).

  • red value is 41;
  • green value is 12;
  • blue value is 24.
RGB:
(41,12,24)
(16%,5%,9%)

RGB channels and saturation

R 41 of 255 = 16%
G 12 of 255 = 5%
B 24 of 255 = 9%

41
12
24

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

Portions of RGB colors in percentages

R + G + B =
41 + 12 + 24 = 77 (100%)
R 41 of 77 ~ 53.25%
G 12 of 77 ~ 15.58%
B 24 of 77 ~ 31.17%

%53.25
%15.58
%31.17

CMYK color model

#290C18 color CMYK value is (0,71,41,84).

  • cyan value is 0.00%
  • magenta value is 70.73%
  • yellow value is 41.46%
  • key color value is 83.92%
CMYK:
(0,71,41,84)
C0M71Y41K84 
(0%,71%,41%,84%)
(0.00/0.71/0.41/0.84)	

CMYK percentages

%0
%70.73
%41.46
%83.92

Codes

Color #290C18 in popluar color models

290C18
RGB411224
HSL335°54.72%10.39%
HSB/HSV335°70.73%16.08%
CMYK0.00%70.73%41.46%
83.92%

Color #290C18 in popluar number systems.

HEX290C18
Decimal411224
Binary101001110011000
Octal511430

Shades and tints

Shades of #290C18

#290C18
(41,12,24)
#260B16
(38,11,22)
#230A14
(35,10,20)
#200912
(32,9,18)
#1D0810
(29,8,16)
#1A070E
(26,7,14)
#17060C
(23,6,12)
#14050A
(20,5,10)
#110408
(17,4,8)
#0E0306
(14,3,6)
#0B0204
(11,2,4)
#000000
(0,0,0)

Tints of #290C18

#290C18
(41,12,24)
#3C222D
(60,34,45)
#4F3842
(79,56,66)
#624E57
(98,78,87)
#75646C
(117,100,108)
#887A81
(136,122,129)
#9B9096
(155,144,150)
#AEA6AB
(174,166,171)
#C1BCC0
(193,188,192)
#D4D2D5
(212,210,213)
#E7E8EA
(231,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #290C18 color. Also use rgb(41,12,24) instead hex code.

Text Font Color

.myTextColor { color: #290C18; }

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

This text font color is #290C18.


Background Color

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

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

This div background color is #290C18.


Border color

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

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

This div border color is #290C18.


Opacity

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

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

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

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

This text has shadow with #290C18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #290C18 on black background.


Color preview on white background

This text has color #290C18 on white background.



Black color preview on #290C18 background

This text has black color on #290C18 background.


White color preview on #290C18 background

This text has white color on #290C18 background.