COLOR #290F42

HEX: #290F42
RGB: (41,15,66)

Color info

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

RGB color model

#290F42 color RGB value is (41,15,66).

  • red value is 41;
  • green value is 15;
  • blue value is 66.
RGB:
(41,15,66)
(16%,6%,26%)

RGB channels and saturation

R 41 of 255 = 16%
G 15 of 255 = 6%
B 66 of 255 = 26%

41
15
66

R + G + B ~ 16%. #290F42 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 15 + 66 = 122 (100%)
R 41 of 122 ~ 33.61%
G 15 of 122 ~ 12.3%
B 66 of 122 ~ 54.1%

%33.61
%12.3
%54.1

CMYK color model

#290F42 color CMYK value is (38,77,0,74).

  • cyan value is 37.88%
  • magenta value is 77.27%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(38,77,0,74)
C38M77Y0K74 
(38%,77%,0%,74%)
(0.38/0.77/0.00/0.74)	

CMYK percentages

%37.88
%77.27
%0
%74.12

Codes

Color #290F42 in popluar color models

290F42
RGB411566
HSL271°62.96%15.88%
HSB/HSV271°77.27%25.88%
CMYK37.88%77.27%0.00%
74.12%

Color #290F42 in popluar number systems.

HEX290F42
Decimal411566
Binary10100111111000010
Octal5117102

Shades and tints

Shades of #290F42

#290F42
(41,15,66)
#260E3C
(38,14,60)
#230D36
(35,13,54)
#200C30
(32,12,48)
#1D0B2A
(29,11,42)
#1A0A24
(26,10,36)
#17091E
(23,9,30)
#140818
(20,8,24)
#110712
(17,7,18)
#0E060C
(14,6,12)
#0B0506
(11,5,6)
#000000
(0,0,0)

Tints of #290F42

#290F42
(41,15,66)
#3C2453
(60,36,83)
#4F3964
(79,57,100)
#624E75
(98,78,117)
#756386
(117,99,134)
#887897
(136,120,151)
#9B8DA8
(155,141,168)
#AEA2B9
(174,162,185)
#C1B7CA
(193,183,202)
#D4CCDB
(212,204,219)
#E7E1EC
(231,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #290F42 color. Also use rgb(41,15,66) instead hex code.

Text Font Color

.myTextColor { color: #290F42; }

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

This text font color is #290F42.


Background Color

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

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

This div background color is #290F42.


Border color

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

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

This div border color is #290F42.


Opacity

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

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

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

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

This text has shadow with #290F42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #290F42 on black background.


Color preview on white background

This text has color #290F42 on white background.



Black color preview on #290F42 background

This text has black color on #290F42 background.


White color preview on #290F42 background

This text has white color on #290F42 background.