COLOR #290330

HEX: #290330 RGB: (41,3,48)

Color info

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

RGB color model

#290330 color RGB value is (41,3,48).

RGB: (41,3,48) (16%, 1%, 19%)

RGB channels and saturation

R 41 of 255 = 16%
G 3 of 255 = 1%
B 48 of 255 = 19%

41
3
48

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

Portions of RGB colors in percentages

R + G + B = 41 + 3 + 48 = 92 (100%)
R 41 of 92 ~ 44.57%
G 3 of 92 ~ 3.26%
B 48 of 92 ~ 52.17'%

%44.57
%52.17

CMYK color model

#290330 color CMYK value is (15,94,0,81).

  • cyan value is 14.58%
  • magenta value is 93.75%
  • yellow value is 0.00%
  • key color value is 81.18%

CMYK: (15,94,0,81)
C15M94Y0K81 (15%, 94%, 0%, 81%)
(0.15 / 0.94 / 0.00 / 0.81)

CMYK percentages

%14.58
%93.75
%0
%81.18

Codes

Color #290330 in popluar color models

29 03 30
RGB 41 3 48
HSL 291° 88.24% 10.00%
HSB/HSV 291° 93.75% 18.82%
CMYK 14.58% 93.75% 0.00%
81.18%

Color #290330 in popluar number systems.

HEX 29 03 30
Decimal 41 3 48
Binary 101001 11 110000
Octal 51 3 60

Shades and tints

Shades of #290330

#290330
(41,3,48)
#26032C
(38,3,44)
#230328
(35,3,40)
#200324
(32,3,36)
#1D0320
(29,3,32)
#1A031C
(26,3,28)
#170318
(23,3,24)
#140314
(20,3,20)
#110310
(17,3,16)
#0E030C
(14,3,12)
#0B0308
(11,3,8)
#000000
(0,0,0)

Tints of #290330

#290330
(41,3,48)
#3C1942
(60,25,66)
#4F2F54
(79,47,84)
#624566
(98,69,102)
#755B78
(117,91,120)
#88718A
(136,113,138)
#9B879C
(155,135,156)
#AE9DAE
(174,157,174)
#C1B3C0
(193,179,192)
#D4C9D2
(212,201,210)
#E7DFE4
(231,223,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #290330 color. Also use rgb(41,3,48) instead hex code.

Text Font Color

.myTextColor { color: #290330; }

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

This text font color is #290330.

Background Color

.myBgColor { background-color: #290330; }

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

This div background color is #290330.

Border color

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

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

This div border color is #290330.

Opacity

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

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

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

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

This text has shadow with #290330 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #290330.

Preview

Color preview on black background

This text has color #290330 on black background.


Color preview on white background

This text has color #290330 on white background.


Black color preview on #290330 background

This text has black color on #290330 background.


White color preview on #290330 background

This text has white color on #290330 background.


Related colors

Complementary color

Complementary color for #hex is #D6FCCF.


I love getcolorcode.com

Triadic colors

1 #302903 and #033029 with #290330 are triadic colors.

2 #300329 and #032930 with #290330 are triadic colors.