COLOR #290C23

HEX: #290C23
RGB: (41,12,35)

Color info

#290C23 contains red, green and blue colors in about the same proportion. Web safe color of #290C23 is #330033 (or #303).

RGB color model

#290C23 color RGB value is (41,12,35).

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

RGB channels and saturation

R 41 of 255 = 16%
G 12 of 255 = 5%
B 35 of 255 = 14%

41
12
35

R + G + B ~ 12%. #290C23 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 12 + 35 = 88 (100%)
R 41 of 88 ~ 46.59%
G 12 of 88 ~ 13.64%
B 35 of 88 ~ 39.77%

%46.59
%13.64
%39.77

CMYK color model

#290C23 color CMYK value is (0,71,15,84).

  • cyan value is 0.00%
  • magenta value is 70.73%
  • yellow value is 14.63%
  • key color value is 83.92%
CMYK:
(0,71,15,84)
C0M71Y15K84 
(0%,71%,15%,84%)
(0.00/0.71/0.15/0.84)	

CMYK percentages

%0
%70.73
%14.63
%83.92

Codes

Color #290C23 in popluar color models

290C23
RGB411235
HSL312°54.72%10.39%
HSB/HSV312°70.73%16.08%
CMYK0.00%70.73%14.63%
83.92%

Color #290C23 in popluar number systems.

HEX290C23
Decimal411235
Binary1010011100100011
Octal511443

Shades and tints

Shades of #290C23

#290C23
(41,12,35)
#260B20
(38,11,32)
#230A1D
(35,10,29)
#20091A
(32,9,26)
#1D0817
(29,8,23)
#1A0714
(26,7,20)
#170611
(23,6,17)
#14050E
(20,5,14)
#11040B
(17,4,11)
#0E0308
(14,3,8)
#0B0205
(11,2,5)
#000000
(0,0,0)

Tints of #290C23

#290C23
(41,12,35)
#3C2237
(60,34,55)
#4F384B
(79,56,75)
#624E5F
(98,78,95)
#756473
(117,100,115)
#887A87
(136,122,135)
#9B909B
(155,144,155)
#AEA6AF
(174,166,175)
#C1BCC3
(193,188,195)
#D4D2D7
(212,210,215)
#E7E8EB
(231,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #290C23; }

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

This text font color is #290C23.


Background Color

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

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

This div background color is #290C23.


Border color

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

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

This div border color is #290C23.


Opacity

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

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

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

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

This text has shadow with #290C23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #290C23 on black background.


Color preview on white background

This text has color #290C23 on white background.



Black color preview on #290C23 background

This text has black color on #290C23 background.


White color preview on #290C23 background

This text has white color on #290C23 background.